You are here

public function OverridesSectionStorageInterface::getDefaultSectionStorage in Drupal 8

Same name and namespace in other branches
  1. 9 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_builder

Code

public function getDefaultSectionStorage();