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 |
|---|---|---|---|
| RouteMatch::$parameters | property | core/ |
A key|value store of parameters. |
| RouteMatch::$rawParameters | property | core/ |
A key|value store of raw parameters. |
| RouteMatch::$route | property | core/ |
The route. |
| RouteMatch::$routeName | property | core/ |
The route name. |
| RouteMatch::createFromRequest | function | core/ |
Creates a RouteMatch from a request. |
| RouteMatch::getParameter | function | core/ |
|
| RouteMatch::getParameterNames | function | core/ |
Returns the names of all parameters for the currently matched route. |
| RouteMatch::getParameters | function | core/ |
|
| RouteMatch::getRawParameter | function | core/ |
|
| RouteMatch::getRawParameters | function | core/ |
|
| RouteMatch::getRouteName | function | core/ |
|
| RouteMatch::getRouteObject | function | core/ |
|
| 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/ |
Tests Drupal\Core\Routing\RouteMatch. |
| RouteMatchTest.php | file | core/ |
|
| RouteMatchTest::getRouteMatch | function | core/ |
|
| RouteMatchTest::testRouteMatchFromRequest | function | core/ |
Tests route match from request. |
| 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/ |
Tests get parameter. |
| RouteMatchTestBase::testGetParameters | function | core/ |
Tests get parameters. |
| RouteMatchTestBase::testGetRawParameter | function | core/ |
Tests get raw parameter. |
| RouteMatchTestBase::testGetRawParameters | function | core/ |
Tests get raw parameters. |
| RouteMatchTestBase::testGetRouteName | function | core/ |
Tests get route name. |
| RouteMatchTestBase::testGetRouteObject | function | core/ |
Tests get route object. |
| RouteMatchValueResolver | class | core/ |
Yields a RouteMatch object based on the request object passed along. |
| RouteMatchValueResolver.php | file | core/ |
|
| RouteMatchValueResolver::resolve | 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/ |
|
| RouteNameCacheContext::getLabel | function | core/ |
|
| RouteNoneTest | class | core/ |
Tests the <none> route processor. |
| RouteNoneTest.php | file | core/ |
|
| RouteNoneTest::$modules | property | core/ |
|
| RouteNoneTest::$urlGenerator | property | core/ |
The URL generator. |
Pagination
- Previous page
- Page 1392
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.