Problem/Motivation
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.
Steps to reproduce
Proposed resolution
Add the alias from ConfigurableLanguageManagerInterface to language_manager.
Remove any manual attributes of #[Autowire(service: 'language_manager')]
Remaining tasks
User interface changes
Introduced terminology
API changes
Data model changes
Release notes snippet
Issue fork drupal-3586556
Show commands
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