Search for rule

  1. Search 8.x-3.x for rule
  2. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Rule class includes/rules.plugins.inc An actual rule.
rule function ./rules.module Creates a new rule.

All search results

Title Object type File name Summary
RulesTestCase::testRuleComponentAccess function tests/rules.test Tests custom access for using component actions/conditions.
RulesTestCase::testRuleCreation function tests/rules.test Tests creating a rule and iterating over the rule elements.
RulesTestCase::testRuleImportExport function tests/rules.test Tests importing and exporting a rule.
RulesTestCase::testRulesCrud function tests/rules.test Tests CRUD functionality.
RulesTestCase::testRuleSets function tests/rules.test Tests making use of rule sets.
RulesTestCase::testSorting function tests/rules.test Tests sorting rule elements.
RulesTestCase::testVariableAdding function tests/rules.test Tests adding a variable and optional parameters.
RulesTestCase::testVariableMapping function tests/rules.test Tests setting up a rule and mapping variables.
RulesTestClassAction class tests/rules_test.rules.inc Action for testing writing class-based actions.
RulesTestClassAction::execute function tests/rules_test.rules.inc Executes the action.
RulesTestClassAction::getInfo function tests/rules_test.rules.inc Defines the action.
RulesTestContainer class tests/rules_test.rules.inc Test container plugin.
RulesTestContainer::$itemName property tests/rules_test.rules.inc
RulesTestContainer::evaluate function tests/rules_test.rules.inc Evaluate the element on a given rules evaluation state.
RulesTestDataCase class tests/rules.test Test rules data wrappers.
RulesTestDataCase::getInfo function tests/rules.test Declares test metadata.
RulesTestDataCase::setUp function tests/rules.test Overrides DrupalWebTestCase::setUp().
RulesTestDataCase::testCustomWrapperClasses function tests/rules.test Tests making use of custom wrapper classes.
RulesTestDataCase::testDataSaving function tests/rules.test Tests intelligently saving data.
RulesTestDataCase::testRulesIdentifiableDataWrapper function tests/rules.test Makes sure the RulesIdentifiableDataWrapper is working correctly.
RulesTestDataCase::testTypeMatching function tests/rules.test Tests type matching.
RulesTestEventHandler class tests/rules_test.rules.inc Test event handler class.
RulesTestEventHandler::$variableName property tests/rules_test.rules.inc Name of the variable in which to store the state of the event handler.
RulesTestEventHandler::isWatching function tests/rules_test.rules.inc Implements RulesEventDispatcherInterface::isWatching().
RulesTestEventHandler::startWatching function tests/rules_test.rules.inc Implements RulesEventDispatcherInterface::startWatching().
RulesTestEventHandler::stopWatching function tests/rules_test.rules.inc Implements RulesEventDispatcherInterface::stopWatching().
RulesTestTaskHandler class rules_scheduler/tests/rules_scheduler_test.inc Test task handler class.
RulesTestTaskHandler::runTask function rules_scheduler/tests/rules_scheduler_test.inc Overrides RulesSchedulerDefaultTaskHandler::runTask().
RulesTestTypeWrapper class tests/rules_test.rules.inc The custom wrapper class for the rules test type.
RulesTestTypeWrapper::extractIdentifier function tests/rules_test.rules.inc Overrides RulesIdentifiableDataWrapper::extractIdentifier().
RulesTestTypeWrapper::load function tests/rules_test.rules.inc Overrides RulesIdentifiableDataWrapper::load().
RulesTestTypeWrapper::save function tests/rules_test.rules.inc Implements RulesDataWrapperSavableInterface::save().
RulesTokenEvaluator class modules/system.eval.inc A class implementing a rules input evaluator processing tokens.
RulesTokenEvaluator::evaluate function modules/system.eval.inc Evaluate tokens.
RulesTokenEvaluator::help function modules/system.eval.inc Create documentation about the available replacement patterns.
RulesTokenEvaluator::prepare function modules/system.eval.inc Overrides RulesDataInputEvaluator::prepare().
RulesTriggerableInterface interface includes/rules.core.inc Interface for objects that are triggerable.
RulesTriggerableInterface::event function includes/rules.core.inc Adds the specified event.
RulesTriggerableInterface::events function includes/rules.core.inc Returns the array of (configured) event names associated with this object.
RulesTriggerableInterface::getEventSettings function includes/rules.core.inc Gets the event settings associated with the given (configured) event.
RulesTriggerableInterface::removeEvent function includes/rules.core.inc Removes an event from the rule configuration.
RulesTriggerTestCase class tests/rules.test Test triggering rules.
RulesTriggerTestCase::createTestRule function tests/rules.test Helper function to create a test Rule.
RulesTriggerTestCase::getInfo function tests/rules.test Declares test metadata.
RulesTriggerTestCase::setUp function tests/rules.test Overrides DrupalWebTestCase::setUp().
RulesTriggerTestCase::testBasicReactionRule function tests/rules.test Tests creating and triggering a basic reaction rule.
RulesTriggerTestCase::testDefaultRule function tests/rules.test Tests the provided default rule 'rules_test_default_1'.
RulesTriggerTestCase::testEventSettings function tests/rules.test Tests creating and triggering a reaction rule with event settings.
RulesTriggerTestCase::testReactiveRuleCreation function tests/rules.test Tests CRUD for reaction rules - making sure the events are stored properly.
RulesTriggerTestCase::testRecursionOnDifferentArguments function tests/rules.test Tests recursion prevention with altered arguments.