getImportProcessorsByStages() has a parameter that allows overriding the plugin configuration:
* @param array[] $overrides
* (optional) Overrides to apply to the import config's processors, keyed by
* processor IDs with their respective overridden settings as values.
However, I can't see that it's used anywhere.
What is its purpose? If it's not useful, it would simplify the module to remove it.
Active
4.0
Code