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 |
|---|---|---|---|
| RouteMatchTestBase::testGetRouteObject | function | core/ |
@covers ::getRouteObject[[api-linebreak]] @dataProvider routeMatchProvider |
| RouteMatchValueResolver | class | core/ |
Yields a RouteMatch object based on the request object passed along. |
| RouteMatchValueResolver.php | file | core/ |
|
| RouteMatchValueResolver::resolve | function | core/ |
|
| RouteMatchValueResolver::supports | function | core/ |
|
| RouteMethodSubscriber | class | core/ |
Provides a default value for the HTTP method restriction on routes. |
| RouteMethodSubscriber.php | file | core/ |
|
| RouteMethodSubscriber::getSubscribedEvents | function | core/ |
|
| RouteMethodSubscriber::onRouteBuilding | function | core/ |
Sets a default value of GET|POST for the _method route property. |
| RouteNameCacheContext | class | core/ |
Defines the RouteCacheContext service, for "per route name" caching. |
| RouteNameCacheContext.php | file | core/ |
|
| RouteNameCacheContext::getContext | function | core/ |
Returns the string representation of the cache context. |
| RouteNameCacheContext::getLabel | function | core/ |
Returns the label of the cache context. |
| RouteNoneTest | class | core/ |
Tests the <none> route processor. |
| RouteNoneTest.php | file | core/ |
|
| RouteNoneTest::$modules | property | core/ |
Modules to install. |
| RouteNoneTest::$urlGenerator | property | core/ |
The URL generator. |
| RouteNoneTest::setUp | function | core/ |
|
| RouteNoneTest::testProcessOutbound | function | core/ |
Tests the output process. |
| RouteObjectInterface | interface | core/ |
Provides constants used for retrieving matched routes. |
| RouteObjectInterface.php | file | core/ |
|
| RouteObjectInterface::CONTROLLER_NAME | constant | core/ |
Key for the controller. |
| RouteObjectInterface::ROUTE_NAME | constant | core/ |
Key for the route name. |
| RouteObjectInterface::ROUTE_OBJECT | constant | core/ |
Key for the route object. |
| RoutePreloader | class | core/ |
Defines a class that can pre-load non-admin routes. |
| RoutePreloader.php | file | core/ |
|
| RoutePreloader::$nonAdminRoutesOnRebuild | property | core/ |
Contains the non-admin routes while rebuilding the routes. |
| RoutePreloader::$routeProvider | property | core/ |
The route provider. |
| 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[[api-linebreak]] @group Routing |
| RoutePreloaderTest.php | file | core/ |
|
| RoutePreloaderTest::$preloader | property | core/ |
The tested preloader. |
| RoutePreloaderTest::$routeProvider | property | core/ |
The mocked preloadable route provider. |
| RoutePreloaderTest::$state | property | core/ |
The mocked state. |
| RoutePreloaderTest::setUp | function | core/ |
|
| RoutePreloaderTest::testConstructorDeprecation | function | core/ |
@group legacy |
| 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::$csrfToken | property | core/ |
The CSRF token generator. |
Pagination
- Previous page
- Page 23
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.