public function LanguageDefault::__construct

public LanguageDefault::__construct(array $values)

Constructs the default language object.

Parameters

array $values: The properties used to construct the default language.

File

core/lib/Drupal/Core/Language/LanguageDefault.php, line 30

Class

LanguageDefault
Provides a simple get and set wrapper to the default language object.

Namespace

Drupal\Core\Language

Code

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