You are here

constant ConfigMerger::OPERATION_IGNORE in Config Merge 8

Indicates ignore operation during config merge. Default operation.

3 way merge was not possible, because module has changes and active storage was changed too.

File

src/ConfigMerger.php, line 25

Class

ConfigMerger
Provides helper functions for merging configuration items.

Namespace

Drupal\config_merge

Code

const OPERATION_IGNORE = 'ignore';