function WorkflowTransitionEditForm::create

Same name in other branches
  1. 9 core/modules/workflows/src/Form/WorkflowTransitionEditForm.php \Drupal\workflows\Form\WorkflowTransitionEditForm::create()
  2. 8.9.x core/modules/workflows/src/Form/WorkflowTransitionEditForm.php \Drupal\workflows\Form\WorkflowTransitionEditForm::create()
  3. 10 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\Form

Code

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.