You are here

protected property AccessAwareRouter::$chainRouter in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Routing/AccessAwareRouter.php \Drupal\Core\Routing\AccessAwareRouter::chainRouter

The chain router doing the actual routing.

Type: \Symfony\Cmf\Component\Routing\ChainRouter

File

core/lib/Drupal/Core/Routing/AccessAwareRouter.php, line 27
Contains \Drupal\Core\Routing\AccessAwareRouter.

Class

AccessAwareRouter
A router class for Drupal with access check and upcasting.

Namespace

Drupal\Core\Routing

Code

protected $chainRouter;