You are here

function _rules_forms_element_description in Rules 6

Related topics

2 calls to _rules_forms_element_description()
rules_forms_rules_action_info in rules_forms/rules_forms.rules.inc
Implementation of hook_rules_action_info().
rules_forms_rules_condition_info in rules_forms/rules_forms.rules.inc
Implementation of hook_rules_condition_info().

File

rules_forms/rules_forms.rules.inc, line 153
Rules integration to provide form support

Code

function _rules_forms_element_description() {
  return t('Examples on the "Create Story" form: "title" for the title field or "body_field[body]" for the body field.');
}