You are here

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

CachedStorage::listAll in core/lib/Drupal/Core/Config/CachedStorage.php
Gets configuration object names starting with a given prefix.
DatabaseStorage::listAll in core/lib/Drupal/Core/Config/DatabaseStorage.php
Gets configuration object names starting with a given prefix.
FileStorage::listAll in core/lib/Drupal/Core/Config/FileStorage.php
Gets configuration object names starting with a given prefix.
ManagedStorage::listAll in core/lib/Drupal/Core/Config/ManagedStorage.php
Gets configuration object names starting with a given prefix.
MemoryStorage::listAll in core/lib/Drupal/Core/Config/MemoryStorage.php
Gets configuration object names starting with a given prefix.
NullStorage::listAll in core/lib/Drupal/Core/Config/NullStorage.php
Gets configuration object names starting with a given prefix.
ReadOnlyStorage::listAll in core/lib/Drupal/Core/Config/ReadOnlyStorage.php
Gets configuration object names starting with a given prefix.
StorageReplaceDataWrapper::listAll in core/modules/config/src/StorageReplaceDataWrapper.php
Gets configuration object names starting with a given prefix.