constant NormalizedReadOnlyStorageInterface::NORMALIZATION_MODE_PROVIDE in Configuration Normalizer 8
Same name and namespace in other branches
- 2.0.x 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.
File
- src/
Config/ NormalizedReadOnlyStorageInterface.php, line 34
Class
- NormalizedReadOnlyStorageInterface
- Interface for a normalized read only storage.
Namespace
Drupal\config_normalizer\ConfigCode
const NORMALIZATION_MODE_PROVIDE = 'provide';