public function RouteBuildEvent::getRouteCollection

public 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;
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Routing!RouteBuildEvent.php/function/RouteBuildEvent::getRouteCollection/8.1.x