public function LanguageManagerInterface::getCurrentLanguage in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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 56 - Contains \Drupal\Core\Language\LanguageManagerInterface.
Class
- LanguageManagerInterface
- Common interface for the language manager service.
Namespace
Drupal\Core\LanguageCode
public function getCurrentLanguage($type = LanguageInterface::TYPE_INTERFACE);