You are here

constant RULES_FORMS_ADMIN_PATH in Rules Forms Support 7.2

Same name and namespace in other branches
  1. 7 rules_forms.module \RULES_FORMS_ADMIN_PATH

@file Rules Forms Support provides events, conditions, and actions for site forms.

6 uses of RULES_FORMS_ADMIN_PATH
RulesFormsInterfaceTestCase::testFormActivation in ./rules_forms.test
Tests the administrative interface.
RulesFormsRulesTestCase::enableNodeForm in ./rules_forms.test
Enables form events for the node add form via the interface.
rules_forms_enable in ./rules_forms.install
Implements hook_enable().
rules_forms_form_alter in ./rules_forms.module
Implements hook_form_alter().
rules_forms_help in ./rules_forms.module
Implements hook_help().

... See full list

File

./rules_forms.module, line 8
Rules Forms Support provides events, conditions, and actions for site forms.

Code

define('RULES_FORMS_ADMIN_PATH', 'admin/config/workflow/rules/forms');