function LanguageManagerInterface::getLanguages
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.
1 method overrides LanguageManagerInterface::getLanguages()
- LanguageManager::getLanguages in core/
lib/ Drupal/ Core/ Language/ LanguageManager.php  - Returns a list of languages set up on the site.
 
File
- 
              core/
lib/ Drupal/ Core/ Language/ LanguageManagerInterface.php, line 85  
Class
- LanguageManagerInterface
 - Common interface for the language manager service.
 
Namespace
Drupal\Core\LanguageCode
public function getLanguages($flags = LanguageInterface::STATE_CONFIGURABLE);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.