function ReactionRuleEditForm::create
Overrides RulesComponentFormBase::create
File
-
src/
Form/ ReactionRuleEditForm.php, line 46
Class
- ReactionRuleEditForm
- Provides a form to edit a reaction rule.
Namespace
Drupal\rules\FormCode
public static function create(ContainerInterface $container) {
return new static($container->get('plugin.manager.rules_expression'), $container->get('plugin.manager.rules_event'));
}