Search for route
- Search 7.x for route
- Search 8.9.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 |
|---|---|---|---|
| RouteMatchTest::getRouteMatch | function | core/ |
Build a test route match object for the given implementation. |
| RouteMatchTest::testRouteMatchFromRequest | function | core/ |
@covers ::createFromRequest[[api-linebreak]] @covers ::__construct[[api-linebreak]] |
| RouteMatchTestBase | class | core/ |
Base test class for testing classes implementing the route match interface. |
| RouteMatchTestBase.php | file | core/ |
|
| RouteMatchTestBase::getRouteMatch | function | core/ |
Build a test route match object for the given implementation. |
| RouteMatchTestBase::routeMatchProvider | function | core/ |
Provide sets of parameters and expected parameters for parameter tests. |
| RouteMatchTestBase::testGetParameter | function | core/ |
@covers ::getParameter[[api-linebreak]] @covers \Drupal\Core\Routing\RouteMatch::getParameterNames[[api-linebreak]] @dataProvider routeMatchProvider |
| RouteMatchTestBase::testGetParameters | function | core/ |
@covers ::getParameters[[api-linebreak]] @covers \Drupal\Core\Routing\RouteMatch::getParameterNames[[api-linebreak]] @dataProvider routeMatchProvider |
| RouteMatchTestBase::testGetRawParameter | function | core/ |
@covers ::getRawParameter[[api-linebreak]] @covers \Drupal\Core\Routing\RouteMatch::getParameterNames[[api-linebreak]] @dataProvider routeMatchProvider |
| RouteMatchTestBase::testGetRawParameters | function | core/ |
@covers ::getRawParameters[[api-linebreak]] @covers \Drupal\Core\Routing\RouteMatch::getParameterNames[[api-linebreak]] @dataProvider routeMatchProvider |
| RouteMatchTestBase::testGetRouteName | function | core/ |
@covers ::getRouteName[[api-linebreak]] @dataProvider routeMatchProvider |
| 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 enable. |
| 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 which preloads non-admin routes. |
| RoutePreloader.php | file | core/ |
|
| RoutePreloader::$cache | property | core/ |
The cache backend used to skip the state loading. |
| 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::$cache | property | core/ |
The mocked cache. |
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.