You are here

public function ConfigureSectionForm::getSectionStorage in Drupal 9

Same name and namespace in other branches
  1. 8 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 230

Class

ConfigureSectionForm
Provides a form for configuring a layout section.

Namespace

Drupal\layout_builder\Form

Code

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