You are here

constant NormalizedReadOnlyStorageInterface::DEFAULT_NORMALIZATION_MODE in Configuration Normalizer 2.0.x

Same name and namespace in other branches
  1. 8 src/Config/NormalizedReadOnlyStorageInterface.php \Drupal\config_normalizer\Config\NormalizedReadOnlyStorageInterface::DEFAULT_NORMALIZATION_MODE

The default normalization mode.

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 45

Class

NormalizedReadOnlyStorageInterface
Interface for a normalized read only storage.

Namespace

Drupal\config_normalizer\Config

Code

const DEFAULT_NORMALIZATION_MODE = self::NORMALIZATION_MODE_COMPARE;