Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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::testProcessOutboundJsonFormat | function | core/ |
Tests JSON requests to get no placeholders, but real tokens. |
| 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/ |
|
| RouteProcessorCurrent::__construct | function | core/ |
Constructs a new RouteProcessorCurrent. |
| RouteProcessorCurrentIntegrationTest | class | core/ |
Tests the <current> route processor. |
| RouteProcessorCurrentIntegrationTest.php | file | core/ |
|
| RouteProcessorCurrentIntegrationTest::$modules | property | core/ |
|
| 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::processOutbound | function | core/ |
|
| RouteProcessorManager::__construct | function | core/ |
|
| RouteProcessorManagerTest | class | core/ |
Tests Drupal\Core\RouteProcessor\RouteProcessorManager. |
| RouteProcessorManagerTest.php | file | core/ |
|
| RouteProcessorManagerTest::getMockProcessor | function | core/ |
Returns a mock Route processor object. |
| 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::$fastCache | property | core/ |
The chained fast cache backend. |
| 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. |
| RouteProvider::$serializedRoutes | property | core/ |
A cache of already-loaded serialized routes, keyed by route name. |
| RouteProvider::$service | property | core/ |
The route provider service. |
| RouteProvider::$state | property | core/ |
The state. |
| RouteProvider::$tableName | property | core/ |
The name of the SQL table from which to read the routes. |
| RouteProvider::addExtraCacheKeyPart | function | core/ |
|
| RouteProvider::getAllRoutes | function | core/ |
|
| RouteProvider::getAllRoutes | function | core/ |
|
| RouteProvider::getCandidateOutlines | function | core/ |
|
| RouteProvider::getCandidateOutlines | function | core/ |
Returns an array of path pattern outlines that could match the path parts. |
| RouteProvider::getCurrentLanguageCacheIdPart | function | core/ |
Returns the language identifier for the route collection cache. |
| RouteProvider::getQueryParametersCacheIdPart | function | core/ |
Returns the query parameters identifier for the route collection cache. |
| RouteProvider::getRouteAliases | function | core/ |
|
| RouteProvider::getRouteAliases | function | core/ |
|
| RouteProvider::getRouteByName | function | core/ |
Pagination
- Previous page
- Page 1394
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.