Home
last modified time | relevance | path

Searched refs:getSectionStorage (Results 1 – 25 of 25) sorted by relevance

/dports/www/drupal8/drupal-8.9.20/core/modules/layout_builder/src/Plugin/Field/FieldWidget/
H A DLayoutBuilderWidget.php33 '#section_storage' => $this->getSectionStorage($form_state),
63 $items->setValue($this->getSectionStorage($form_state)->getSections());
75 private function getSectionStorage(FormStateInterface $form_state) { function in Drupal\\layout_builder\\Plugin\\Field\\FieldWidget\\LayoutBuilderWidget
76 return $form_state->getFormObject()->getSectionStorage();
/dports/www/drupal9/drupal-9.2.10/core/modules/layout_builder/src/Plugin/Field/FieldWidget/
H A DLayoutBuilderWidget.php33 '#section_storage' => $this->getSectionStorage($form_state),
63 $items->setValue($this->getSectionStorage($form_state)->getSections());
75 private function getSectionStorage(FormStateInterface $form_state) { function in Drupal\\layout_builder\\Plugin\\Field\\FieldWidget\\LayoutBuilderWidget
76 return $form_state->getFormObject()->getSectionStorage();
/dports/www/drupal9/drupal-9.2.10/core/modules/layout_builder/tests/modules/layout_builder_element_test/src/EventSubscriber/
H A DTestPrepareLayout.php70 $section_storage = $event->getSectionStorage();
103 $section_storage = $event->getSectionStorage();
/dports/www/drupal8/drupal-8.9.20/core/modules/layout_builder/tests/src/Kernel/
H A DSectionStorageTestBase.php46 $this->sectionStorage = $this->getSectionStorage($section_data);
58 abstract protected function getSectionStorage(array $section_data); function in Drupal\\Tests\\layout_builder\\Kernel\\SectionStorageTestBase
H A DSectionListTraitTest.php19 protected function getSectionStorage(array $section_data) { function in Drupal\\Tests\\layout_builder\\Kernel\\SectionListTraitTest
H A DSimpleConfigSectionStorageTest.php30 protected function getSectionStorage(array $section_data) { function in Drupal\\Tests\\layout_builder\\Kernel\\SimpleConfigSectionStorageTest
H A DLayoutSectionItemListTest.php30 protected function getSectionStorage(array $section_data) { function in Drupal\\Tests\\layout_builder\\Kernel\\LayoutSectionItemListTest
H A DLayoutBuilderEntityViewDisplayTest.php19 protected function getSectionStorage(array $section_data) { function in Drupal\\Tests\\layout_builder\\Kernel\\LayoutBuilderEntityViewDisplayTest
/dports/www/drupal9/drupal-9.2.10/core/modules/layout_builder/tests/src/Kernel/
H A DSectionStorageTestBase.php44 $this->sectionStorage = $this->getSectionStorage($section_data);
56 abstract protected function getSectionStorage(array $section_data); function in Drupal\\Tests\\layout_builder\\Kernel\\SectionStorageTestBase
H A DSectionListTraitTest.php19 protected function getSectionStorage(array $section_data) { function in Drupal\\Tests\\layout_builder\\Kernel\\SectionListTraitTest
H A DSimpleConfigSectionStorageTest.php30 protected function getSectionStorage(array $section_data) { function in Drupal\\Tests\\layout_builder\\Kernel\\SimpleConfigSectionStorageTest
H A DLayoutSectionItemListTest.php30 protected function getSectionStorage(array $section_data) { function in Drupal\\Tests\\layout_builder\\Kernel\\LayoutSectionItemListTest
H A DLayoutBuilderEntityViewDisplayTest.php18 protected function getSectionStorage(array $section_data) { function in Drupal\\Tests\\layout_builder\\Kernel\\LayoutBuilderEntityViewDisplayTest
/dports/www/drupal9/drupal-9.2.10/core/modules/layout_builder/src/Event/
H A DPrepareLayoutEvent.php41 public function getSectionStorage(): SectionStorageInterface { function in Drupal\\layout_builder\\Event\\PrepareLayoutEvent
/dports/www/drupal9/drupal-9.2.10/core/modules/layout_builder/src/EventSubscriber/
H A DPrepareLayout.php66 $section_storage = $event->getSectionStorage();
/dports/www/drupal8/drupal-8.9.20/core/modules/layout_builder/src/Form/
H A DDefaultsEntityForm.php217 public function getSectionStorage() { function in Drupal\\layout_builder\\Form\\DefaultsEntityForm
H A DOverridesEntityForm.php227 public function getSectionStorage() { function in Drupal\\layout_builder\\Form\\OverridesEntityForm
H A DConfigureSectionForm.php208 public function getSectionStorage() { function in Drupal\\layout_builder\\Form\\ConfigureSectionForm
H A DConfigureBlockFormBase.php267 public function getSectionStorage() { function in Drupal\\layout_builder\\Form\\ConfigureBlockFormBase
/dports/www/drupal9/drupal-9.2.10/core/modules/layout_builder/src/Form/
H A DDefaultsEntityForm.php213 public function getSectionStorage() { function in Drupal\\layout_builder\\Form\\DefaultsEntityForm
H A DOverridesEntityForm.php227 public function getSectionStorage() { function in Drupal\\layout_builder\\Form\\OverridesEntityForm
H A DConfigureBlockFormBase.php267 public function getSectionStorage() { function in Drupal\\layout_builder\\Form\\ConfigureBlockFormBase
H A DConfigureSectionForm.php230 public function getSectionStorage() { function in Drupal\\layout_builder\\Form\\ConfigureSectionForm
/dports/www/drupal8/drupal-8.9.20/core/modules/layout_builder/tests/modules/layout_builder_test/
H A Dlayout_builder_test.module73 '#title' => 'Layout Builder Storage: ' . $form_object->getSectionStorage()->getStorageId(),
/dports/www/drupal9/drupal-9.2.10/core/modules/layout_builder/tests/modules/layout_builder_test/
H A Dlayout_builder_test.module88 '#title' => 'Layout Builder Storage: ' . $form_object->getSectionStorage()->getStorageId(),