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();
Please login to continue.