You are here

constant NormalizedReadOnlyStorageInterface::DEFAULT_NORMALIZATION_MODE in Configuration Normalizer 8

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

The default normalization mode.

File

src/Config/NormalizedReadOnlyStorageInterface.php, line 39

Class

NormalizedReadOnlyStorageInterface
Interface for a normalized read only storage.

Namespace

Drupal\config_normalizer\Config

Code

const DEFAULT_NORMALIZATION_MODE = self::NORMALIZATION_MODE_COMPARE;