Search for route
- Search 7.x for route
- Search 8.9.x for route
- Search 10.3.x for route
- Search 11.x for route
- Other projects
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 |
---|---|---|---|
RouteProviderInterface::getRoutesByPattern | function | core/ |
Get all routes which match a certain pattern. |
RouteProviderInterface::reset | function | core/ |
Resets the route provider object. |
RouteProviderLazyBuilder | class | core/ |
A Route Provider front-end for all Drupal-stored routes. |
RouteProviderLazyBuilder.php | file | core/ |
|
RouteProviderLazyBuilder::$rebuilding | property | core/ |
Flag to determine if router is currently being rebuilt. |
RouteProviderLazyBuilder::$rebuilt | property | core/ |
Flag to determine if the router has been rebuilt. |
RouteProviderLazyBuilder::$routeBuilder | property | core/ |
The route building service. |
RouteProviderLazyBuilder::$routeProvider | property | core/ |
The route provider service. |
RouteProviderLazyBuilder::getAllRoutes | function | core/ |
Returns all the routes on the system. |
RouteProviderLazyBuilder::getRouteByName | function | core/ |
Find the route using the provided route name. |
RouteProviderLazyBuilder::getRouteCollectionForRequest | function | core/ |
Finds routes that may potentially match the request. |
RouteProviderLazyBuilder::getRouteProvider | function | core/ |
Gets the real route provider service and rebuilds the router id necessary. |
RouteProviderLazyBuilder::getRoutesByNames | function | core/ |
Find many routes by their names using the provided list of names. |
RouteProviderLazyBuilder::getRoutesByPattern | function | core/ |
Get all routes which match a certain pattern. |
RouteProviderLazyBuilder::getRoutesCount | function | core/ |
Gets the total count of routes provided by the router. |
RouteProviderLazyBuilder::getRoutesPaged | function | core/ |
Returns a chunk of routes. |
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/ |
Resets the route provider object. |
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/ |
Contains \Drupal\KernelTests\Core\Routing\RouteProviderTest. |
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::$modules | property | core/ |
Modules to enable. |
RouteProviderTest::$modules | property | core/ |
Modules to enable. |
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::register | function | core/ |
Registers test-specific services. |
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::testGetRoutesCount | function | core/ |
Tests getRoutesCount(). |
Pagination
- Previous page
- Page 25
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.