Postponed
Project:
Drupal core
Version:
main
Component:
base system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
23 Apr 2026 at 17:49 UTC
Updated:
23 Apr 2026 at 20:42 UTC
Jump to comment: Most recent
Discovered in #3578361: Autowire all forms
Drupal\language\ConfigurableLanguageManagerInterface has a primary implementation in Drupal\language\ConfigurableLanguageManager, so we should add an alias so it can be autowired.
Add the alias from ConfigurableLanguageManagerInterface to language_manager.
Remove any manual attributes of #[Autowire(service: 'language_manager')]
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
longwavePostponed on #3578361: Autowire all forms