public LanguageDefault::__construct(array $values)
Constructs the default language object.
array $values: The properties used to construct the default language.
public function __construct(array $values) { $this->set(new Language($values)); }
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Language!LanguageDefault.php/function/LanguageDefault::__construct/8.1.x