function UrlMatcher::__construct
Same name in this branch
- 11.1.x core/lib/Drupal/Core/Routing/UrlMatcher.php \Drupal\Core\Routing\UrlMatcher::__construct()
2 methods override UrlMatcher::__construct()
- CompiledUrlMatcher::__construct in vendor/
symfony/ routing/ Matcher/ CompiledUrlMatcher.php - UrlMatcher::__construct in core/
lib/ Drupal/ Core/ Routing/ UrlMatcher.php - Constructs a new UrlMatcher.
File
-
vendor/
symfony/ routing/ Matcher/ UrlMatcher.php, line 54
Class
- UrlMatcher
- UrlMatcher matches URL based on a set of routes.
Namespace
Symfony\Component\Routing\MatcherCode
public function __construct(RouteCollection $routes, RequestContext $context) {
}