You are here

protected property RouterPathTranslatorSubscriber::$aliasManager in Decoupled Router 8

Same name and namespace in other branches
  1. 2.x src/EventSubscriber/RouterPathTranslatorSubscriber.php \Drupal\decoupled_router\EventSubscriber\RouterPathTranslatorSubscriber::aliasManager

The alias manager

Type: \Drupal\path_alias\AliasManagerInterface

File

src/EventSubscriber/RouterPathTranslatorSubscriber.php, line 73

Class

RouterPathTranslatorSubscriber
Event subscriber that processes a path translation with the router info.

Namespace

Drupal\decoupled_router\EventSubscriber

Code

protected $aliasManager;