function StorageBase::getCollectionName
Returns the name of this collection.
Return value
string The name of this collection.
Overrides KeyValueStoreInterface::getCollectionName
File
- 
              core/
lib/ Drupal/ Core/ KeyValueStore/ StorageBase.php, line 27  
Class
- StorageBase
 - Provides a base class for key/value storage implementations.
 
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.