You are here

protected property WorkflowStateEditForm::$pluginFormFactory in Drupal 9

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

The plugin form factory.

Type: \Drupal\Core\Plugin\PluginFormFactoryInterface

File

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

Class

WorkflowStateEditForm
Entity form variant for editing workflow states.

Namespace

Drupal\workflows\Form

Code

protected $pluginFormFactory;