function ActionSetExpression::allowsMetadataAssertions
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;
}