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. Search main for Id
  6. Other projects
Title Object type File name Summary
RouteMatchTestBase::routeMatchProvider function core/tests/Drupal/Tests/Core/Routing/RouteMatchTestBase.php Provide sets of parameters and expected parameters for parameter tests.
RoutePathGenerationTraitTest::providerTestCsrfTokenCompleteLifeCycle function core/tests/Drupal/Tests/Core/Access/RoutePathGenerationTraitTest.php Data provider for testCsrfTokenCompleteLifeCycle().
RoutePreloaderTest::$routeProvider property core/tests/Drupal/Tests/Core/Routing/RoutePreloaderTest.php The mocked preloadable route provider.
RouteProvider class core/lib/Drupal/Core/Routing/RouteProvider.php A Route Provider front-end for all Drupal-stored routes.
RouteProvider class core/tests/Drupal/KernelTests/RouteProvider.php Rebuilds the router when the provider is instantiated.
RouteProvider.php file core/tests/Drupal/KernelTests/RouteProvider.php
RouteProvider.php file core/lib/Drupal/Core/Routing/RouteProvider.php
RouteProvider::$cache property core/lib/Drupal/Core/Routing/RouteProvider.php The cache backend.
RouteProvider::$cacheTagInvalidator property core/lib/Drupal/Core/Routing/RouteProvider.php The cache tag invalidator.
RouteProvider::$connection property core/lib/Drupal/Core/Routing/RouteProvider.php The database connection from which to read route information.
RouteProvider::$currentPath property core/lib/Drupal/Core/Routing/RouteProvider.php The current path.
RouteProvider::$extraCacheKeyParts property core/lib/Drupal/Core/Routing/RouteProvider.php An array of cache key parts to be used for the route match cache.
RouteProvider::$fastCache property core/lib/Drupal/Core/Routing/RouteProvider.php The chained fast cache backend.
RouteProvider::$languageManager property core/lib/Drupal/Core/Routing/RouteProvider.php The language manager.
RouteProvider::$pathProcessor property core/lib/Drupal/Core/Routing/RouteProvider.php A path processor manager for resolving the system path.
RouteProvider::$routes property core/lib/Drupal/Core/Routing/RouteProvider.php A cache of already-loaded routes, keyed by route name.
RouteProvider::$serializedRoutes property core/lib/Drupal/Core/Routing/RouteProvider.php A cache of already-loaded serialized routes, keyed by route name.
RouteProvider::$service property core/tests/Drupal/KernelTests/RouteProvider.php The route provider service.
RouteProvider::$state property core/lib/Drupal/Core/Routing/RouteProvider.php The state.
RouteProvider::$tableName property core/lib/Drupal/Core/Routing/RouteProvider.php The name of the SQL table from which to read the routes.
RouteProvider::addExtraCacheKeyPart function core/lib/Drupal/Core/Routing/RouteProvider.php
RouteProvider::getAllRoutes function core/lib/Drupal/Core/Routing/RouteProvider.php
RouteProvider::getAllRoutes function core/tests/Drupal/KernelTests/RouteProvider.php
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::getRouteAliases function core/lib/Drupal/Core/Routing/RouteProvider.php
RouteProvider::getRouteAliases function core/tests/Drupal/KernelTests/RouteProvider.php
RouteProvider::getRouteByName function core/tests/Drupal/KernelTests/RouteProvider.php
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
RouteProvider::getRoutesByNames function core/tests/Drupal/KernelTests/RouteProvider.php
RouteProvider::getRoutesByNames function core/lib/Drupal/Core/Routing/RouteProvider.php
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
RouteProvider::getRoutesByPattern function core/tests/Drupal/KernelTests/RouteProvider.php
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
RouteProvider::preLoadRoutes function core/lib/Drupal/Core/Routing/RouteProvider.php
RouteProvider::reset function core/lib/Drupal/Core/Routing/RouteProvider.php
RouteProvider::reset function core/tests/Drupal/KernelTests/RouteProvider.php
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.

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