public function SectionStorageInterface::getStorageId in Drupal 9
Same name and namespace in other branches
- 8 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.
4 methods override SectionStorageInterface::getStorageId()
- DefaultsSectionStorage::getStorageId in core/
modules/ layout_builder/ src/ Plugin/ SectionStorage/ DefaultsSectionStorage.php - Returns an identifier for this storage.
- OverridesSectionStorage::getStorageId in core/
modules/ layout_builder/ src/ Plugin/ SectionStorage/ OverridesSectionStorage.php - Returns an identifier for this storage.
- SimpleConfigSectionStorage::getStorageId in core/
modules/ layout_builder/ tests/ modules/ layout_builder_test/ src/ Plugin/ SectionStorage/ SimpleConfigSectionStorage.php - Returns an identifier for this storage.
- 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_builderCode
public function getStorageId();