public function OverridesSectionStorageInterface::getDefaultSectionStorage in Drupal 9
Same name and namespace in other branches
- 8 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();