public function SectionStorageInterface::getStorageId in Drupal 10
Same name and namespace in other branches
- 8 core/modules/layout_builder/src/SectionStorageInterface.php \Drupal\layout_builder\SectionStorageInterface::getStorageId()
- 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.
2 methods override SectionStorageInterface::getStorageId()
- 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();