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 |
---|---|---|---|
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[[api-linebreak]] @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 install. |
RouteProcessorCurrentIntegrationTest::$urlGenerator | property | core/ |
The URL generator. |
RouteProcessorCurrentIntegrationTest::setUp | function | core/ |
|
RouteProcessorCurrentIntegrationTest::testProcessOutbound | function | core/ |
Tests the output process. |
RouteProcessorManager | class | core/ |
Route processor manager. |
RouteProcessorManager.php | file | core/ |
|
RouteProcessorManager::$outboundProcessors | property | core/ |
Holds the array of outbound processors to cycle through. |
RouteProcessorManager::$sortedOutbound | property | core/ |
Holds the array of outbound processors, sorted by priority. |
RouteProcessorManager::addOutbound | function | core/ |
Adds an outbound processor object to the $outboundProcessors property. |
RouteProcessorManager::getOutbound | function | core/ |
Returns the sorted array of outbound processors. |
RouteProcessorManager::processOutbound | function | core/ |
Processes the outbound route. |
RouteProcessorManager::sortProcessors | function | core/ |
Sorts the processors according to priority. |
RouteProcessorManagerTest | class | core/ |
@coversDefaultClass \Drupal\Core\RouteProcessor\RouteProcessorManager[[api-linebreak]] @group RouteProcessor |
RouteProcessorManagerTest.php | file | core/ |
|
RouteProcessorManagerTest::$processorManager | property | core/ |
The route processor manager. |
RouteProcessorManagerTest::getMockProcessor | function | core/ |
Returns a mock Route processor object. |
RouteProcessorManagerTest::setUp | function | core/ |
|
RouteProcessorManagerTest::testRouteProcessorManager | function | core/ |
Tests the Route process manager functionality. |
RouteProvider | class | core/ |
A Route Provider front-end for all Drupal-stored routes. |
RouteProvider | class | core/ |
Rebuilds the router when the provider is instantiated. |
RouteProvider.php | file | core/ |
|
RouteProvider.php | file | core/ |
|
RouteProvider::$cache | property | core/ |
The cache backend. |
RouteProvider::$cacheTagInvalidator | property | core/ |
The cache tag invalidator. |
RouteProvider::$connection | property | core/ |
The database connection from which to read route information. |
RouteProvider::$currentPath | property | core/ |
The current path. |
RouteProvider::$extraCacheKeyParts | property | core/ |
An array of cache key parts to be used for the route match cache. |
RouteProvider::$languageManager | property | core/ |
The language manager. |
RouteProvider::$pathProcessor | property | core/ |
A path processor manager for resolving the system path. |
RouteProvider::$routes | property | core/ |
A cache of already-loaded routes, keyed by route name. |
Pagination
- Previous page
- Page 24
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.