function NullStorageExpirable::getCollectionName
Returns the name of this collection.
Return value
string The name of this collection.
Overrides KeyValueStoreInterface::getCollectionName
File
-
core/
lib/ Drupal/ Core/ KeyValueStore/ NullStorageExpirable.php, line 98
Class
- NullStorageExpirable
- Defines a null key/value store implementation.
Namespace
Drupal\Core\KeyValueStoreCode
public function getCollectionName() {
return $this->collection;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.