You are here

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

CachedStorage::read in core/lib/Drupal/Core/Config/CachedStorage.php
Reads configuration data from the storage.
DatabaseStorage::read in core/lib/Drupal/Core/Config/DatabaseStorage.php
Reads configuration data from the storage.
FileStorage::read in core/lib/Drupal/Core/Config/FileStorage.php
Implements Drupal\Core\Config\StorageInterface::read().
ManagedStorage::read in core/lib/Drupal/Core/Config/ManagedStorage.php
Reads configuration data from the storage.
MemoryStorage::read in core/lib/Drupal/Core/Config/MemoryStorage.php
Reads configuration data from the storage.
NullStorage::read in core/lib/Drupal/Core/Config/NullStorage.php
Reads configuration data from the storage.
ReadOnlyStorage::read in core/lib/Drupal/Core/Config/ReadOnlyStorage.php
Reads configuration data from the storage.
StorageReplaceDataWrapper::read in core/modules/config/src/StorageReplaceDataWrapper.php
Reads configuration data from the storage.