You are here

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

CachedStorage::createCollection in core/lib/Drupal/Core/Config/CachedStorage.php
Creates a collection on the storage.
DatabaseStorage::createCollection in core/lib/Drupal/Core/Config/DatabaseStorage.php
Creates a collection on the storage.
FileStorage::createCollection in core/lib/Drupal/Core/Config/FileStorage.php
Creates a collection on the storage.
ManagedStorage::createCollection in core/lib/Drupal/Core/Config/ManagedStorage.php
Creates a collection on the storage.
MemoryStorage::createCollection in core/lib/Drupal/Core/Config/MemoryStorage.php
Creates a collection on the storage.
NullStorage::createCollection in core/lib/Drupal/Core/Config/NullStorage.php
Creates a collection on the storage.
ReadOnlyStorage::createCollection in core/lib/Drupal/Core/Config/ReadOnlyStorage.php
Creates a collection on the storage.
StorageReplaceDataWrapper::createCollection in core/modules/config/src/StorageReplaceDataWrapper.php
Creates a collection on the storage.