function ActionContainerForm::__construct
Creates a new object of this class.
File
-
src/
Form/ Expression/ ActionContainerForm.php, line 23
Class
- ActionContainerForm
- Form handler for action containers.
Namespace
Drupal\rules\Form\ExpressionCode
public function __construct(ActionExpressionContainerInterface $action_set) {
$this->actionSet = $action_set;
}