public static property Language::$defaultValues in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Language/Language.php \Drupal\Core\Language\Language::defaultValues
The values to use to instantiate the default language.
Type: array
File
- core/
lib/ Drupal/ Core/ Language/ Language.php, line 22 - Contains \Drupal\Core\Language\Language.
Class
- Language
- An object containing the information for an interface language.
Namespace
Drupal\Core\LanguageCode
public static $defaultValues = array(
'id' => 'en',
'name' => 'English',
'direction' => self::DIRECTION_LTR,
'weight' => 0,
'locked' => FALSE,
);