Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
documentation
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
26 Jan 2014 at 15:30 UTC
Updated:
29 Jul 2014 at 23:19 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
michaellenahan commentedTo get started, here's an export of where Language::$defaultValues is being used as of now.
Comment #2
ThisIsDog commentedComment #3
ThisIsDog commentedI took a look at this and it seems to happen early enough you wouldn't use a Language Manager object. For example, two of the references are in the install file. Others would be creating a Language Manager object with another Language Manager object. I'm not sure what other work would need to be done other than removing the @todo.
I've gone ahead and submitted a patch to remove that line, but if something else needs to be done let me know and I'll update the patch.
Comment #4
gábor hojtsyYeah this looks like this was made use in more places and is not to be removed anymore.
Comment #5
alexpottYep language config entities are provided by the language module so we need to hold this configuration somewhere else. This is a good a place as any because without the language module enabled none of this is configurable.
Comment #6
alexpottComment #7
jhodgdonThanks all! Committed to 8.x.
Comment #8
gábor hojtsyYay, thanks!