You are here

6 calls to UrlMatcher::match() in Zircon Profile 8

ApacheUrlMatcher::match in vendor/symfony/routing/Matcher/ApacheUrlMatcher.php
Tries to match a URL based on Apache mod_rewrite matching.
RedirectableUrlMatcher::match in vendor/symfony/routing/Matcher/RedirectableUrlMatcher.php
Tries to match a URL path with a set of routes.
TraceableUrlMatcher::getTraces in vendor/symfony/routing/Matcher/TraceableUrlMatcher.php
UrlMatcher::finalMatch in core/lib/Drupal/Core/Routing/UrlMatcher.php
Matches a request against a route collection and returns exactly one result.
UrlMatcher::finalMatch in vendor/symfony-cmf/routing/NestedMatcher/UrlMatcher.php
Matches a request against a route collection and returns exactly one result.
UrlMatcher::matchRequest in vendor/symfony/routing/Matcher/UrlMatcher.php
Tries to match a request with a set of routes.