function TempStoreIdentifierInterface::getTempstoreKey

Same name and namespace in other branches
  1. 9 core/modules/layout_builder/src/TempStoreIdentifierInterface.php \Drupal\layout_builder\TempStoreIdentifierInterface::getTempstoreKey()
  2. 10 core/modules/layout_builder/src/TempStoreIdentifierInterface.php \Drupal\layout_builder\TempStoreIdentifierInterface::getTempstoreKey()
  3. 11.x 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();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.