Closed (works as designed)
Project:
Drupal core
Version:
11.x-dev
Component:
language system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
21 May 2014 at 06:45 UTC
Updated:
12 Oct 2024 at 10:19 UTC
Jump to comment: Most recent
Comments
Comment #1
yesct commentedis this a bug?
does this mean we are missing tests?
---
Here was @alexpott's comment from #2212427-21: Use interface instead of class name for language manager where appropriate.:
ConfigurableLanguageManagerInterface? i think all of these depend on functionality in the ConfigurableLanguageManager that comes with the language module.
Comment #2
sunOnly classes in Locale + Language module can depend on
ConfigurableLanguageManager, because it only exists when Language module is enabled.Any other code can only depend on the non-configurable
LanguageManager.Comment #16
quietone commentedThe comment in #2 has answered this such that I think this is working correctly.
I trust that someone will re-open this if that is incorrect.