You are here

protected property RouteBuilder::$routeCollection in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Routing/RouteBuilder.php \Drupal\Core\Routing\RouteBuilder::routeCollection
  2. 10 core/lib/Drupal/Core/Routing/RouteBuilder.php \Drupal\Core\Routing\RouteBuilder::routeCollection

The route collection during the rebuild.

Type: \Symfony\Component\Routing\RouteCollection

File

core/lib/Drupal/Core/Routing/RouteBuilder.php, line 61

Class

RouteBuilder
Managing class for rebuilding the router table.

Namespace

Drupal\Core\Routing

Code

protected $routeCollection;