Search for all
Title | Object type | File name | Summary |
---|---|---|---|
ConditionExpression::isNegated | function | src/ |
Determines whether condition result will be negated. |
ConditionExpression::negate | function | src/ |
Negates the result after evaluating this condition. |
ConditionExpression::prepareExecutionMetadataState | function | src/ |
Prepares the execution metadata state by adding metadata to it. |
ConditionExpression::setConfiguration | function | src/ |
Sets the configuration for this plugin instance. |
ConditionExpression::__construct | function | src/ |
Constructs a new class instance. |
ConditionExpressionContainer | class | src/ |
Container for conditions. |
ConditionExpressionContainer.php | file | src/ |
|
ConditionExpressionContainer::$conditions | property | src/ |
List of conditions that are evaluated. |
ConditionExpressionContainer::addCondition | function | src/ |
Creates a condition expression and adds it to the container. |
ConditionExpressionContainer::addExpressionObject | function | src/ |
Adds an expression object. |
ConditionExpressionContainer::deleteExpression | function | src/ |
Deletes an expression identified by the specified UUID in the container. |
ConditionExpressionContainer::evaluate | function | src/ |
Returns the final result after executing the conditions. |
ConditionExpressionContainer::executeWithState | function | src/ |
Execute the expression with a given Rules state. |
ConditionExpressionContainer::getConfiguration | function | src/ |
Gets this plugin's configuration. |
ConditionExpressionContainer::getExpression | function | src/ |
Looks up the expression by UUID in this container. |
ConditionExpressionContainer::getIterator | function | src/ |
Returns an iterator for expressions in this container. |
ConditionExpressionContainer::isNegated | function | src/ |
Determines whether condition result will be negated. |
ConditionExpressionContainer::negate | function | src/ |
Negates the result after evaluating this condition. |
ConditionExpressionContainer::__clone | function | src/ |
PHP magic __clone function. |
ConditionExpressionContainer::__construct | function | src/ |
Constructs a new class instance. |
ConditionExpressionContainerInterface | interface | src/ |
Contains condition expressions. |
ConditionExpressionContainerInterface.php | file | src/ |
|
ConditionExpressionContainerInterface::addCondition | function | src/ |
Creates a condition expression and adds it to the container. |
ConditionExpressionInterface | interface | src/ |
Defines the interface for Rules expressions that can be used as conditions. |
ConditionExpressionInterface.php | file | src/ |
|
ConditionExpressionInterface::isNegated | function | src/ |
Determines whether condition result will be negated. |
ConditionExpressionInterface::negate | function | src/ |
Negates the result after evaluating this condition. |
ConditionExpressionTest | class | tests/ |
@coversDefaultClass \Drupal\rules\Plugin\RulesExpression\ConditionExpression @group Rules |
ConditionExpressionTest.php | file | tests/ |
|
ConditionExpressionTest::$conditionExpression | property | tests/ |
The condition object being tested. |
ConditionExpressionTest::$conditionManager | property | tests/ |
The mocked condition manager. |
ConditionExpressionTest::$processorManager | property | tests/ |
The mocked data processor manager. |
ConditionExpressionTest::$rulesDebugLogger | property | tests/ |
The mocked expression manager object. |
ConditionExpressionTest::$trueCondition | property | tests/ |
A condition plugin that always evaluates to TRUE. |
ConditionExpressionTest::setUp | function | tests/ |
|
ConditionExpressionTest::testDataProcessor | function | tests/ |
Tests that context values get data processed with processor mappings. |
ConditionExpressionTest::testNegation | function | tests/ |
Tests that negating a condition works. |
ConditionForm | class | src/ |
UI form for adding/editing a Rules condition. |
ConditionForm.php | file | src/ |
|
ConditionForm::$conditionExpression | property | src/ |
The condition expression that is edited in the form. |
ConditionForm::$conditionManager | property | src/ |
The condition plugin manager. |
ConditionForm::form | function | src/ |
Adds elements specific to the expression to the form. |
ConditionForm::submitFirstStep | function | src/ |
Submit callback: save the selected condition in the first step. |
ConditionForm::submitForm | function | src/ |
Form submission callback to save changes for the expression. |
ConditionForm::validateForm | function | src/ |
Form validation callback to validate expression elements. |
ConditionForm::__construct | function | src/ |
Creates a new object of this class. |
ConditionManager | class | src/ |
Extends the core condition manager to add in Rules' context improvements. |
ConditionManager.php | file | src/ |
|
ConditionManager::createInstance | function | src/ |
|
ConditionManager::getDefinitions | function | src/ |
See \Drupal\Component\Plugin\Discovery\DiscoveryInterface::getDefinitions(). |
Pagination
- Previous page
- Page 5
- Next page