protected function DashboardSectionStorage::getSectionList in Dashboards with Layout Builder 8
Same name and namespace in other branches
- 2.0.x src/Plugin/SectionStorage/DashboardSectionStorage.php \Drupal\dashboards\Plugin\SectionStorage\DashboardSectionStorage::getSectionList()
Gets the section list.
Return value
\Drupal\layout_builder\SectionListInterface The section list.
Overrides SectionStorageBase::getSectionList
File
- src/
Plugin/ SectionStorage/ DashboardSectionStorage.php, line 106
Class
- DashboardSectionStorage
- Dashboard section storage.
Namespace
Drupal\dashboards\Plugin\SectionStorageCode
protected function getSectionList() {
return $this
->getDashboard();
}