API page: https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Language%...
This is the first line of the class description comment:
Provides a simple get and set wrapper to a language object.
This should be:
Provides a simple get and set wrapper to the default language object.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | drupal-language_default_class_description-2182027-1.patch | 616 bytes | internetdevels |
Comments
Comment #1
michaellenahan commentedTo clarify: the class is Language, but the actual run-time object being used is the *default* language object.
Comment #2
internetdevels commentedSmall and simple patch attached.
Comment #3
tstoecklerYup, looks good. Thanks!
Comment #4
jhodgdonThanks again everyone! Committed to 8.x.