You are here

protected property RouterPathTranslatorSubscriber::$container in Decoupled Router 8

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

The service container.

Type: \Symfony\Component\DependencyInjection\ContainerInterface

File

src/EventSubscriber/RouterPathTranslatorSubscriber.php, line 38

Class

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

Namespace

Drupal\decoupled_router\EventSubscriber

Code

protected $container;