constant ConfigMerger::OPERATION_SUBSTITUTE in Config Merge 8
Indicates substitute (replace) operation during config merge.
In case of indexed(non-associated) arrays configuration is substituted (replaced) completely if the data is unchanged.
File
- src/
ConfigMerger.php, line 33
Class
- ConfigMerger
- Provides helper functions for merging configuration items.
Namespace
Drupal\config_mergeCode
const OPERATION_SUBSTITUTE = 'substitute';