You are here

public function SplitCollectionStorage::getCollectionName in Configuration Split 2.0.x

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

Return value

string The current collection name.

Overrides StorageInterface::getCollectionName

File

src/Config/SplitCollectionStorage.php, line 149

Class

SplitCollectionStorage
A config storage that lives in a collection of another config storage.

Namespace

Drupal\config_split\Config

Code

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