public function KeyValueStoreInterface::getCollectionName in Service Container 7
Same name and namespace in other branches
- 7.2 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 lib/
Drupal/ Core/ KeyValueStore/ NullStorageExpirable.php - Implements Drupal\Core\KeyValueStore\KeyValueStoreInterface::getCollectionName().
- StorageBase::getCollectionName in lib/
Drupal/ Core/ KeyValueStore/ StorageBase.php - Implements Drupal\Core\KeyValueStore\KeyValueStoreInterface::getCollectionName().
File
- lib/
Drupal/ Core/ KeyValueStore/ KeyValueStoreInterface.php, line 21 - Contains \Drupal\Core\KeyValueStore\KeyValueStoreInterface.
Class
- KeyValueStoreInterface
- Defines the interface for key/value store implementations.
Namespace
Drupal\Core\KeyValueStoreCode
public function getCollectionName();