class LegacyUrlMatcher

UrlMatcher matches URL based on a set of routes.

Hierarchy

Expanded class hierarchy of LegacyUrlMatcher

1 string reference to 'LegacyUrlMatcher'
1 service uses LegacyUrlMatcher

File

drupal/core/lib/Drupal/Core/LegacyUrlMatcher.php, line 19
Definition of Drupal\Core\LegacyUrlMatcher.

Namespace

Drupal\Core
View source

Members

Namesort descending Modifiers Type Description Overrides
LegacyUrlMatcher::$context protected property The request context for this matcher.
LegacyUrlMatcher::$request protected property The request object for this matcher.
LegacyUrlMatcher::convertDrupalItem protected function Converts a Drupal menu item to a route array.
LegacyUrlMatcher::getContext public function Gets the request context. Overrides RequestContextAwareInterface::getContext
LegacyUrlMatcher::getRequest public function Gets the request object.
LegacyUrlMatcher::matchDrupalItem protected function Get a Drupal menu item.
LegacyUrlMatcher::matchRequest public function @api Overrides RequestMatcherInterface::matchRequest
LegacyUrlMatcher::setContext public function Sets the request context. Overrides RequestContextAwareInterface::setContext
LegacyUrlMatcher::setRequest public function Sets the request object to use.
LegacyUrlMatcher::__construct public function Constructor.