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

Class

Drupal\Core\Plugin\PluginFormFactory
9 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.
MultipleBlockFormTest::testMultipleForms in core/tests/Drupal/KernelTests/Core/Block/MultipleBlockFormTest.php
Tests that blocks can have multiple forms.
WorkflowEditForm::create in core/modules/workflows/src/Form/WorkflowEditForm.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'