Search for setExpression
Title | Object type | File name | Summary |
---|---|---|---|
ActionSetExpression | class | src/ |
Holds a set of actions and executes all of them. |
ActionSetExpression.php | file | src/ |
|
ActionSetExpression::allowsMetadataAssertions | function | src/ |
Determines whether child-expressions are allowed to assert metadata. |
ActionSetExpression::executeWithState | function | src/ |
Execute the expression with a given Rules state. |
ActionSetExpressionTest | class | tests/ |
@coversDefaultClass \Drupal\rules\Plugin\RulesExpression\ActionSetExpression @group Rules |
ActionSetExpressionTest.php | file | tests/ |
|
ActionSetExpressionTest::$actionSet | property | tests/ |
The action set being tested. |
ActionSetExpressionTest::setUp | function | tests/ |
|
ActionSetExpressionTest::testActionExecution | function | tests/ |
Tests that an action in the set fires. |
ActionSetExpressionTest::testDeletingAction | function | tests/ |
Tests deleting an action from the container. |
ActionSetExpressionTest::testEvaluationOrder | function | tests/ |
Tests evaluation order with two actions. |
ActionSetExpressionTest::testLookupAction | function | tests/ |
Tests that a nested action can be retrieved by UUID. |
ActionSetExpressionTest::testNestedActionExecution | function | tests/ |
Tests that nested action sets work. |
ActionSetExpressionTest::testTwoActionExecution | function | tests/ |
Tests that two actions in the set fire both. |
ReactionRuleConfig::setExpression | function | src/ |
Sets a Rules expression instance for this Reaction rule. |
RulesComponentConfig::setExpression | function | src/ |
Sets a Rules expression instance for this Rules component. |
TestActionSetExpression | class | tests/ |
A wrapper around ActionSetExpression. |
TestActionSetExpression::executeWithState | function | tests/ |
Execute the expression with a given Rules state. |