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
RulesEventHandlerInterface::buildForm function includes/rules.event.inc Builds the event settings form.
RulesEventHandlerInterface::extractFormValues function includes/rules.event.inc Extract the form values and update the event settings.
RulesEventHandlerInterface::getDefaults function includes/rules.event.inc Returns an array of default settings.
RulesEventHandlerInterface::getEventInfo function includes/rules.event.inc Returns the info array of the event the event handler belongs to.
RulesEventHandlerInterface::getEventName function includes/rules.event.inc Returns the base name of the event the event handler belongs to.
RulesEventHandlerInterface::getEventNameSuffix function includes/rules.event.inc Returns the suffix to be added to the base event named based upon settings.
RulesEventHandlerInterface::getSettings function includes/rules.event.inc Gets the event settings.
RulesEventHandlerInterface::setSettings function includes/rules.event.inc Sets the event settings.
RulesEventHandlerInterface::summary function includes/rules.event.inc Returns a user-facing summary of the settings.
RulesEventHandlerInterface::validate function includes/rules.event.inc Validate the event settings independent from a form submission.
RulesEventHandlerInterface::__construct function includes/rules.event.inc Constructs the event handler.
RulesEventSet class includes/rules.plugins.inc This class is used for caching the rules to be evaluated per event.
RulesEventSet::$itemName property includes/rules.plugins.inc
RulesEventSet::$recursion property includes/rules.plugins.inc Event sets may recurse as we block recursions on rule-level.
RulesEventSet::executeByArgs function includes/rules.plugins.inc Executes container with the given arguments.
RulesEventSet::rebuildEventCache function includes/rules.plugins.inc Rebuilds the event cache.
RulesEventSet::save function includes/rules.plugins.inc Do not save since this class is for caching purposes only.
RulesEventSet::stateVariables function includes/rules.plugins.inc Returns available state variables for an element.
RulesEventSet::__construct function includes/rules.plugins.inc
RulesException class includes/rules.core.inc A base exception class for Rules.
RulesExtendable class includes/rules.core.inc Base class for RulesExtendables.
RulesExtendable::$cache property includes/rules.core.inc
RulesExtendable::$hook property includes/rules.core.inc The name of the info definitions associated with info about this class.
RulesExtendable::$itemInfo property includes/rules.core.inc
RulesExtendable::$itemName property includes/rules.core.inc The name of the item this class represents in the info hook.
RulesExtendable::facesAs function includes/rules.core.inc
RulesExtendable::forceSetUp function includes/rules.core.inc Forces the object to be setUp, this executes setUp() if not done yet.
RulesExtendable::itemFacesAs function includes/rules.core.inc Returns whether the a RuleExtendable supports the given interface.
RulesExtendable::rebuildCache function includes/rules.core.inc Allows items to add something to the rules cache.
RulesExtendable::setUp function includes/rules.core.inc
RulesExtendable::__call function includes/rules.core.inc Magic method: Invoke the dynamically implemented methods.
RulesExtendable::__construct function includes/rules.core.inc
RulesFeaturesController class ./rules.features.inc Controller handling the features integration.
RulesFeaturesController::api function ./rules.features.inc Defines the result for hook_features_api().
RulesFeaturesController::export function ./rules.features.inc Generates the result for hook_features_export().
RulesI18nStringController class rules_i18n/rules_i18n.i18n.inc Rules i18n integration controller.
RulesI18nStringController::hook_object_info function rules_i18n/rules_i18n.i18n.inc Overridden to customize i18n object info.
RulesI18nStringController::menuBasePath function rules_i18n/rules_i18n.i18n.inc Provide the menu base path. We can provide only one though.
RulesI18nStringController::menuWildcard function rules_i18n/rules_i18n.i18n.inc Overridden to customize the used menu wildcard.
RulesI18nStringEvaluator class rules_i18n/rules_i18n.rules.inc A class implementing a rules input evaluator processing tokens.
RulesI18nStringEvaluator::access function rules_i18n/rules_i18n.rules.inc Access callback.
RulesI18nStringEvaluator::evaluate function rules_i18n/rules_i18n.rules.inc Translate the value.
RulesI18nStringEvaluator::help function rules_i18n/rules_i18n.rules.inc Overrides RulesDataInputEvaluator::help().
RulesI18nStringEvaluator::prepare function rules_i18n/rules_i18n.rules.inc Overrides RulesDataInputEvaluator::prepare().
RulesI18nStringEvaluator::process function rules_i18n/rules_i18n.rules.inc Prepare the i18n-context string.
RulesI18nStringObjectWrapper class rules_i18n/rules_i18n.i18n.inc Custom I18nString object wrapper; registers custom properties per config.
RulesI18nStringObjectWrapper::buildElementProperties function rules_i18n/rules_i18n.i18n.inc Adds in translatable properties of the given element.
RulesI18nStringObjectWrapper::build_properties function rules_i18n/rules_i18n.i18n.inc Get translatable properties.
RulesI18nTestCase class rules_i18n/rules_i18n.test Test the i18n integration.
RulesI18nTestCase::$admin_user property rules_i18n/rules_i18n.test