public function DashboardLayoutBuilderForm::getSectionStorage in Dashboards with Layout Builder 8
Same name and namespace in other branches
- 2.0.x 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\FormCode
public function getSectionStorage() {
return $this->sectionStorage;
}