Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Language/LanguageManagerInterface.php \Drupal\Core\Language\LanguageManagerInterface::getCurrentLanguage()
  2. 9 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.

File

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

Class

LanguageManagerInterface
Common interface for the language manager service.

Namespace

Drupal\Core\Language

Code

public function getCurrentLanguage($type = LanguageInterface::TYPE_INTERFACE);