6 calls to RouteProviderLazyBuilder::getRouteProvider() in Drupal 10
- RouteProviderLazyBuilder::getAllRoutes in core/
lib/ Drupal/ Core/ Routing/ RouteProviderLazyBuilder.php - Returns all the routes on the system.
- RouteProviderLazyBuilder::getRouteByName in core/
lib/ Drupal/ Core/ Routing/ RouteProviderLazyBuilder.php - Find the route using the provided route name.
- RouteProviderLazyBuilder::getRouteCollectionForRequest in core/
lib/ Drupal/ Core/ Routing/ RouteProviderLazyBuilder.php - Finds routes that may potentially match the request.
- RouteProviderLazyBuilder::getRoutesByNames in core/
lib/ Drupal/ Core/ Routing/ RouteProviderLazyBuilder.php - Find many routes by their names using the provided list of names.
- RouteProviderLazyBuilder::getRoutesByPattern in core/
lib/ Drupal/ Core/ Routing/ RouteProviderLazyBuilder.php - Get all routes which match a certain pattern.
- RouteProviderLazyBuilder::preLoadRoutes in core/
lib/ Drupal/ Core/ Routing/ RouteProviderLazyBuilder.php - Pre-load routes by their names using the provided list of names.