public function UrlMatcher::__construct

Same name in this branch

Constructs a new UrlMatcher.

The parent class has a constructor we need to skip, so just override it with a no-op.

Overrides UrlMatcher::__construct

File

drupal/core/lib/Drupal/Core/Routing/UrlMatcher.php, line 26
Contains Drupal\Core\Routing\UrlMatcher.

Class

UrlMatcher
Drupal-specific URL Matcher; handles the Drupal "system path" mapping.

Namespace

Drupal\Core\Routing

Code

public function __construct() {
}