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;
}
doc_Drupal
2016-10-29 09:39:03
Comments
Leave a Comment

Please login to continue.