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

fago’s picture

Title: List of parameter types » Devel support - List of parameter types
Category: support » task

Yes, 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

klausi’s picture

I like to use the devel module and a PHP execution block with:

dpm(rules_get_cache());

'data info' contains all data types.

mitchell’s picture

Title: Devel support - List of parameter types » DX: Document use of devel for listing parameter types

#2 looks useful.
Or is this a feature request from #1?

mitchell’s picture

Title: DX: Document use of devel for listing parameter types » Document use of devel for listing parameter types
Priority: Normal » Major
Issue tags: +Newbie
mitchell’s picture

Status: Active » Closed (duplicate)