StorageBase::getCollectionName

public 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\KeyValueStore

Code

public function getCollectionName() {
  return $this->collection;
}
doc_Drupal
2016-10-29 09:44:34
Comments
Leave a Comment

Please login to continue.