Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| RoutePreloaderTest::setUpMockRouteProvider | function | core/ |
Reinitializes the route provider as a mock object. |
| 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. |
| RouteProcessorCsrf | class | core/ |
Processes the outbound route to handle the CSRF token. |
| RouteProcessorCsrf.php | file | core/ |
|
| RouteProcessorCsrf::processOutbound | function | core/ |
Processes the outbound route. |
| RouteProcessorCsrf::renderPlaceholderCsrfToken | function | core/ |
Render API callback: Adds a CSRF token for the given path to the markup. |
| RouteProcessorCsrf::trustedCallbacks | function | core/ |
Lists the trusted callbacks provided by the implementing class. |
| RouteProcessorCsrf::__construct | function | core/ |
Constructs a RouteProcessorCsrf object. |
| RouteProcessorCsrfTest | class | core/ |
Tests Drupal\Core\Access\RouteProcessorCsrf. |
| RouteProcessorCsrfTest.php | file | core/ |
|
| RouteProcessorCsrfTest::$processor | property | core/ |
The route processor. |
| RouteProcessorCsrfTest::$requestStack | property | core/ |
The mocked request stack. |
| 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::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/ |
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::processOutbound | function | core/ |
Processes the outbound route. |
| 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::$extraCacheKeyParts | property | core/ |
An array of cache key parts to be used for the route match cache. |
| RouteProvider::$routes | property | core/ |
A cache of already-loaded routes, keyed by route name. |
| RouteProvider::$service | property | core/ |
The route provider service. |
| RouteProvider::getAllRoutes | function | core/ |
Returns all the routes on the system. |
| RouteProvider::getAllRoutes | function | core/ |
Returns all the routes on the system. |
| RouteProvider::getCandidateOutlines | function | core/ |
Returns an array of path pattern outlines that could match the path parts. |
| RouteProvider::getCandidateOutlines | function | core/ |
|
| RouteProvider::getQueryParametersCacheIdPart | function | core/ |
Returns the query parameters identifier for the route collection cache. |
| RouteProvider::getRouteAliases | function | core/ |
Gets aliases for a route name. |
Pagination
- Previous page
- Page 1194
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.