You are here

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

CachedStorage::readMultiple in core/lib/Drupal/Core/Config/CachedStorage.php
Reads configuration data from the storage.
DatabaseStorage::readMultiple in core/lib/Drupal/Core/Config/DatabaseStorage.php
Reads configuration data from the storage.
FileStorage::readMultiple in core/lib/Drupal/Core/Config/FileStorage.php
Reads configuration data from the storage.
ManagedStorage::readMultiple in core/lib/Drupal/Core/Config/ManagedStorage.php
Reads configuration data from the storage.
MemoryStorage::readMultiple in core/lib/Drupal/Core/Config/MemoryStorage.php
Reads configuration data from the storage.
NullStorage::readMultiple in core/lib/Drupal/Core/Config/NullStorage.php
Reads configuration data from the storage.
ReadOnlyStorage::readMultiple in core/lib/Drupal/Core/Config/ReadOnlyStorage.php
Reads configuration data from the storage.
StorageReplaceDataWrapper::readMultiple in core/modules/config/src/StorageReplaceDataWrapper.php
Reads configuration data from the storage.