UrlMatcher
class UrlMatcher extends UrlMatcher (View source)
Drupal-specific URL Matcher; handles the Drupal "system path" mapping.
Properties
| protected CurrentPathStack | $currentPath | The current path. |
Methods
finalMatch(RouteCollection $collection, Request $request)
No description
Details
__construct(CurrentPathStack $current_path)
Constructs a new UrlMatcher.
The parent class has a constructor we need to skip, so just override it with a no-op.
finalMatch(RouteCollection $collection, Request $request)
No description