Search for prepareExecutionMetadataState

  1. Search 7.x-2.x for prepareExecutionMetadataState
  2. Other projects
Title Object type File name Summary
ActionExpression::prepareExecutionMetadataState function src/Plugin/RulesExpression/ActionExpression.php Prepares the execution metadata state by adding metadata to it.
ConditionExpression::prepareExecutionMetadataState function src/Plugin/RulesExpression/ConditionExpression.php Prepares the execution metadata state by adding metadata to it.
ExpressionContainerBase::prepareExecutionMetadataState function src/Engine/ExpressionContainerBase.php Prepares the execution metadata state by adding metadata to it.
ExpressionContainerBase::prepareExecutionMetadataStateAfterTraversal function src/Engine/ExpressionContainerBase.php Prepares execution metadata state after traversing through children.
ExpressionContainerBase::prepareExecutionMetadataStateBeforeTraversal function src/Engine/ExpressionContainerBase.php Prepares execution metadata state before traversing through children.
ExpressionInterface::prepareExecutionMetadataState function src/Engine/ExpressionInterface.php Prepares the execution metadata state by adding metadata to it.
LoopExpression::prepareExecutionMetadataStateAfterTraversal function src/Plugin/RulesExpression/LoopExpression.php Prepares execution metadata state after traversing through children.
LoopExpression::prepareExecutionMetadataStateBeforeTraversal function src/Plugin/RulesExpression/LoopExpression.php Prepares execution metadata state before traversing through children.
PrepareExecutionMetadataStateTest class tests/src/Unit/Integration/Engine/PrepareExecutionMetadataStateTest.php Tests that the setup of the execution metadata state for an expression works.
PrepareExecutionMetadataStateTest.php file tests/src/Unit/Integration/Engine/PrepareExecutionMetadataStateTest.php
PrepareExecutionMetadataStateTest::testAddingVariable function tests/src/Unit/Integration/Engine/PrepareExecutionMetadataStateTest.php Tests that a variable can be added by an action and is then available.
PrepareExecutionMetadataStateTest::testPrepareAfterLoop function tests/src/Unit/Integration/Engine/PrepareExecutionMetadataStateTest.php Tests that the loop list item is removed after the loop.
PrepareExecutionMetadataStateTest::testPrepareInLoop function tests/src/Unit/Integration/Engine/PrepareExecutionMetadataStateTest.php Tests that state preparation also works for actions in a loop.
PrepareExecutionMetadataStateTest::testPreparingUntil function tests/src/Unit/Integration/Engine/PrepareExecutionMetadataStateTest.php Tests partial state setup until an expression is reached in the tree.
RuleExpression::prepareExecutionMetadataState function src/Plugin/RulesExpression/RuleExpression.php Prepares the execution metadata state by adding metadata to it.