constant NormalizedReadOnlyStorageInterface::NORMALIZATION_MODE_PROVIDE in Configuration Normalizer 2.0.x
Same name and namespace in other branches
- 8 src/Config/NormalizedReadOnlyStorageInterface.php \Drupal\config_normalizer\Config\NormalizedReadOnlyStorageInterface::NORMALIZATION_MODE_PROVIDE
Mode in which the storage is being prepared for providing configuration.
Because configuration is to be provided in a context where it may be later written, only write-appropriate normalization should be done. For example, data should not be sorted since sorting will leave data in a state that may not be appropriate for writing.
Deprecated
in config_normalizer:2.0.0-alpha1 and is removed from config_normalizer:2.0.0. No replacement.
See also
https://www.drupal.org/project/config_normalizer/issues/3230398
File
- src/
Config/ NormalizedReadOnlyStorageInterface.php, line 37
Class
- NormalizedReadOnlyStorageInterface
- Interface for a normalized read only storage.
Namespace
Drupal\config_normalizer\ConfigCode
const NORMALIZATION_MODE_PROVIDE = 'provide';