Same name and namespace in other branches
  1. 8.9.x core/modules/layout_builder/src/SectionStorageInterface.php \Drupal\layout_builder\SectionStorageInterface::getStorageId()
  2. 9 core/modules/layout_builder/src/SectionStorageInterface.php \Drupal\layout_builder\SectionStorageInterface::getStorageId()

Returns an identifier for this storage.

Return value

string The unique identifier for this storage.

1 call to SectionStorageInterface::getStorageId()
SectionStorageBase::getTempstoreKey in core/modules/layout_builder/src/Plugin/SectionStorage/SectionStorageBase.php
Gets a string suitable for use as a tempstore key.
1 method overrides SectionStorageInterface::getStorageId()
TestStateBasedSectionStorage::getStorageId in core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php
Returns an identifier for this storage.

File

core/modules/layout_builder/src/SectionStorageInterface.php, line 23

Class

SectionStorageInterface
Defines an interface for Section Storage type plugins.

Namespace

Drupal\layout_builder

Code

public function getStorageId();