KeyValueStoreInterface::getCollectionName

public KeyValueStoreInterface::getCollectionName()

Returns the name of this collection.

Return value

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

Code

public function getCollectionName();
doc_Drupal
2016-10-29 09:21:52
Comments
Leave a Comment

Please login to continue.