public LanguageManagerInterface::getCurrentLanguage($type = LanguageInterface::TYPE_INTERFACE)
Returns the current language for the given type.
string $type: (optional) The language type; e.g., the interface or the content language. Defaults to \Drupal\Core\Language\LanguageInterface::TYPE_INTERFACE.
\Drupal\Core\Language\LanguageInterface The current language object for the given type of language.
public function getCurrentLanguage($type = LanguageInterface::TYPE_INTERFACE);
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Language!LanguageManagerInterface.php/function/LanguageManagerInterface::getCurrentLanguage/8.1.x