Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
UrlMatcher.php
»
UrlMatcher
»
UrlMatcher::mergeDefaults
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
6 calls to UrlMatcher::mergeDefaults()
ApacheUrlMatcher::match
in drupal/
core/
vendor/
symfony/
routing/
Symfony/
Component/
Routing/
Matcher/
ApacheUrlMatcher.php
Tries to match a URL based on Apache mod_rewrite matching.
ProjectUrlMatcher::match
in drupal/
core/
vendor/
symfony/
routing/
Symfony/
Component/
Routing/
Tests/
Fixtures/
dumper/
url_matcher3.php
Tries to match a URL path with a set of routes.
ProjectUrlMatcher::match
in drupal/
core/
vendor/
symfony/
routing/
Symfony/
Component/
Routing/
Tests/
Fixtures/
dumper/
url_matcher2.php
Tries to match a URL path with a set of routes.
ProjectUrlMatcher::match
in drupal/
core/
vendor/
symfony/
routing/
Symfony/
Component/
Routing/
Tests/
Fixtures/
dumper/
url_matcher1.php
Tries to match a URL path with a set of routes.
UrlMatcher::getAttributes
in drupal/
core/
vendor/
symfony/
routing/
Symfony/
Component/
Routing/
Matcher/
UrlMatcher.php
Returns an array of values to use as request attributes.
UrlMatcher::getAttributes
in drupal/
core/
vendor/
symfony-cmf/
routing/
Symfony/
Cmf/
Component/
Routing/
NestedMatcher/
UrlMatcher.php
Returns an array of values to use as request attributes.