public static function ConfigMerger::getLogs in Config Merge 8
Gets the logs of config merge results.
Return value
array Array of logs with operations on config as keys.
File
- src/
ConfigMerger.php, line 48
Class
- ConfigMerger
- Provides helper functions for merging configuration items.
Namespace
Drupal\config_mergeCode
public static function getLogs() {
return self::$logs;
}