You are here

public function ConfigureSectionForm::getSectionStorage in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/layout_builder/src/Form/ConfigureSectionForm.php \Drupal\layout_builder\Form\ConfigureSectionForm::getSectionStorage()
  2. 10 core/modules/layout_builder/src/Form/ConfigureSectionForm.php \Drupal\layout_builder\Form\ConfigureSectionForm::getSectionStorage()

Retrieve the section storage property.

Return value

\Drupal\layout_builder\SectionStorageInterface The section storage for the current form.

File

core/modules/layout_builder/src/Form/ConfigureSectionForm.php, line 208

Class

ConfigureSectionForm
Provides a form for configuring a layout section.

Namespace

Drupal\layout_builder\Form

Code

public function getSectionStorage() {
  return $this->sectionStorage;
}