function KeyValueStoreInterface::getCollectionName
Same name in other branches
- 9 core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php \Drupal\Core\KeyValueStore\KeyValueStoreInterface::getCollectionName()
- 8.9.x core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php \Drupal\Core\KeyValueStore\KeyValueStoreInterface::getCollectionName()
- 11.x 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\KeyValueStoreCode
public function getCollectionName();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.