function rules_get_actions in Rules 6
Returns info about all defined actions
1 call to rules_get_actions()
- rules_admin_form_add_action in rules_admin/
rules_admin.rule_forms.inc - Returns the form for the first action add page
File
- rules/
rules.module, line 16 - Rules engine module
Code
function rules_get_actions($key = 'all') {
return rules_gather_data('rules_action_info', $key);
}