You are here

protected property RouteBuildEvent::$routeCollection in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Routing/RouteBuildEvent.php \Drupal\Core\Routing\RouteBuildEvent::routeCollection

The route collection.

Type: \Symfony\Component\Routing\RouteCollection

File

core/lib/Drupal/Core/Routing/RouteBuildEvent.php, line 23
Contains \Drupal\Core\Routing\RouteBuildEvent.

Class

RouteBuildEvent
Represents route building information as event.

Namespace

Drupal\Core\Routing

Code

protected $routeCollection;