You are here

protected property PathTranslator::$httpKernel in Decoupled Router 8

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

The kernel.

Type: \Symfony\Component\HttpKernel\HttpKernelInterface

File

src/Controller/PathTranslator.php, line 34

Class

PathTranslator
Controller that receives the path to inspect.

Namespace

Drupal\decoupled_router\Controller

Code

protected $httpKernel;