You are here

protected function ActionSetExpression::allowsMetadataAssertions in Rules 8.3

Determines whether child-expressions are allowed to assert metadata.

Return value

bool Whether child-expressions are allowed to assert metadata.

Overrides ExpressionContainerBase::allowsMetadataAssertions

See also

\Drupal\rules\Engine\ExpressionInterface::prepareExecutionMetadataState()

File

src/Plugin/RulesExpression/ActionSetExpression.php, line 22

Class

ActionSetExpression
Holds a set of actions and executes all of them.

Namespace

Drupal\rules\Plugin\RulesExpression

Code

protected function allowsMetadataAssertions() {
  return TRUE;
}