User::getAllowedConfigurableLanguageCodes

public static 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 566

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));
}
doc_Drupal
2016-10-29 09:52:05
Comments
Leave a Comment

Please login to continue.