8 methods override StorageInterface::decode()
- 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.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.