function LayoutBuilderEntityViewDisplay::sectionStorageManager
Gets the section storage manager.
Return value
\Drupal\layout_builder\SectionStorage\SectionStorageManagerInterface The section storage manager.
Overrides LayoutEntityHelperTrait::sectionStorageManager
1 call to LayoutBuilderEntityViewDisplay::sectionStorageManager()
- LayoutBuilderEntityViewDisplay::buildMultiple in core/
modules/ layout_builder/ src/ Entity/ LayoutBuilderEntityViewDisplay.php - Builds a renderable array for the components of a set of entities.
File
-
core/
modules/ layout_builder/ src/ Entity/ LayoutBuilderEntityViewDisplay.php, line 500
Class
- LayoutBuilderEntityViewDisplay
- Provides an entity view display entity that has a layout.
Namespace
Drupal\layout_builder\EntityCode
private function sectionStorageManager() {
return \Drupal::service('plugin.manager.layout_builder.section_storage');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.