function RuleExpressionInterface::setActions
Sets the action container.
Parameters
\Drupal\rules\Engine\ActionExpressionContainerInterface $actions: The action container to set.
Return value
$this
1 method overrides RuleExpressionInterface::setActions()
- RuleExpression::setActions in src/
Plugin/ RulesExpression/ RuleExpression.php - Sets the action container.
File
-
src/
Engine/ RuleExpressionInterface.php, line 71
Class
- RuleExpressionInterface
- Defines a rule.
Namespace
Drupal\rules\EngineCode
public function setActions(ActionExpressionContainerInterface $actions);