You are here

public function RouteBuildEvent::getRouteCollection in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Routing/RouteBuildEvent.php \Drupal\Core\Routing\RouteBuildEvent::getRouteCollection()

Gets the route collection.

File

core/lib/Drupal/Core/Routing/RouteBuildEvent.php, line 33

Class

RouteBuildEvent
Represents route building information as event.

Namespace

Drupal\Core\Routing

Code

public function getRouteCollection() {
  return $this->routeCollection;
}