function WorkflowTransitionAddForm::create

Overrides FormBase::create

File

core/modules/workflows/src/Form/WorkflowTransitionAddForm.php, line 41

Class

WorkflowTransitionAddForm
Entity form variant for adding 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.