You are here

protected property WorkflowTransitionEditForm::$pluginFormFactory in Drupal 10

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

The plugin form factory.

Type: \Drupal\Core\Plugin\PluginFormFactoryInterface

File

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

Class

WorkflowTransitionEditForm
Entity form variant for editing workflow transitions.

Namespace

Drupal\workflows\Form

Code

protected $pluginFormFactory;