Search for route
- Search 7.x for route
- Search 9.5.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 |
---|---|---|---|
RoutePreloader::$state | property | core/ |
The state key value store. |
RoutePreloader::getSubscribedEvents | function | core/ |
|
RoutePreloader::isGetAndHtmlRoute | function | core/ |
Determines whether the given route is a GET and HTML route. |
RoutePreloader::onAlterRoutes | function | core/ |
Alters existing routes for a specific collection. |
RoutePreloader::onFinishedRoutes | function | core/ |
Store the non admin routes in state when the route building is finished. |
RoutePreloader::onRequest | function | core/ |
Loads all non-admin routes right before the actual page is rendered. |
RoutePreloader::__construct | function | core/ |
Constructs a new RoutePreloader. |
RoutePreloaderTest | class | core/ |
@coversDefaultClass \Drupal\Core\Routing\RoutePreloader @group Routing |
RoutePreloaderTest.php | file | core/ |
|
RoutePreloaderTest::$cache | property | core/ |
The mocked cache. |
RoutePreloaderTest::$preloader | property | core/ |
The tested preloader. |
RoutePreloaderTest::$routeProvider | property | core/ |
The mocked route provider. |
RoutePreloaderTest::$state | property | core/ |
The mocked state. |
RoutePreloaderTest::setUp | function | core/ |
|
RoutePreloaderTest::testOnAlterRoutesWithAdminPathNoAdminRoute | function | core/ |
Tests onAlterRoutes with "admin" appearing in the path. |
RoutePreloaderTest::testOnAlterRoutesWithAdminRoutes | function | core/ |
Tests onAlterRoutes with just admin routes. |
RoutePreloaderTest::testOnAlterRoutesWithNonAdminRoutes | function | core/ |
Tests onAlterRoutes with admin routes and non admin routes. |
RoutePreloaderTest::testOnRequestNonHtml | function | core/ |
Tests onRequest on a non html request. |
RoutePreloaderTest::testOnRequestOnHtml | function | core/ |
Tests onRequest on a html request. |
RouteProcessor | class | core/ |
Processes the backwards-compatibility layer for path alias routes. |
RouteProcessor.php | file | core/ |
|
RouteProcessor::$routeProvider | property | core/ |
The route provider. |
RouteProcessor::overwriteRoute | function | core/ |
Overwrites one route's metadata with the other's. |
RouteProcessor::processOutbound | function | core/ |
Processes the outbound route. |
RouteProcessor::__construct | function | core/ |
Constructs a RouteProcessor object. |
RouteProcessorCsrf | class | core/ |
Processes the outbound route to handle the CSRF token. |
RouteProcessorCsrf.php | file | core/ |
|
RouteProcessorCsrf::$csrfToken | property | core/ |
The CSRF token generator. |
RouteProcessorCsrf::processOutbound | function | core/ |
Processes the outbound route. |
RouteProcessorCsrf::renderPlaceholderCsrfToken | function | core/ |
#lazy_builder callback; gets a CSRF token for the given path. |
RouteProcessorCsrf::trustedCallbacks | function | core/ |
Lists the trusted callbacks provided by the implementing class. |
RouteProcessorCsrf::__construct | function | core/ |
Constructs a RouteProcessorCsrf object. |
RouteProcessorCsrfTest | class | core/ |
@coversDefaultClass \Drupal\Core\Access\RouteProcessorCsrf @group Access |
RouteProcessorCsrfTest.php | file | core/ |
|
RouteProcessorCsrfTest::$csrfToken | property | core/ |
The mock CSRF token generator. |
RouteProcessorCsrfTest::$processor | property | core/ |
The route processor. |
RouteProcessorCsrfTest::setUp | function | core/ |
|
RouteProcessorCsrfTest::testProcessOutbound | function | core/ |
Tests the processOutbound() method with a _csrf_token route requirement. |
RouteProcessorCsrfTest::testProcessOutboundDynamicOne | function | core/ |
Tests the processOutbound() method with a dynamic path and one replacement. |
RouteProcessorCsrfTest::testProcessOutboundDynamicTwo | function | core/ |
Tests the processOutbound() method with two parameter replacements. |
RouteProcessorCsrfTest::testProcessOutboundNoRequirement | function | core/ |
Tests the processOutbound() method with no _csrf_token route requirement. |
RouteProcessorCurrent | class | core/ |
Provides a route processor to replace <current>. |
RouteProcessorCurrent.php | file | core/ |
|
RouteProcessorCurrent::$routeMatch | property | core/ |
The current route match. |
RouteProcessorCurrent::processOutbound | function | core/ |
Processes the outbound route. |
RouteProcessorCurrent::__construct | function | core/ |
Constructs a new RouteProcessorCurrent. |
RouteProcessorCurrentIntegrationTest | class | core/ |
Tests the <current> route processor. |
RouteProcessorCurrentIntegrationTest.php | file | core/ |
|
RouteProcessorCurrentIntegrationTest::$modules | property | core/ |
Modules to enable. |
RouteProcessorCurrentIntegrationTest::$urlGenerator | property | core/ |
The URL generator. |
Pagination
- Previous page
- Page 22
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.