Search for condition
Title | Object type | File name | Summary |
---|---|---|---|
hook_rules_condition_info | function | ./ |
Define rules conditions. |
hook_rules_condition_info_alter | function | ./ |
Alter rules conditions. |
Rule::$conditions | property | includes/ |
|
Rule::condition | function | includes/ |
Adds a condition. |
Rule::conditionContainer | function | includes/ |
Returns the "And" condition container, which contains all conditions of this rule. |
Rule::conditions | function | includes/ |
Gets an iterator over all contained conditions. |
RulesCondition | class | includes/ |
Implements a rules condition. |
RulesCondition::$itemName | property | includes/ |
|
RulesCondition::$negate | property | includes/ |
|
RulesCondition::executeCallback | function | includes/ |
Execute the configured execution callback and log that. |
RulesCondition::exportToArray | function | includes/ |
|
RulesCondition::import | function | includes/ |
Applies the given export. |
RulesCondition::isNegated | function | includes/ |
Returns whether the element is configured to negate the result. |
RulesCondition::label | function | includes/ |
Returns the label of the element. |
RulesCondition::negate | function | includes/ |
Negate the result. |
RulesCondition::providesVariables | function | includes/ |
Returns info about all variables provided for later evaluated elements. |
RulesCondition::returnVariables | function | includes/ |
Just return the boolean result. |
RulesCondition::__sleep | function | includes/ |
|
RulesConditionContainer | class | includes/ |
Base class for all condition containers. |
RulesConditionContainer::$negate | property | includes/ |
|
RulesConditionContainer::condition | function | includes/ |
Adds a condition to the container. |
RulesConditionContainer::exportChildren | function | includes/ |
|
RulesConditionContainer::importChildren | function | includes/ |
|
RulesConditionContainer::isNegated | function | includes/ |
Returns whether the element is configured to negate the result. |
RulesConditionContainer::negate | function | includes/ |
Negate this condition. |
RulesConditionContainer::returnVariables | function | includes/ |
Just return the condition container's result. |
RulesConditionContainer::stateVariables | function | includes/ |
Overridden to exclude variable assertions of negated conditions. |
RulesConditionContainer::__sleep | function | includes/ |
|
RulesConditionContainerUI | class | ui/ |
UI for Rules condition container. |
RulesConditionContainerUI::form | function | ui/ |
Implements RulesPluginUIInterface::form(). |
RulesConditionContainerUI::form_extract_values | function | ui/ |
|
RulesConditionHandlerBase | class | includes/ |
Base class for implementing conditions via classes. |
RulesConditionHandlerInterface | interface | includes/ |
Interface for implementing conditions via classes. |
RulesConditionInterface | interface | includes/ |
Interface for objects that can be used as conditions. |
RulesConditionInterface::execute | function | includes/ |
|
RulesConditionInterface::isNegated | function | includes/ |
Returns whether the element is configured to negate the result. |
RulesConditionInterface::negate | function | includes/ |
Negate the result. |
RulesEntityController::applyConditions | function | includes/ |
Override to support having events and tags as conditions. |
RulesNodeConditionBase | class | modules/ |
Base class providing node condition defaults. |
RulesNodeConditionBase::defaults | function | modules/ |
|
RulesNodeConditionPromoted | class | modules/ |
Condition: Check if the node is promoted to the frontpage. |
RulesNodeConditionPromoted::execute | function | modules/ |
Executes the condition. |
RulesNodeConditionPromoted::getInfo | function | modules/ |
Defines the condition. |
RulesNodeConditionPublished | class | modules/ |
Condition: Check if the node is published. |
RulesNodeConditionPublished::execute | function | modules/ |
Executes the condition. |
RulesNodeConditionPublished::getInfo | function | modules/ |
Defines the condition. |
RulesNodeConditionSticky | class | modules/ |
Condition: Check if the node is sticky. |
RulesNodeConditionSticky::execute | function | modules/ |
Executes the condition. |
RulesNodeConditionSticky::getInfo | function | modules/ |
Defines the condition. |
RulesNodeConditionType | class | modules/ |
Condition: Check for selected content types. |
Pagination
- Page 1
- Next page