function LanguageManagerInterface::getCurrentLanguage
Same name in other branches
- 9 core/lib/Drupal/Core/Language/LanguageManagerInterface.php \Drupal\Core\Language\LanguageManagerInterface::getCurrentLanguage()
- 10 core/lib/Drupal/Core/Language/LanguageManagerInterface.php \Drupal\Core\Language\LanguageManagerInterface::getCurrentLanguage()
- 11.x core/lib/Drupal/Core/Language/LanguageManagerInterface.php \Drupal\Core\Language\LanguageManagerInterface::getCurrentLanguage()
Returns the current language for the given type.
Parameters
string $type: (optional) The language type; e.g., the interface or the content language. Defaults to \Drupal\Core\Language\LanguageInterface::TYPE_INTERFACE.
Return value
\Drupal\Core\Language\LanguageInterface The current language object for the given type of language.
1 method overrides LanguageManagerInterface::getCurrentLanguage()
- LanguageManager::getCurrentLanguage in core/
lib/ Drupal/ Core/ Language/ LanguageManager.php - Returns the current language for the given type.
File
-
core/
lib/ Drupal/ Core/ Language/ LanguageManagerInterface.php, line 51
Class
- LanguageManagerInterface
- Common interface for the language manager service.
Namespace
Drupal\Core\LanguageCode
public function getCurrentLanguage($type = LanguageInterface::TYPE_INTERFACE);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.