Closed (duplicate)
Project:
Rules
Version:
7.x-2.x-dev
Component:
Documentation
Priority:
Major
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
4 Mar 2011 at 16:51 UTC
Updated:
3 Aug 2012 at 07:11 UTC
I'm looking for a list of parameter types and the properties I can use to define a new action.
AFAIK this depends on the installed modules. But there are a number of standard things, like user, node, text and some more. May be there's a way of automatically creating such a list for a drupal installation.
Comments
Comment #1
fagoYes, I thought about that already too. It might be useful for developers to build some devel module integration that is able to list
* all available data types
* all available entity properties
Comment #2
klausiI like to use the devel module and a PHP execution block with:
'data info' contains all data types.
Comment #3
mitchell commented#2 looks useful.
Or is this a feature request from #1?
Comment #4
mitchell commentedComment #5
mitchell commentedSee https://drupal.org/sandbox/itangalo/1483426 and #1605328: Devel integration. Also, docs are in http://drupal.org/node/1593278