public function RouterInterface::finalize in Drupal 7 to 8/9 Module Upgrader 8
Completes the 'build' of this router, dispatching the 'router.built' event to all added routes.
1 method overrides RouterInterface::finalize()
- RouterBase::finalize in src/
Routing/ RouterBase.php - Completes the 'build' of this router, dispatching the 'router.built' event to all added routes.
File
- src/
Routing/ RouterInterface.php, line 24
Class
- RouterInterface
- Defines a collection of routes, each wrapped by an implementation of RouteWrapperInterface in order to normalize the gaping differences between Drupal 7 and Drupal 8 routes.
Namespace
Drupal\drupalmoduleupgrader\RoutingCode
public function finalize();