You are here

protected property MatcherDumper::$routes in Drupal 8

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

The routes to be dumped.

Type: \Symfony\Component\Routing\RouteCollection

File

core/lib/Drupal/Core/Routing/MatcherDumper.php, line 30

Class

MatcherDumper
Dumps Route information to a database table.

Namespace

Drupal\Core\Routing

Code

protected $routes;