You are here

protected property EntityDisplayRepository::$languageManager in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Entity/EntityDisplayRepository.php \Drupal\Core\Entity\EntityDisplayRepository::languageManager

The language manager.

Type: \Drupal\Core\Language\LanguageManagerInterface

File

core/lib/Drupal/Core/Entity/EntityDisplayRepository.php, line 32

Class

EntityDisplayRepository
Provides a repository for entity display objects (view modes and form modes).

Namespace

Drupal\Core\Entity

Code

protected $languageManager;