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
RulesI18nTestCase::addLanguage function rules_i18n/rules_i18n.test Copied from i18n module (class Drupali18nTestCase).
RulesI18nTestCase::getInfo function rules_i18n/rules_i18n.test Declares test metadata.
RulesI18nTestCase::setUp function rules_i18n/rules_i18n.test Overrides DrupalWebTestCase::setUp().
RulesI18nTestCase::testI18nActionSelect function rules_i18n/rules_i18n.test Tests the "Select a translated value" action.
RulesI18nTestCase::testI18nActionT function rules_i18n/rules_i18n.test Tests the "Translate a text" action.
RulesI18nTestCase::testRulesConfigTranslation function rules_i18n/rules_i18n.test Tests translating rules configs.
RulesIdentifiableDataWrapper class includes/rules.state.inc A wrapper class similar to the EntityDrupalWrapper, but for non-entities.
RulesIdentifiableDataWrapper::$id property includes/rules.state.inc Contains the id.
RulesIdentifiableDataWrapper::clear function includes/rules.state.inc Overridden.
RulesIdentifiableDataWrapper::extractIdentifier function includes/rules.state.inc Extract the identifier of the given data object.
RulesIdentifiableDataWrapper::getIdentifier function includes/rules.state.inc Returns the identifier of the wrapped data.
RulesIdentifiableDataWrapper::load function includes/rules.state.inc Load a data object given an identifier.
RulesIdentifiableDataWrapper::set function includes/rules.state.inc Overridden to support setting the data by either the object or the id.
RulesIdentifiableDataWrapper::setData function includes/rules.state.inc Sets the data internally accepting both the data id and object.
RulesIdentifiableDataWrapper::value function includes/rules.state.inc Overridden.
RulesIdentifiableDataWrapper::__construct function includes/rules.state.inc Construct a new wrapper object.
RulesIdentifiableDataWrapper::__sleep function includes/rules.state.inc Prepare for serialization.
RulesIdentifiableDataWrapper::__wakeup function includes/rules.state.inc Prepare for unserialization.
RulesIntegrationTestCase class tests/rules.test Tests provided module integration.
RulesIntegrationTestCase::getInfo function tests/rules.test Declares test metadata.
RulesIntegrationTestCase::setUp function tests/rules.test Overrides DrupalWebTestCase::setUp().
RulesIntegrationTestCase::testAccessCallbacks function tests/rules.test Just makes sure the access callback run without errors.
RulesIntegrationTestCase::testDataIntegration function tests/rules.test Tests data integration.
RulesIntegrationTestCase::testEntityIntegration function tests/rules.test Tests entity related integration.
RulesIntegrationTestCase::testNodeIntegration function tests/rules.test Tests integration for the node module.
RulesIntegrationTestCase::testPathIntegration function tests/rules.test Tests the path module integration.
RulesIntegrationTestCase::testPHPIntegration function tests/rules.test Tests integration for the php module.
RulesIntegrationTestCase::testRulesCoreIntegration function tests/rules.test Tests the "rules_core" integration.
RulesIntegrationTestCase::testSystemIntegration function tests/rules.test Tests site/system integration.
RulesIntegrationTestCase::testTaxonomyIntegration function tests/rules.test Tests integration for the taxonomy module.
RulesIntegrationTestCase::testUserIntegration function tests/rules.test Tests integration for the user module.
RulesIntegrityException class includes/rules.core.inc Indicates the Rules configuration failed the integrity check.
RulesIntegrityException::$element property includes/rules.core.inc
RulesIntegrityException::$keys property includes/rules.core.inc
RulesIntegrityException::$msg property includes/rules.core.inc
RulesIntegrityException::__construct function includes/rules.core.inc Constructs a RulesIntegrityException object.
RulesInvocationEnabledTestCase class tests/rules.test Test early bootstrap Rules invocation.
RulesInvocationEnabledTestCase::getInfo function tests/rules.test Declares test metadata.
RulesInvocationEnabledTestCase::setUp function tests/rules.test Overrides DrupalWebTestCase::setUp().
RulesInvocationEnabledTestCase::testInvocationOnNodeMenuLoading function tests/rules.test Tests that a Rules event is triggered on node menu item loading.
RulesLog class includes/rules.core.inc The rules default logging class.
RulesLog::$line property includes/rules.core.inc
RulesLog::$log property includes/rules.core.inc
RulesLog::$logger property includes/rules.core.inc
RulesLog::$logLevel property includes/rules.core.inc
RulesLog::checkLog function includes/rules.core.inc Checks the log and throws an exception if there were any problems.
RulesLog::clear function includes/rules.core.inc Clears the logged messages.
RulesLog::ERROR constant includes/rules.core.inc
RulesLog::get function includes/rules.core.inc Gets an array of logged messages.
RulesLog::hasErrors function includes/rules.core.inc Checks the log for error messages.