function ExpressionContainerBase::prepareExecutionMetadataStateAfterTraversal
Prepares execution metadata state after traversing through children.
See also
::prepareExecutionMetadataState()
::checkIntegrity()
2 calls to ExpressionContainerBase::prepareExecutionMetadataStateAfterTraversal()
- ExpressionContainerBase::checkIntegrity in src/
Engine/ ExpressionContainerBase.php - Verifies that this expression is configured correctly.
- ExpressionContainerBase::prepareExecutionMetadataState in src/
Engine/ ExpressionContainerBase.php - Prepares the execution metadata state by adding metadata to it.
1 method overrides ExpressionContainerBase::prepareExecutionMetadataStateAfterTraversal()
- LoopExpression::prepareExecutionMetadataStateAfterTraversal in src/
Plugin/ RulesExpression/ LoopExpression.php - Prepares execution metadata state after traversing through children.
File
-
src/
Engine/ ExpressionContainerBase.php, line 133
Class
- ExpressionContainerBase
- Common base class for action and condition expression containers.
Namespace
Drupal\rules\EngineCode
protected function prepareExecutionMetadataStateAfterTraversal(ExecutionMetadataStateInterface $metadata_state) {
// Any post-traversal preparations need to be added here.
}