7 methods override RequestMatcherInterface::matchRequest() in Zircon Profile 8
- AccessAwareRouterInterface::matchRequest in core/
lib/ Drupal/ Core/ Routing/ AccessAwareRouterInterface.php - ChainRouter::matchRequest in vendor/
symfony-cmf/ routing/ ChainRouter.php - Loops through all routes and tries to match the passed request.
- DynamicRouter::matchRequest in vendor/
symfony-cmf/ routing/ DynamicRouter.php - Tries to match a request with a set of routes and returns the array of information for that route.
- MockMatcher::matchRequest in core/
modules/ system/ src/ Tests/ Routing/ MockMatcher.php - Tries to match a request with a set of routes.
- NestedMatcher::matchRequest in vendor/
symfony-cmf/ routing/ NestedMatcher/ NestedMatcher.php - Tries to match a request with a set of routes.
- Router::matchRequest in vendor/
symfony/ routing/ Router.php - Tries to match a request with a set of routes.
- UrlMatcher::matchRequest in vendor/
symfony/ routing/ Matcher/ UrlMatcher.php - Tries to match a request with a set of routes.