You are here

constant ConfigMerger::OPERATION_UPDATE in Config Merge 8

Indicates update operation during config merge.

Merge is successful, there were changes and they were merged in.

File

src/ConfigMerger.php, line 17

Class

ConfigMerger
Provides helper functions for merging configuration items.

Namespace

Drupal\config_merge

Code

const OPERATION_UPDATE = 'update';