You are here

service plugin_form.factory in Drupal 8

Same name and namespace in other branches
  1. 9 core/core.services.yml \plugin_form.factory
  2. 10 core/core.services.yml \plugin_form.factory

Class

Drupal\Core\Plugin\PluginFormFactory
8 string references to plugin_form.factory
BlockForm::create in core/modules/block/src/BlockForm.php
Instantiates a new instance of this class.
ConfigureBlockFormBase::create in core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php
Instantiates a new instance of this class.
ConfigureSectionForm::create in core/modules/layout_builder/src/Form/ConfigureSectionForm.php
Instantiates a new instance of this class.
WorkflowEditForm::create in core/modules/workflows/src/Form/WorkflowEditForm.php
Instantiates a new instance of this class.
WorkflowStateAddForm::create in core/modules/workflows/src/Form/WorkflowStateAddForm.php
Instantiates a new instance of this class.

... See full list

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\Plugin\PluginFormFactory
  2. arguments:
  3. - '@class_resolver'