You are here

protected property LanguageBlock::$languageManager in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/language/src/Plugin/Block/LanguageBlock.php \Drupal\language\Plugin\Block\LanguageBlock::languageManager

The language manager.

Type: \Drupal\Core\Language\LanguageManagerInterface

File

core/modules/language/src/Plugin/Block/LanguageBlock.php, line 31

Class

LanguageBlock
Provides a 'Language switcher' block.

Namespace

Drupal\language\Plugin\Block

Code

protected $languageManager;