You are here

function rules_reaction_rule in Rules 7.2

Creates a new reaction rule.

Return value

RulesReactionRule

11 calls to rules_reaction_rule()
hook_default_rules_configuration in ./rules.api.php
Define default rules configurations.
RulesEventDispatcherTestCase::testStartAndStop in tests/rules.test
Tests start and stop functionality.
RulesEventDispatcherTestCase::testStartAndStopMultiple in tests/rules.test
Tests start and stop functionality when used with multiple events.
RulesIntegrationTestCase::testNodeIntegration in tests/rules.test
Tests integration for the node module.
RulesIntegrationTestCase::testSystemIntegration in tests/rules.test
Tests site/system integration.

... See full list

File

./rules.module, line 137
Rules engine module.

Code

function rules_reaction_rule() {
  return rules_plugin_factory('reaction rule');
}