public function 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();

© 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!LanguageManagerInterface.php/function/LanguageManagerInterface::getNativeLanguages/8.1.x