Drupal\domain_config\OverriderInterface does not exist

Created on 24 January 2025, 3 months ago

Problem/Motivation

The DomainLanguageOverrider class has a use statement for Drupal\domain_config\OverriderInterface. This OverriderInterface however does not exist. The proper class name for the injected service is DomainConfigOverrider. Weirdly this does not seem to fail in code but it PHPStorm it does mention this issue.

Steps to reproduce

Open DomainLanguageOverrider.php in PHPStorm or any other IDE that resolves class names.

Proposed resolution

Change all references to OverriderInterface to DomainConfigOverrider.

Remaining tasks

- Supply a patch

User interface changes

- None

API changes

- None

Data model changes

- None

🐛 Bug report
Status

Active

Version

2.0

Component

Code

Created by

🇳🇱Netherlands ericmulder1980

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

Comments & Activities

Production build 0.71.5 2024