9 calls to RouteProvider::lazyLoadItself() in Drupal 10
- RouteProvider::getAllRoutes in core/
tests/ Drupal/ KernelTests/ RouteProvider.php - Returns all the routes on the system.
- RouteProvider::getCandidateOutlines in core/
tests/ Drupal/ KernelTests/ RouteProvider.php - RouteProvider::getRouteByName in core/
tests/ Drupal/ KernelTests/ RouteProvider.php - Find the route using the provided route name.
- RouteProvider::getRouteCollectionForRequest in core/
tests/ Drupal/ KernelTests/ RouteProvider.php - Finds routes that may potentially match the request.
- RouteProvider::getRoutesByNames in core/
tests/ Drupal/ KernelTests/ RouteProvider.php - Find many routes by their names using the provided list of names.
- RouteProvider::getRoutesByPattern in core/
tests/ Drupal/ KernelTests/ RouteProvider.php - Get all routes which match a certain pattern.
- RouteProvider::preLoadRoutes in core/
tests/ Drupal/ KernelTests/ RouteProvider.php - Pre-load routes by their names using the provided list of names.
- RouteProvider::reset in core/
tests/ Drupal/ KernelTests/ RouteProvider.php - Resets the route provider object.
- RouteProvider::routeProviderRouteCompare in core/
tests/ Drupal/ KernelTests/ RouteProvider.php