interface TempStoreIdentifierInterface
Same name in other branches
- 9 core/modules/layout_builder/src/TempStoreIdentifierInterface.php \Drupal\layout_builder\TempStoreIdentifierInterface
- 10 core/modules/layout_builder/src/TempStoreIdentifierInterface.php \Drupal\layout_builder\TempStoreIdentifierInterface
- 11.x core/modules/layout_builder/src/TempStoreIdentifierInterface.php \Drupal\layout_builder\TempStoreIdentifierInterface
Provides an interface that allows an object to provide its own tempstore key.
@todo Move to \Drupal\Core\TempStore in https://www.drupal.org/node/3026957.
Hierarchy
- interface \Drupal\layout_builder\TempStoreIdentifierInterface
Expanded class hierarchy of TempStoreIdentifierInterface
All classes that implement TempStoreIdentifierInterface
2 files declare their use of TempStoreIdentifierInterface
- layout_builder.post_update.php in core/
modules/ layout_builder/ layout_builder.post_update.php - Post update functions for Layout Builder.
- SectionStorageBase.php in core/
modules/ layout_builder/ src/ Plugin/ SectionStorage/ SectionStorageBase.php
File
-
core/
modules/ layout_builder/ src/ TempStoreIdentifierInterface.php, line 10
Namespace
Drupal\layout_builderView source
interface TempStoreIdentifierInterface {
/**
* Gets a string suitable for use as a tempstore key.
*
* @return string
* A string to be used as the key for a tempstore item.
*/
public function getTempstoreKey();
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overrides |
---|---|---|---|---|
TempStoreIdentifierInterface::getTempstoreKey | public | function | Gets a string suitable for use as a tempstore key. | 1 |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.