You are here

protected property ActiveLinkResponseFilter::$languageManager in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/EventSubscriber/ActiveLinkResponseFilter.php \Drupal\Core\EventSubscriber\ActiveLinkResponseFilter::languageManager

The language manager.

Type: \Drupal\Core\Language\LanguageManagerInterface

File

core/lib/Drupal/Core/EventSubscriber/ActiveLinkResponseFilter.php, line 56
Contains \Drupal\Core\EventSubscriber\ActiveLinkResponseFilter.

Class

ActiveLinkResponseFilter
Subscribes to filter HTML responses, to set the 'is-active' class on links.

Namespace

Drupal\Core\EventSubscriber

Code

protected $languageManager;