Search for condition

  1. Search 8.x-3.x for condition
  2. Other projects
Title Object type File name Summary
hook_rules_condition_info function ./rules.api.php Define rules conditions.
hook_rules_condition_info_alter function ./rules.api.php Alter rules conditions.
Rule::$conditions property includes/rules.plugins.inc
Rule::condition function includes/rules.plugins.inc Adds a condition.
Rule::conditionContainer function includes/rules.plugins.inc Returns the "And" condition container, which contains all conditions of
this rule.
Rule::conditions function includes/rules.plugins.inc Gets an iterator over all contained conditions.
RulesCondition class includes/rules.plugins.inc Implements a rules condition.
RulesCondition::$itemName property includes/rules.plugins.inc
RulesCondition::$negate property includes/rules.plugins.inc
RulesCondition::executeCallback function includes/rules.plugins.inc Execute the configured execution callback and log that.
RulesCondition::exportToArray function includes/rules.plugins.inc
RulesCondition::import function includes/rules.plugins.inc Applies the given export.
RulesCondition::isNegated function includes/rules.plugins.inc Returns whether the element is configured to negate the result.
RulesCondition::label function includes/rules.plugins.inc Returns the label of the element.
RulesCondition::negate function includes/rules.plugins.inc Negate the result.
RulesCondition::providesVariables function includes/rules.plugins.inc Returns info about all variables provided for later evaluated elements.
RulesCondition::returnVariables function includes/rules.plugins.inc Just return the boolean result.
RulesCondition::__sleep function includes/rules.plugins.inc
RulesConditionContainer class includes/rules.core.inc Base class for all condition containers.
RulesConditionContainer::$negate property includes/rules.core.inc
RulesConditionContainer::condition function includes/rules.core.inc Adds a condition to the container.
RulesConditionContainer::exportChildren function includes/rules.core.inc
RulesConditionContainer::importChildren function includes/rules.core.inc
RulesConditionContainer::isNegated function includes/rules.core.inc Returns whether the element is configured to negate the result.
RulesConditionContainer::negate function includes/rules.core.inc Negate this condition.
RulesConditionContainer::returnVariables function includes/rules.core.inc Just return the condition container's result.
RulesConditionContainer::stateVariables function includes/rules.core.inc Overridden to exclude variable assertions of negated conditions.
RulesConditionContainer::__sleep function includes/rules.core.inc
RulesConditionContainerUI class ui/ui.core.inc UI for Rules condition container.
RulesConditionContainerUI::form function ui/ui.core.inc Implements RulesPluginUIInterface::form().
RulesConditionContainerUI::form_extract_values function ui/ui.core.inc
RulesConditionHandlerBase class includes/rules.core.inc Base class for implementing conditions via classes.
RulesConditionHandlerInterface interface includes/rules.core.inc Interface for implementing conditions via classes.
RulesConditionInterface interface includes/rules.core.inc Interface for objects that can be used as conditions.
RulesConditionInterface::execute function includes/rules.core.inc
RulesConditionInterface::isNegated function includes/rules.core.inc Returns whether the element is configured to negate the result.
RulesConditionInterface::negate function includes/rules.core.inc Negate the result.
RulesEntityController::applyConditions function includes/rules.core.inc Override to support having events and tags as conditions.
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.