You are here

protected property ViewsData::$languageManager in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/src/ViewsData.php \Drupal\views\ViewsData::languageManager

The language manager.

Type: \Drupal\Core\Language\LanguageManagerInterface

File

core/modules/views/src/ViewsData.php, line 88

Class

ViewsData
Class to manage and lazy load cached views data.

Namespace

Drupal\views

Code

protected $languageManager;