function OverridesSectionStorageInterface::getDefaultSectionStorage
Same name in other branches
- 9 core/modules/layout_builder/src/OverridesSectionStorageInterface.php \Drupal\layout_builder\OverridesSectionStorageInterface::getDefaultSectionStorage()
- 10 core/modules/layout_builder/src/OverridesSectionStorageInterface.php \Drupal\layout_builder\OverridesSectionStorageInterface::getDefaultSectionStorage()
- 11.x core/modules/layout_builder/src/OverridesSectionStorageInterface.php \Drupal\layout_builder\OverridesSectionStorageInterface::getDefaultSectionStorage()
Returns the corresponding defaults section storage for this override.
@todo Determine if this method needs a parameter in https://www.drupal.org/project/drupal/issues/2907413.
Return value
\Drupal\layout_builder\DefaultsSectionStorageInterface The defaults section storage.
1 method overrides OverridesSectionStorageInterface::getDefaultSectionStorage()
- OverridesSectionStorage::getDefaultSectionStorage in core/
modules/ layout_builder/ src/ Plugin/ SectionStorage/ OverridesSectionStorage.php - Returns the corresponding defaults section storage for this override.
File
-
core/
modules/ layout_builder/ src/ OverridesSectionStorageInterface.php, line 19
Class
- OverridesSectionStorageInterface
- Defines an interface for an object that stores layout sections for overrides.
Namespace
Drupal\layout_builderCode
public function getDefaultSectionStorage();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.