LanguageManagerInterface::getLanguages

public LanguageManagerInterface::getLanguages($flags = LanguageInterface::STATE_CONFIGURABLE)

Returns a list of languages set up on the site.

Parameters

int $flags: (optional) Specifies the state of the languages that have to be returned. It can be: LanguageInterface::STATE_CONFIGURABLE, LanguageInterface::STATE_LOCKED, or LanguageInterface::STATE_ALL.

Return value

\Drupal\Core\Language\LanguageInterface[] An associative array of languages, keyed by the language code.

File

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

Class

LanguageManagerInterface
Common interface for the language manager service.

Namespace

Drupal\Core\Language

Code

public function getLanguages($flags = LanguageInterface::STATE_CONFIGURABLE);
doc_Drupal
2016-10-29 09:22:42
Comments
Leave a Comment

Please login to continue.