Search for route
- Search 7.x for route
- Search 9.5.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 |
---|---|---|---|
RouteMatch::getRawParameter | function | core/ |
Returns the raw value of a named route parameter. |
RouteMatch::getRawParameters | function | core/ |
Returns the bag of all raw route parameters. |
RouteMatch::getRouteName | function | core/ |
Returns the route name. |
RouteMatch::getRouteObject | function | core/ |
Returns the route object. |
RouteMatch::__construct | function | core/ |
Constructs a RouteMatch object. |
RouteMatchInterface | interface | core/ |
Provides an interface for classes representing the result of routing. |
RouteMatchInterface.php | file | core/ |
|
RouteMatchInterface::getParameter | function | core/ |
Returns the processed value of a named route parameter. |
RouteMatchInterface::getParameters | function | core/ |
Returns the bag of all processed route parameters. |
RouteMatchInterface::getRawParameter | function | core/ |
Returns the raw value of a named route parameter. |
RouteMatchInterface::getRawParameters | function | core/ |
Returns the bag of all raw route parameters. |
RouteMatchInterface::getRouteName | function | core/ |
Returns the route name. |
RouteMatchInterface::getRouteObject | function | core/ |
Returns the route object. |
RouteMatchTest | class | core/ |
@coversDefaultClass \Drupal\Core\Routing\RouteMatch @group Routing |
RouteMatchTest.php | file | core/ |
|
RouteMatchTest::getRouteMatch | function | core/ |
Build a test route match object for the given implementation. |
RouteMatchTest::testRouteMatchFromRequest | function | core/ |
@covers ::createFromRequest @covers ::__construct |
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 @covers \Drupal\Core\Routing\RouteMatch::getParameterNames @dataProvider routeMatchProvider |
RouteMatchTestBase::testGetParameters | function | core/ |
@covers ::getParameters @covers \Drupal\Core\Routing\RouteMatch::getParameterNames @dataProvider routeMatchProvider |
RouteMatchTestBase::testGetRawParameter | function | core/ |
@covers ::getRawParameter @covers \Drupal\Core\Routing\RouteMatch::getParameterNames @dataProvider routeMatchProvider |
RouteMatchTestBase::testGetRawParameters | function | core/ |
@covers ::getRawParameters @covers \Drupal\Core\Routing\RouteMatch::getParameterNames @dataProvider routeMatchProvider |
RouteMatchTestBase::testGetRouteName | function | core/ |
@covers ::getRouteName @dataProvider routeMatchProvider |
RouteMatchTestBase::testGetRouteObject | function | core/ |
@covers ::getRouteObject @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. |
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. |
Pagination
- Previous page
- Page 21
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.