LanguageManagerInterface::getNativeLanguages

public LanguageManagerInterface::getNativeLanguages()

Returns a list of languages set up on the site in their native form.

Return value

\Drupal\Core\Language\LanguageInterface[] An associative array of languages, keyed by the language code, ordered by weight ascending and name ascending.

File

core/lib/Drupal/Core/Language/LanguageManagerInterface.php, line 94

Class

LanguageManagerInterface
Common interface for the language manager service.

Namespace

Drupal\Core\Language

Code

public function getNativeLanguages();
doc_Drupal
2016-10-29 09:22:43
Comments
Leave a Comment

Please login to continue.