Search for match
Title | Object type | File name | Summary |
---|---|---|---|
PathMatcherInterface::matchPath | function | core/ |
Checks if a path matches any pattern in a set of patterns. |
PhpSelection::matchLabel | function | core/ |
Matches an entity label to an input string. |
ResettableStackedRouteMatchInterface | interface | core/ |
Defines an interface for a resettable stack of route matches. |
ResettableStackedRouteMatchInterface.php | file | core/ |
|
ResettableStackedRouteMatchInterface::resetRouteMatch | function | core/ |
Resets the route match static cache. |
RevisionDeleteForm::getEntityFromRouteMatch | function | core/ |
|
RevisionRevertForm::getEntityFromRouteMatch | function | core/ |
|
RouteCacheContext::$routeMatch | property | core/ |
The route match. |
RouteMatch | class | core/ |
Default object representing the results of routing. |
RouteMatch.php | file | core/ |
|
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. |
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/ |
|
RouteProcessorCurrent::$routeMatch | property | core/ |
The current route match. |
Router::doMatchCollection | function | core/ |
Tries to match a URL with a set of routes. |
Router::match | function | core/ |
|
Router::matchCollection | function | core/ |
|
Router::matchRequest | function | core/ |
|
StackedRouteMatchInterface | interface | core/ |
Defines an interface for a stack of route matches. |
StackedRouteMatchInterface.php | file | core/ |
|
StackedRouteMatchInterface::getCurrentRouteMatch | function | core/ |
Gets the current route match. |
StackedRouteMatchInterface::getMasterRouteMatch | function | core/ |
Gets the master route match.. |
StackedRouteMatchInterface::getParentRouteMatch | function | core/ |
Returns the parent route match of the current. |
StackedRouteMatchInterface::getRouteMatchFromRequest | function | core/ |
Returns a route match from a given request, if possible. |
Tour::hasMatchingRoute | function | core/ |
|
TourInterface::hasMatchingRoute | function | core/ |
Whether the tour matches a given set of route parameters. |
TourTest::testHasMatchingRoute | function | core/ |
Tests \Drupal\tour\Entity\Tour::hasMatchingRoute(). |
UpdateKernel::setupRequestMatch | function | core/ |
Set up the request with fake routing data for update.php. |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.