You are here

public function WorkflowStateEditForm::__construct in Drupal 9

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

Creates an instance of WorkflowStateEditForm.

Parameters

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

File

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

Class

WorkflowStateEditForm
Entity form variant for editing workflow states.

Namespace

Drupal\workflows\Form

Code

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