You are here

constant NormalizedReadOnlyStorageInterface::NORMALIZATION_MODE_COMPARE in Configuration Normalizer 2.0.x

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

Mode in which the storage is being prepared for comparison.

This mode is typically used on both storages that are passed to a class implementing \Drupal\Core\Config\StorageComparerInterface.

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 24

Class

NormalizedReadOnlyStorageInterface
Interface for a normalized read only storage.

Namespace

Drupal\config_normalizer\Config

Code

const NORMALIZATION_MODE_COMPARE = 'compare';