class ProjectUrlMatcher

ProjectUrlMatcher

This class has been auto-generated by the Symfony Routing Component.

Hierarchy

Expanded class hierarchy of ProjectUrlMatcher

2 string references to 'ProjectUrlMatcher'

File

drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Fixtures/dumper/url_matcher3.php, line 13

View source

Members

Namesort descending Modifiers Type Description Overrides
ProjectUrlMatcher::match public function Tries to match a URL path with a set of routes. Overrides UrlMatcher::match
ProjectUrlMatcher::__construct public function Constructor. Overrides UrlMatcher::__construct
UrlMatcher::$allow protected property
UrlMatcher::$context protected property
UrlMatcher::$routes private property
UrlMatcher::getContext public function Gets the request context. Overrides RequestContextAwareInterface::getContext
UrlMatcher::handleRouteRequirements protected function Handles specific route requirements. 1
UrlMatcher::matchCollection protected function Tries to match a URL with a set of routes. 1
UrlMatcher::mergeDefaults protected function Get merged default parameters.
UrlMatcher::REQUIREMENT_MATCH constant
UrlMatcher::REQUIREMENT_MISMATCH constant
UrlMatcher::ROUTE_MATCH constant
UrlMatcher::setContext public function Sets the request context. Overrides RequestContextAwareInterface::setContext