You are here

public function ReadOnlyStorage::getCollectionName in Config Filter 8.2

Same name and namespace in other branches
  1. 8 src/Config/ReadOnlyStorage.php \Drupal\config_filter\Config\ReadOnlyStorage::getCollectionName()

Gets the name of the current collection the storage is using.

Return value

string The current collection name.

Overrides StorageInterface::getCollectionName

File

src/Config/ReadOnlyStorage.php, line 121

Class

ReadOnlyStorage
Class ReadOnlyStorage.

Namespace

Drupal\config_filter\Config

Code

public function getCollectionName() {
  return $this->storage
    ->getCollectionName();
}