remove/protect unused parts of ImportConfigManipulator

Created on 19 August 2025, 22 days ago

Problem/Motivation

The ImportConfigManipulator could be considerably simplified.

The following aren't used:

> public function getImportProcessor(ImportConfigInterface $import_config, $processor_id);

The following parameters aren't used, and could be removed:

public function getImportProcessorsByStages(ImportConfigInterface $import_config, UNUSED: array $overrides = []) {

The following is only called by the same class, so could be made protected:

> public function getImportProcessorsByStage(ImportConfigInterface $import_config, $stage, array $overrides = [], $processors = []) {

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

๐Ÿ“Œ Task
Status

Active

Version

4.0

Component

Code

Created by

๐Ÿ‡ฌ๐Ÿ‡งUnited Kingdom joachim

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024