interface UrlMatcherInterface

UrlMatcherInterface is the interface that all URL matcher classes must implement.

@author Fabien Potencier <fabien@symfony.com>

@api

Hierarchy

Expanded class hierarchy of UrlMatcherInterface

All classes that implement UrlMatcherInterface

4 files declare their use of UrlMatcherInterface

File

drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/UrlMatcherInterface.php, line 25

Namespace

Symfony\Component\Routing\Matcher
View source

Members

Namesort descending Modifiers Type Description Overrides
RequestContextAwareInterface::getContext public function Gets the request context. 6
RequestContextAwareInterface::setContext public function Sets the request context. 6
UrlMatcherInterface::match public function Tries to match a URL path with a set of routes. 4