You are here

public function WorkflowTransitionAddForm::__construct in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/workflows/src/Form/WorkflowTransitionAddForm.php \Drupal\workflows\Form\WorkflowTransitionAddForm::__construct()

Creates an instance of WorkflowStateEditForm.

Parameters

\Drupal\Core\Plugin\PluginFormFactoryInterface $pluginFormFactory: The plugin form factory.

File

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

Class

WorkflowTransitionAddForm
Class WorkflowTransitionAddForm.

Namespace

Drupal\workflows\Form

Code

public function __construct(PluginFormFactoryInterface $pluginFormFactory) {
  $this->pluginFormFactory = $pluginFormFactory;
}