constant NormalizedReadOnlyStorageInterface::DEFAULT_CONTEXT in Configuration Normalizer 8
Same name and namespace in other branches
- 2.0.x src/Config/NormalizedReadOnlyStorageInterface.php \Drupal\config_normalizer\Config\NormalizedReadOnlyStorageInterface::DEFAULT_CONTEXT
The default context for normalization.
Context is an array with the following key-valu pairs:
- normalization_mode: The mode used for normalization.
- reference_storage_service: a storage that the configuration is normalized against. When this is the site's active configuration storage, config.storage, normalization should replicate any changes made at config install time.
File
- src/
Config/ NormalizedReadOnlyStorageInterface.php, line 51
Class
- NormalizedReadOnlyStorageInterface
- Interface for a normalized read only storage.
Namespace
Drupal\config_normalizer\ConfigCode
const DEFAULT_CONTEXT = [
'normalization_mode' => self::DEFAULT_NORMALIZATION_MODE,
'reference_storage_service' => NULL,
];