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
RulesLog::INFO constant includes/rules.core.inc
RulesLog::log function includes/rules.core.inc Logs a log message.
RulesLog::logger function includes/rules.core.inc
RulesLog::render function includes/rules.core.inc Renders the whole log.
RulesLog::renderHelper function includes/rules.core.inc Renders the log of one event invocation.
RulesLog::WARN constant includes/rules.core.inc
RulesLog::__clone function includes/rules.core.inc
RulesLog::__construct function includes/rules.core.inc This is a singleton.
RulesLoop class includes/rules.plugins.inc A loop element.
RulesLoop::$itemName property includes/rules.plugins.inc
RulesLoop::$listItemInfo property includes/rules.plugins.inc
RulesLoop::evaluate function includes/rules.plugins.inc Evaluate, whereas by default new vars are visible in the parent's scope.
RulesLoop::exportChildren function includes/rules.plugins.inc
RulesLoop::exportSettings function includes/rules.plugins.inc
RulesLoop::importChildren function includes/rules.plugins.inc
RulesLoop::importSettings function includes/rules.plugins.inc
RulesLoop::integrityCheck function includes/rules.plugins.inc Makes sure the plugin is configured right.
RulesLoop::label function includes/rules.plugins.inc Returns the label of the element.
RulesLoop::listItemInfo function includes/rules.plugins.inc
RulesLoop::pluginParameterInfo function includes/rules.plugins.inc Returns info about parameters needed by the plugin.
RulesLoop::stateVariables function includes/rules.plugins.inc Returns available state variables for an element.
RulesLoop::__construct function includes/rules.plugins.inc
RulesLoopUI class ui/ui.plugins.inc UI for Rules loops.
RulesLoopUI::buildContent function ui/ui.plugins.inc Implements RulesPluginUIInterface.
RulesLoopUI::form function ui/ui.plugins.inc Implements RulesPluginUIInterface::form().
RulesLoopUI::form_extract_values function ui/ui.plugins.inc Applies the values of the form to the given rule configuration.
RulesLoopUI::form_validate function ui/ui.plugins.inc Implements RulesPluginUIInterface.
RulesNodeConditionBase class modules/node.eval.inc Base class providing node condition defaults.
RulesNodeConditionBase::defaults function modules/node.eval.inc
RulesNodeConditionPromoted class modules/node.eval.inc Condition: Check if the node is promoted to the frontpage.
RulesNodeConditionPromoted::execute function modules/node.eval.inc Executes the condition.
RulesNodeConditionPromoted::getInfo function modules/node.eval.inc Defines the condition.
RulesNodeConditionPublished class modules/node.eval.inc Condition: Check if the node is published.
RulesNodeConditionPublished::execute function modules/node.eval.inc Executes the condition.
RulesNodeConditionPublished::getInfo function modules/node.eval.inc Defines the condition.
RulesNodeConditionSticky class modules/node.eval.inc Condition: Check if the node is sticky.
RulesNodeConditionSticky::execute function modules/node.eval.inc Executes the condition.
RulesNodeConditionSticky::getInfo function modules/node.eval.inc Defines the condition.
RulesNodeConditionType class modules/node.eval.inc Condition: Check for selected content types.
RulesNodeConditionType::assertions function modules/node.eval.inc Provides the content type of a node as asserted metadata.
RulesNodeConditionType::execute function modules/node.eval.inc Executes the condition.
RulesNodeConditionType::getInfo function modules/node.eval.inc Defines the condition.
RulesNodeEventHandler class modules/node.rules.inc Event handler support node bundle event settings.
RulesNodeEventHandler::getBundlePropertyLabel function modules/node.rules.inc Returns the label to use for the bundle property.
RulesNumericOffsetProcessor class modules/rules_core.eval.inc A data processor for applying numerical offsets.
RulesNumericOffsetProcessor::form function modules/rules_core.eval.inc Overrides RulesDataProcessor::form().
RulesNumericOffsetProcessor::process function modules/rules_core.eval.inc Overrides RulesDataProcessor::process().
RulesOptimizationInterface interface includes/rules.core.inc Interface for optimizing evaluation.
RulesOptimizationInterface::optimize function includes/rules.core.inc Optimizes a rule configuration in order to speed up evaluation.
RulesOr class includes/rules.plugins.inc A logical OR.