You are here

protected property AccessAwareRouter::$router in Drupal 8

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

The router doing the actual routing.

Type: \Symfony\Component\Routing\Matcher\RequestMatcherInterface

File

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

Class

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

Namespace

Drupal\Core\Routing

Code

protected $router;