function WorkflowStateEditForm::create
Overrides FormBase::create
File
-
core/
modules/ workflows/ src/ Form/ WorkflowStateEditForm.php, line 48
Class
- WorkflowStateEditForm
- Entity form variant for editing workflow states.
Namespace
Drupal\workflows\FormCode
public static function create(ContainerInterface $container) {
return new static($container->get('plugin_form.factory'));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.