You are here

function rules_get_conditions in Rules 6

Returns info about all defined conditions

1 call to rules_get_conditions()
rules_admin_form_add_condition in rules_admin/rules_admin.rule_forms.inc
Returns the form for the first condition add page

File

rules/rules.module, line 23
Rules engine module

Code

function rules_get_conditions($key = 'all') {
  return rules_gather_data('rules_condition_info', $key);
}