function WorkflowEditForm::create

Same name in other branches
  1. 9 core/modules/workflows/src/Form/WorkflowEditForm.php \Drupal\workflows\Form\WorkflowEditForm::create()
  2. 8.9.x core/modules/workflows/src/Form/WorkflowEditForm.php \Drupal\workflows\Form\WorkflowEditForm::create()
  3. 10 core/modules/workflows/src/Form/WorkflowEditForm.php \Drupal\workflows\Form\WorkflowEditForm::create()

Overrides FormBase::create

File

core/modules/workflows/src/Form/WorkflowEditForm.php, line 43

Class

WorkflowEditForm
The form for editing workflows.

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.