Search for Id

  1. Search 7.x for Id
  2. Search 9.5.x for Id
  3. Search 8.9.x for Id
  4. Search 10.3.x for Id
  5. Other projects
Title Object type File name Summary
RouteProvider::getAllRoutes function core/lib/Drupal/Core/Routing/RouteProvider.php Returns all the routes on the system.
RouteProvider::getAllRoutes function core/tests/Drupal/KernelTests/RouteProvider.php Returns all the routes on the system.
RouteProvider::getCandidateOutlines function core/tests/Drupal/KernelTests/RouteProvider.php
RouteProvider::getCandidateOutlines function core/lib/Drupal/Core/Routing/RouteProvider.php Returns an array of path pattern outlines that could match the path parts.
RouteProvider::getCurrentLanguageCacheIdPart function core/lib/Drupal/Core/Routing/RouteProvider.php Returns the language identifier for the route collection cache.
RouteProvider::getQueryParametersCacheIdPart function core/lib/Drupal/Core/Routing/RouteProvider.php Returns the query parameters identifier for the route collection cache.
RouteProvider::getRouteByName function core/tests/Drupal/KernelTests/RouteProvider.php Find the route using the provided route name.
RouteProvider::getRouteByName function core/lib/Drupal/Core/Routing/RouteProvider.php Find the route using the provided route name.
RouteProvider::getRouteCollectionCacheId function core/lib/Drupal/Core/Routing/RouteProvider.php Returns the cache ID for the route collection cache.
RouteProvider::getRouteCollectionForRequest function core/lib/Drupal/Core/Routing/RouteProvider.php Finds routes that may potentially match the request.
RouteProvider::getRouteCollectionForRequest function core/tests/Drupal/KernelTests/RouteProvider.php Finds routes that may potentially match the request.
RouteProvider::getRoutesByNames function core/tests/Drupal/KernelTests/RouteProvider.php Find many routes by their names using the provided list of names.
RouteProvider::getRoutesByNames function core/lib/Drupal/Core/Routing/RouteProvider.php Find many routes by their names using the provided list of names.
RouteProvider::getRoutesByPath function core/lib/Drupal/Core/Routing/RouteProvider.php Get all routes which match a certain pattern.
RouteProvider::getRoutesByPattern function core/lib/Drupal/Core/Routing/RouteProvider.php Get all routes which match a certain pattern.
RouteProvider::getRoutesByPattern function core/tests/Drupal/KernelTests/RouteProvider.php Get all routes which match a certain pattern.
RouteProvider::getSubscribedEvents function core/lib/Drupal/Core/Routing/RouteProvider.php
RouteProvider::lazyLoadItself function core/tests/Drupal/KernelTests/RouteProvider.php Loads the real route provider from the container and rebuilds the router.
RouteProvider::preLoadRoutes function core/tests/Drupal/KernelTests/RouteProvider.php Pre-load routes by their names using the provided list of names.
RouteProvider::preLoadRoutes function core/lib/Drupal/Core/Routing/RouteProvider.php Pre-load routes by their names using the provided list of names.
RouteProvider::reset function core/lib/Drupal/Core/Routing/RouteProvider.php Resets the route provider object.
RouteProvider::reset function core/tests/Drupal/KernelTests/RouteProvider.php Resets the route provider object.
RouteProvider::routeProviderRouteCompare function core/tests/Drupal/KernelTests/RouteProvider.php
RouteProvider::routeProviderRouteCompare function core/lib/Drupal/Core/Routing/RouteProvider.php Comparison function for usort on routes.
RouteProvider::ROUTE_LOAD_CID_PREFIX constant core/lib/Drupal/Core/Routing/RouteProvider.php Cache ID prefix used to load routes.
RouteProvider::__construct function core/lib/Drupal/Core/Routing/RouteProvider.php Constructs a new PathMatcher.
RouteProviderInterface interface core/lib/Drupal/Core/Routing/RouteProviderInterface.php Defines the route provider interface.
RouteProviderInterface.php file core/lib/Drupal/Core/Routing/RouteProviderInterface.php
RouteProviderInterface::getAllRoutes function core/lib/Drupal/Core/Routing/RouteProviderInterface.php Returns all the routes on the system.
RouteProviderInterface::getRouteByName function core/lib/Drupal/Core/Routing/RouteProviderInterface.php Find the route using the provided route name.
RouteProviderInterface::getRouteCollectionForRequest function core/lib/Drupal/Core/Routing/RouteProviderInterface.php Finds routes that may potentially match the request.
RouteProviderInterface::getRoutesByNames function core/lib/Drupal/Core/Routing/RouteProviderInterface.php Find many routes by their names using the provided list of names.
RouteProviderInterface::getRoutesByPattern function core/lib/Drupal/Core/Routing/RouteProviderInterface.php Get all routes which match a certain pattern.
RouteProviderInterface::reset function core/lib/Drupal/Core/Routing/RouteProviderInterface.php Resets the route provider object.
RouteProviderLazyBuilder class core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php A Route Provider front-end for all Drupal-stored routes.
RouteProviderLazyBuilder.php file core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php
RouteProviderLazyBuilder::$rebuilding property core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php Flag to determine if router is currently being rebuilt.
RouteProviderLazyBuilder::$rebuilt property core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php Flag to determine if the router has been rebuilt.
RouteProviderLazyBuilder::$routeBuilder property core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php The route building service.
RouteProviderLazyBuilder::$routeProvider property core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php The route provider service.
RouteProviderLazyBuilder::getAllRoutes function core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php Returns all the routes on the system.
RouteProviderLazyBuilder::getRouteByName function core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php Find the route using the provided route name.
RouteProviderLazyBuilder::getRouteCollectionForRequest function core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php Finds routes that may potentially match the request.
RouteProviderLazyBuilder::getRouteProvider function core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php Gets the real route provider service and rebuilds the router id necessary.
RouteProviderLazyBuilder::getRoutesByNames function core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php Find many routes by their names using the provided list of names.
RouteProviderLazyBuilder::getRoutesByPattern function core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php Get all routes which match a certain pattern.
RouteProviderLazyBuilder::getSubscribedEvents function core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php
RouteProviderLazyBuilder::hasRebuilt function core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php Determines if the router has been rebuilt.
RouteProviderLazyBuilder::preLoadRoutes function core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php Pre-load routes by their names using the provided list of names.
RouteProviderLazyBuilder::reset function core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php Resets the route provider object.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.