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 11.x for Id
  5. Other projects
Title Object type File name Summary
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.
RouteProviderLazyBuilder::routerRebuildFinished function core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php Sets the router rebuilding flag to FALSE.
RouteProviderLazyBuilder::routerRebuilding function core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php Sets the router rebuilding flag to TRUE.
RouteProviderLazyBuilder::__construct function core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php RouteProviderLazyBuilder constructor.
RouteProviderTest class core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Confirm that the default route provider is working correctly.
RouteProviderTest class core/tests/Drupal/KernelTests/Core/Entity/RouteProviderTest.php Tests route providers for entity types.
RouteProviderTest.php file core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php
RouteProviderTest.php file core/tests/Drupal/KernelTests/Core/Entity/RouteProviderTest.php
RouteProviderTest::$cache property core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php The cache backend.
RouteProviderTest::$cacheTagsInvalidator property core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php The cache tags invalidator.
RouteProviderTest::$currentPath property core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php The current path.
RouteProviderTest::$fixtures property core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php A collection of shared fixture data for tests.
RouteProviderTest::$logger property core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php The test logger.
RouteProviderTest::$modules property core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Modules to install.
RouteProviderTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/RouteProviderTest.php Modules to install.
RouteProviderTest::$pathProcessor property core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php The inbound path processor.
RouteProviderTest::$state property core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php The state.
RouteProviderTest::httpKernelHandle function core/tests/Drupal/KernelTests/Core/Entity/RouteProviderTest.php
RouteProviderTest::providerDuplicateRoutePaths function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Data provider for testMixedCasePaths()
RouteProviderTest::providerMixedCaseRoutePaths function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Data provider for testMixedCasePaths()
RouteProviderTest::setUp function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php
RouteProviderTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/RouteProviderTest.php
RouteProviderTest::tearDown function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php
RouteProviderTest::testAdminHtmlRoutes function core/tests/Drupal/KernelTests/Core/Entity/RouteProviderTest.php @covers \Drupal\Core\Entity\Routing\AdminHtmlRouteProvider::getEditFormRoute[[api-linebreak]]
@covers \Drupal\Core\Entity\Routing\AdminHtmlRouteProvider::getDeleteFormRoute[[api-linebreak]]
RouteProviderTest::testCandidateOutlines function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Confirms that the correct candidate outlines are generated.
RouteProviderTest::testDuplicateRoutePaths function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Confirms that we find all routes with the same path.

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