You are here

protected property LocaleLookup::$languageManager in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/locale/src/LocaleLookup.php \Drupal\locale\LocaleLookup::languageManager
  2. 10 core/modules/locale/src/LocaleLookup.php \Drupal\locale\LocaleLookup::languageManager

The language manager.

Type: \Drupal\Core\Language\LanguageManagerInterface

File

core/modules/locale/src/LocaleLookup.php, line 65

Class

LocaleLookup
A cache collector to allow for dynamic building of the locale cache.

Namespace

Drupal\locale

Code

protected $languageManager;