You are here

8 methods override StorageInterface::getCollectionName() in Drupal 9

CachedStorage::getCollectionName in core/lib/Drupal/Core/Config/CachedStorage.php
Gets the name of the current collection the storage is using.
DatabaseStorage::getCollectionName in core/lib/Drupal/Core/Config/DatabaseStorage.php
Gets the name of the current collection the storage is using.
FileStorage::getCollectionName in core/lib/Drupal/Core/Config/FileStorage.php
Gets the name of the current collection the storage is using.
ManagedStorage::getCollectionName in core/lib/Drupal/Core/Config/ManagedStorage.php
Gets the name of the current collection the storage is using.
MemoryStorage::getCollectionName in core/lib/Drupal/Core/Config/MemoryStorage.php
Gets the name of the current collection the storage is using.
NullStorage::getCollectionName in core/lib/Drupal/Core/Config/NullStorage.php
Gets the name of the current collection the storage is using.
ReadOnlyStorage::getCollectionName in core/lib/Drupal/Core/Config/ReadOnlyStorage.php
Gets the name of the current collection the storage is using.
StorageReplaceDataWrapper::getCollectionName in core/modules/config/src/StorageReplaceDataWrapper.php
Gets the name of the current collection the storage is using.