public function LegacyUrlMatcher::__construct

Constructor.

File

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

Class

LegacyUrlMatcher
UrlMatcher matches URL based on a set of routes.

Namespace

Drupal\Core

Code

public function __construct() {

  // We will not actually use this object, but it's needed to conform to
  // the interface.
  $this->context = new RequestContext();
}