You are here

public function TempStoreIdentifierInterface::getTempstoreKey in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/layout_builder/src/TempStoreIdentifierInterface.php \Drupal\layout_builder\TempStoreIdentifierInterface::getTempstoreKey()

Gets a string suitable for use as a tempstore key.

Return value

string A string to be used as the key for a tempstore item.

1 method overrides TempStoreIdentifierInterface::getTempstoreKey()
SectionStorageBase::getTempstoreKey in core/modules/layout_builder/src/Plugin/SectionStorage/SectionStorageBase.php
Gets a string suitable for use as a tempstore key.

File

core/modules/layout_builder/src/TempStoreIdentifierInterface.php, line 18

Class

TempStoreIdentifierInterface
Provides an interface that allows an object to provide its own tempstore key.

Namespace

Drupal\layout_builder

Code

public function getTempstoreKey();