public function InMemoryStorage::getCollectionName in Configuration Provider 8
Gets the name of the current collection the storage is using.
Return value
string The current collection name.
Overrides StorageInterface::getCollectionName
File
- src/
InMemoryStorage.php, line 176
Class
- InMemoryStorage
- Provides an in memory confituration storage.
Namespace
Drupal\config_providerCode
public function getCollectionName() {
return $this->collection;
}