You are here

public function RouteWrapperInterface::onRouterBuilt in Drupal 7 to 8/9 Module Upgrader 8

React to the router (i.e., the collection of routes defined by the module) being completely built.

Parameters

RouterBuiltEvent $event: The event object.

2 methods override RouteWrapperInterface::onRouterBuilt()
RouteWrapper::onRouterBuilt in src/Routing/Drupal7/RouteWrapper.php
React to the router (i.e., the collection of routes defined by the module) being completely built.
RouteWrapper::onRouterBuilt in src/Routing/Drupal8/RouteWrapper.php
React to the router (i.e., the collection of routes defined by the module) being completely built.

File

src/Routing/RouteWrapperInterface.php, line 53

Class

RouteWrapperInterface
Common interface implemented by classes which wrap around Drupal 7 or Drupal 8 routes.

Namespace

Drupal\drupalmoduleupgrader\Routing

Code

public function onRouterBuilt(RouterBuiltEvent $event);