You are here

public function KeyValueStoreInterface::getCollectionName in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php \Drupal\Core\KeyValueStore\KeyValueStoreInterface::getCollectionName()
  2. 10 core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php \Drupal\Core\KeyValueStore\KeyValueStoreInterface::getCollectionName()

Returns the name of this collection.

Return value

string The name of this collection.

2 methods override KeyValueStoreInterface::getCollectionName()
NullStorageExpirable::getCollectionName in core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php
Returns the name of this collection.
StorageBase::getCollectionName in core/lib/Drupal/Core/KeyValueStore/StorageBase.php
Returns the name of this collection.

File

core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php, line 16

Class

KeyValueStoreInterface
Defines the interface for key/value store implementations.

Namespace

Drupal\Core\KeyValueStore

Code

public function getCollectionName();