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