service router.route_provider

Class

Drupal\Core\Routing\RouteProvider
4 string references to router.route_provider
MenuLink::getRoute in drupal/core/modules/menu_link/lib/Drupal/menu_link/Plugin/Core/Entity/MenuLink.php
Returns the Route object associated with this link, if any.
MenuLinkStorageController::createInstance in drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php
Instantiates a new instance of this entity controller.
_menu_navigation_links_rebuild in drupal/core/includes/menu.inc
Builds menu links for the items in the menu router.
_menu_translate in drupal/core/includes/menu.inc
Handles dynamic path translation and menu access control.

File

drupal/core/core.services.yml
drupal/core/core.services.yml

View source
  1. class: Drupal\Core\Routing\RouteProvider
  2. arguments:
  3. - '@database'