public function StorageInterface::getCollectionName in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Config/StorageInterface.php \Drupal\Core\Config\StorageInterface::getCollectionName()
Gets the name of the current collection the storage is using.
Return value
string The current collection name.
5 methods override StorageInterface::getCollectionName()
- 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.
- NullStorage::getCollectionName in core/
lib/ Drupal/ Core/ Config/ NullStorage.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.
File
- core/
lib/ Drupal/ Core/ Config/ StorageInterface.php, line 204 - Contains \Drupal\Core\Config\StorageInterface.
Class
- StorageInterface
- Defines an interface for configuration storage.
Namespace
Drupal\Core\ConfigCode
public function getCollectionName();