Search for all

  1. Search 8.x-3.x for all
  2. Other projects
Title Object type File name Summary
RulesTestCase::testComponentInvocations function tests/rules.test Tests invoking components from the action.
RulesTestCase::testDataSelectors function tests/rules.test Tests using data selectors.
RulesTestCase::testDependencies function tests/rules.test Tests handling dependencies.
RulesTestCase::testInputEvaluators function tests/rules.test Tests using input evaluators.
RulesTestCase::testLoops function tests/rules.test Tests using loops.
RulesTestCase::testMetadataAssertion function tests/rules.test Tests asserting metadata.
RulesTestCase::testNamedParameters function tests/rules.test Tests the named parameter mode.
RulesTestCase::testPassingByReference function tests/rules.test Tests passing arguments by reference to an action.
RulesTestCase::testReturningVariables function tests/rules.test Tests returning provided variables.
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.