Search for setExpression

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