You are here

constant NormalizedReadOnlyStorageInterface::NORMALIZATION_MODE_COMPARE in Configuration Normalizer 8

Same name and namespace in other branches
  1. 2.0.x 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.

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';