You are here

public function LanguageManagerInterface::getNativeLanguages in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Language/LanguageManagerInterface.php \Drupal\Core\Language\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.

1 method overrides LanguageManagerInterface::getNativeLanguages()
LanguageManager::getNativeLanguages in core/lib/Drupal/Core/Language/LanguageManager.php
Returns a list of languages set up on the site in their native form.

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