function User::getAllowedConfigurableLanguageCodes

Same name and namespace in other branches
  1. 9 core/modules/user/src/Entity/User.php \Drupal\user\Entity\User::getAllowedConfigurableLanguageCodes()
  2. 8.9.x core/modules/user/src/Entity/User.php \Drupal\user\Entity\User::getAllowedConfigurableLanguageCodes()
  3. 11.x core/modules/user/src/Entity/User.php \Drupal\user\Entity\User::getAllowedConfigurableLanguageCodes()

Defines allowed configurable language codes for AllowedValues constraints.

Return value

string[] The allowed values.

File

core/modules/user/src/Entity/User.php, line 599

Class

User
Defines the user entity class.

Namespace

Drupal\user\Entity

Code

public static function getAllowedConfigurableLanguageCodes() {
    return array_keys(\Drupal::languageManager()->getLanguages(LanguageInterface::STATE_CONFIGURABLE));
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.