Search for Id

  1. Search 7.x for Id
  2. Search 8.9.x for Id
  3. Search 10.3.x for Id
  4. Search 11.x for Id
  5. Other projects
Title Object type File name Summary
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::getRoutesCount function core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php Gets the total count of routes provided by the router.
RouteProviderLazyBuilder::getRoutesPaged function core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php Returns a chunk of routes.
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 Contains \Drupal\KernelTests\Core\Routing\RouteProviderTest.
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::$modules property core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Modules to enable.
RouteProviderTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/RouteProviderTest.php Modules to enable.
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::register function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Registers test-specific services.
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
@covers \Drupal\Core\Entity\Routing\AdminHtmlRouteProvider::getDeleteFormRoute
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.
RouteProviderTest::testEmptyPathCandidatesOutlines function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Don't fail when given an empty path.
RouteProviderTest::testExactPathMatch function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Confirms that we can find routes with the exact incoming path.
RouteProviderTest::testGetAllRoutes function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Confirms RouteProvider::getAllRoutes() extracts information correctly from the database.
RouteProviderTest::testGetRoutesByPatternWithLongPatterns function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Ensures that the routing system is capable of extreme long patterns.
RouteProviderTest::testGetRoutesCount function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Tests getRoutesCount().
RouteProviderTest::testGetRoutesPaged function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Tests getRoutesPaged().
RouteProviderTest::testHtmlRoutes function core/tests/Drupal/KernelTests/Core/Entity/RouteProviderTest.php @covers \Drupal\Core\Entity\Routing\DefaultHtmlRouteProvider::getRoutes
RouteProviderTest::testMixedCasePaths function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Confirms that we find routes using a case-insensitive path match.
RouteProviderTest::testOutlinePathMatch function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Confirms that we can find routes whose pattern would match the request.
RouteProviderTest::testOutlinePathMatchDefaults function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Confirms that we can find routes whose pattern would match the request.
RouteProviderTest::testOutlinePathMatchDefaultsCollision function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Confirms that we can find routes whose pattern would match the request.
RouteProviderTest::testOutlinePathMatchDefaultsCollision2 function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Confirms that we can find routes whose pattern would match the request.
RouteProviderTest::testOutlinePathMatchDefaultsCollision3 function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Confirms that we can find multiple routes that match the request equally.

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