function WorkflowTransitionEditForm::create
Same name in other branches
- 8.9.x core/modules/workflows/src/Form/WorkflowTransitionEditForm.php \Drupal\workflows\Form\WorkflowTransitionEditForm::create()
- 10 core/modules/workflows/src/Form/WorkflowTransitionEditForm.php \Drupal\workflows\Form\WorkflowTransitionEditForm::create()
- 11.x core/modules/workflows/src/Form/WorkflowTransitionEditForm.php \Drupal\workflows\Form\WorkflowTransitionEditForm::create()
Overrides FormBase::create
File
-
core/
modules/ workflows/ src/ Form/ WorkflowTransitionEditForm.php, line 49
Class
- WorkflowTransitionEditForm
- Entity form variant for editing workflow transitions.
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.