You are here

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

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