You are here

public function DashboardLayoutBuilderForm::getSectionStorage in Dashboards with Layout Builder 2.0.x

Same name and namespace in other branches
  1. 8 src/Form/DashboardLayoutBuilderForm.php \Drupal\dashboards\Form\DashboardLayoutBuilderForm::getSectionStorage()

Retrieves the section storage object.

Return value

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

File

src/Form/DashboardLayoutBuilderForm.php, line 220

Class

DashboardLayoutBuilderForm
DashboardLayoutBuilderForm class.

Namespace

Drupal\dashboards\Form

Code

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