You are here

protected property PathTranslator::$eventDispatcher in Decoupled Router 8

Same name and namespace in other branches
  1. 2.x src/Controller/PathTranslator.php \Drupal\decoupled_router\Controller\PathTranslator::eventDispatcher

Event dispatcher service.

Type: \Symfony\Component\EventDispatcher\EventDispatcherInterface

File

src/Controller/PathTranslator.php, line 27

Class

PathTranslator
Controller that receives the path to inspect.

Namespace

Drupal\decoupled_router\Controller

Code

protected $eventDispatcher;