function ActionSetExpression::allowsMetadataAssertions
Determines whether child-expressions are allowed to assert metadata.
Return value
bool Whether child-expressions are allowed to assert metadata.
Overrides ExpressionContainerBase::allowsMetadataAssertions
File
-
src/
Plugin/ RulesExpression/ ActionSetExpression.php, line 22
Class
- ActionSetExpression
- Holds a set of actions and executes all of them.
Namespace
Drupal\rules\Plugin\RulesExpressionCode
protected function allowsMetadataAssertions() {
return TRUE;
}