Search for route
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Route | class | core/ |
Sets the destination route information based on the source link_path. |
Route | class | core/ |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
RouteProviderLazyBuilder::$routeBuilder | property | core/ |
The route building service. |
RouteProviderLazyBuilder::$routeProvider | property | core/ |
The route provider service. |
RouteProviderLazyBuilder::getAllRoutes | function | core/ |
|
RouteProviderLazyBuilder::getRouteByName | function | core/ |
|
RouteProviderLazyBuilder::getRouteCollectionForRequest | function | core/ |
|
RouteProviderLazyBuilder::getRouteProvider | function | core/ |
Gets the real route provider service and rebuilds the router id necessary. |
RouteProviderLazyBuilder::getRoutesByNames | function | core/ |
|
RouteProviderLazyBuilder::getRoutesByPattern | function | core/ |
|
RouteProviderLazyBuilder::getSubscribedEvents | function | core/ |
|
RouteProviderLazyBuilder::hasRebuilt | function | core/ |
Determines if the router has been rebuilt. |
RouteProviderLazyBuilder::preLoadRoutes | function | core/ |
Pre-load routes by their names using the provided list of names. |
RouteProviderLazyBuilder::reset | function | core/ |
|
RouteProviderLazyBuilder::routerRebuildFinished | function | core/ |
Sets the router rebuilding flag to FALSE. |
RouteProviderLazyBuilder::routerRebuilding | function | core/ |
Sets the router rebuilding flag to TRUE. |
RouteProviderLazyBuilder::__construct | function | core/ |
RouteProviderLazyBuilder constructor. |
RouteProviderTest | class | core/ |
Confirm that the default route provider is working correctly. |
RouteProviderTest | class | core/ |
Tests route providers for entity types. |
RouteProviderTest.php | file | core/ |
|
RouteProviderTest.php | file | core/ |
|
RouteProviderTest::$cache | property | core/ |
The cache backend. |
RouteProviderTest::$cacheTagsInvalidator | property | core/ |
The cache tags invalidator. |
RouteProviderTest::$currentPath | property | core/ |
The current path. |
RouteProviderTest::$fixtures | property | core/ |
A collection of shared fixture data for tests. |
RouteProviderTest::$logger | property | core/ |
The test logger. |
RouteProviderTest::$modules | property | core/ |
Modules to install. |
RouteProviderTest::$modules | property | core/ |
Modules to install. |
RouteProviderTest::$pathProcessor | property | core/ |
The inbound path processor. |
RouteProviderTest::$state | property | core/ |
The state. |
RouteProviderTest::httpKernelHandle | function | core/ |
|
RouteProviderTest::providerDuplicateRoutePaths | function | core/ |
Data provider for testMixedCasePaths() |
RouteProviderTest::providerMixedCaseRoutePaths | function | core/ |
Data provider for testMixedCasePaths() |
RouteProviderTest::setUp | function | core/ |
|
RouteProviderTest::setUp | function | core/ |
|
RouteProviderTest::tearDown | function | core/ |
|
RouteProviderTest::testAdminHtmlRoutes | function | core/ |
@covers \Drupal\Core\Entity\Routing\AdminHtmlRouteProvider::getEditFormRoute @covers \Drupal\Core\Entity\Routing\AdminHtmlRouteProvider::getDeleteFormRoute |
RouteProviderTest::testCandidateOutlines | function | core/ |
Confirms that the correct candidate outlines are generated. |
RouteProviderTest::testDuplicateRoutePaths | function | core/ |
Confirms that we find all routes with the same path. |
RouteProviderTest::testEmptyPathCandidatesOutlines | function | core/ |
Don't fail when given an empty path. |
RouteProviderTest::testExactPathMatch | function | core/ |
Confirms that we can find routes with the exact incoming path. |
RouteProviderTest::testGetAllRoutes | function | core/ |
Confirms RouteProvider::getAllRoutes() extracts information correctly from the database. |
RouteProviderTest::testGetRoutesByPatternWithLongPatterns | function | core/ |
Ensures that the routing system is capable of extreme long patterns. |
RouteProviderTest::testHtmlRoutes | function | core/ |
@covers \Drupal\Core\Entity\Routing\DefaultHtmlRouteProvider::getRoutes |
RouteProviderTest::testMixedCasePaths | function | core/ |
Confirms that we find routes using a case-insensitive path match. |
RouteProviderTest::testOutlinePathMatch | function | core/ |
Confirms that we can find routes whose pattern would match the request. |
RouteProviderTest::testOutlinePathMatchDefaults | function | core/ |
Confirms that we can find routes whose pattern would match the request. |
RouteProviderTest::testOutlinePathMatchDefaultsCollision | function | core/ |
Confirms that we can find routes whose pattern would match the request. |
RouteProviderTest::testOutlinePathMatchDefaultsCollision2 | function | core/ |
Confirms that we can find routes whose pattern would match the request. |
RouteProviderTest::testOutlinePathMatchDefaultsCollision3 | function | core/ |
Confirms that we can find multiple routes that match the request equally. |
RouteProviderTest::testOutlinePathMatchTrailingSlash | function | core/ |
Confirms that a trailing slash on the request does not result in a 404. |
RouteProviderTest::testOutlinePathMatchZero | function | core/ |
Tests a route with a 0 as value. |
Pagination
- Previous page
- Page 26
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.