function WorkflowStateAddForm::create

Overrides FormBase::create

File

core/modules/workflows/src/Form/WorkflowStateAddForm.php, line 40

Class

WorkflowStateAddForm
Class WorkflowStateAddForm.

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.