Home
last modified time | relevance | path

Searched refs:pluginFormFactory (Results 1 – 20 of 20) sorted by relevance

/dports/www/drupal8/drupal-8.9.20/core/modules/workflows/src/Form/
H A DWorkflowStateAddForm.php25 protected $pluginFormFactory; variable in Drupal\\workflows\\Form\\WorkflowStateAddForm
33 public function __construct(PluginFormFactoryInterface $pluginFormFactory) { argument
34 $this->pluginFormFactory = $pluginFormFactory;
83 $form['type_settings'] += $this->pluginFormFactory
139 $this->pluginFormFactory
157 $this->pluginFormFactory
H A DWorkflowTransitionAddForm.php26 protected $pluginFormFactory; variable in Drupal\\workflows\\Form\\WorkflowTransitionAddForm
34 public function __construct(PluginFormFactoryInterface $pluginFormFactory) { argument
35 $this->pluginFormFactory = $pluginFormFactory;
102 $form['type_settings'] += $this->pluginFormFactory
167 $this->pluginFormFactory
185 $this->pluginFormFactory
H A DWorkflowStateEditForm.php33 protected $pluginFormFactory; variable in Drupal\\workflows\\Form\\WorkflowStateEditForm
41 public function __construct(PluginFormFactoryInterface $pluginFormFactory) { argument
42 $this->pluginFormFactory = $pluginFormFactory;
104 $form['type_settings'] += $this->pluginFormFactory
185 $this->pluginFormFactory
202 $this->pluginFormFactory
H A DWorkflowTransitionEditForm.php34 protected $pluginFormFactory; variable in Drupal\\workflows\\Form\\WorkflowTransitionEditForm
42 public function __construct(PluginFormFactoryInterface $pluginFormFactory) { argument
43 $this->pluginFormFactory = $pluginFormFactory;
120 $form['type_settings'] += $this->pluginFormFactory
153 $this->pluginFormFactory
195 $this->pluginFormFactory
H A DWorkflowEditForm.php28 protected $pluginFormFactory; variable in Drupal\\workflows\\Form\\WorkflowEditForm
36 public function __construct(PluginFormFactoryInterface $pluginFormFactory) { argument
37 $this->pluginFormFactory = $pluginFormFactory;
222 $form['type_settings'] += $this->pluginFormFactory
240 $this->pluginFormFactory
256 $this->pluginFormFactory
/dports/www/drupal9/drupal-9.2.10/core/modules/workflows/src/Form/
H A DWorkflowStateAddForm.php25 protected $pluginFormFactory; variable in Drupal\\workflows\\Form\\WorkflowStateAddForm
33 public function __construct(PluginFormFactoryInterface $pluginFormFactory) { argument
34 $this->pluginFormFactory = $pluginFormFactory;
83 $form['type_settings'] += $this->pluginFormFactory
139 $this->pluginFormFactory
157 $this->pluginFormFactory
H A DWorkflowTransitionAddForm.php26 protected $pluginFormFactory; variable in Drupal\\workflows\\Form\\WorkflowTransitionAddForm
34 public function __construct(PluginFormFactoryInterface $pluginFormFactory) { argument
35 $this->pluginFormFactory = $pluginFormFactory;
102 $form['type_settings'] += $this->pluginFormFactory
167 $this->pluginFormFactory
185 $this->pluginFormFactory
H A DWorkflowStateEditForm.php33 protected $pluginFormFactory; variable in Drupal\\workflows\\Form\\WorkflowStateEditForm
41 public function __construct(PluginFormFactoryInterface $pluginFormFactory) { argument
42 $this->pluginFormFactory = $pluginFormFactory;
104 $form['type_settings'] += $this->pluginFormFactory
185 $this->pluginFormFactory
202 $this->pluginFormFactory
H A DWorkflowTransitionEditForm.php34 protected $pluginFormFactory; variable in Drupal\\workflows\\Form\\WorkflowTransitionEditForm
42 public function __construct(PluginFormFactoryInterface $pluginFormFactory) { argument
43 $this->pluginFormFactory = $pluginFormFactory;
120 $form['type_settings'] += $this->pluginFormFactory
153 $this->pluginFormFactory
195 $this->pluginFormFactory
H A DWorkflowEditForm.php28 protected $pluginFormFactory; variable in Drupal\\workflows\\Form\\WorkflowEditForm
36 public function __construct(PluginFormFactoryInterface $pluginFormFactory) { argument
37 $this->pluginFormFactory = $pluginFormFactory;
222 $form['type_settings'] += $this->pluginFormFactory
240 $this->pluginFormFactory
256 $this->pluginFormFactory
/dports/www/drupal8/drupal-8.9.20/core/modules/block/tests/src/Unit/
H A DBlockFormTest.php65 protected $pluginFormFactory; variable in Drupal\\Tests\\block\\Unit\\BlockFormTest
84 $this->pluginFormFactory = $this->prophesize(PluginFormFactoryInterface::class);
139 …this->contextRepository, $this->language, $this->themeHandler, $this->pluginFormFactory->reveal());
/dports/www/drupal9/drupal-9.2.10/core/modules/block/tests/src/Unit/
H A DBlockFormTest.php65 protected $pluginFormFactory; variable in Drupal\\Tests\\block\\Unit\\BlockFormTest
84 $this->pluginFormFactory = $this->prophesize(PluginFormFactoryInterface::class);
139 …this->contextRepository, $this->language, $this->themeHandler, $this->pluginFormFactory->reveal());
/dports/www/drupal8/drupal-8.9.20/core/modules/layout_builder/src/Form/
H A DConfigureSectionForm.php51 protected $pluginFormFactory; variable in Drupal\\layout_builder\\Form\\ConfigureSectionForm
84 $this->pluginFormFactory = $plugin_form_manager;
192 return $this->pluginFormFactory->createInstance($layout, 'configure');
H A DConfigureBlockFormBase.php72 protected $pluginFormFactory; variable in Drupal\\layout_builder\\Form\\ConfigureBlockFormBase
121 $this->pluginFormFactory = $plugin_form_manager;
256 return $this->pluginFormFactory->createInstance($block, 'configure');
/dports/www/drupal9/drupal-9.2.10/core/modules/layout_builder/src/Form/
H A DConfigureBlockFormBase.php72 protected $pluginFormFactory; variable in Drupal\\layout_builder\\Form\\ConfigureBlockFormBase
121 $this->pluginFormFactory = $plugin_form_manager;
256 return $this->pluginFormFactory->createInstance($block, 'configure');
H A DConfigureSectionForm.php55 protected $pluginFormFactory; variable in Drupal\\layout_builder\\Form\\ConfigureSectionForm
88 $this->pluginFormFactory = $plugin_form_manager;
214 return $this->pluginFormFactory->createInstance($layout, 'configure');
/dports/www/drupal9/drupal-9.2.10/core/modules/block/src/
H A DBlockForm.php74 protected $pluginFormFactory; variable in Drupal\\block\\BlockForm
98 $this->pluginFormFactory = $plugin_form_manager;
429 return $this->pluginFormFactory->createInstance($block, 'configure');
/dports/www/drupal8/drupal-8.9.20/core/modules/block/src/
H A DBlockForm.php81 protected $pluginFormFactory; variable in Drupal\\block\\BlockForm
105 $this->pluginFormFactory = $plugin_form_manager;
446 return $this->pluginFormFactory->createInstance($block, 'configure');
/dports/www/drupal8/drupal-8.9.20/core/modules/settings_tray/src/Block/
H A DBlockEntitySettingTrayForm.php116 return $this->pluginFormFactory->createInstance($block, 'settings_tray', 'configure');
/dports/www/drupal9/drupal-9.2.10/core/modules/settings_tray/src/Block/
H A DBlockEntitySettingTrayForm.php116 return $this->pluginFormFactory->createInstance($block, 'settings_tray', 'configure');