public function ChainMatcher::__construct

Constructor.

File

drupal/core/lib/Drupal/Core/Routing/ChainMatcher.php, line 52
Definition of Drupal\Core\Routing\ChainMatcher.

Class

ChainMatcher
Aggregates multiple matchers together in series.

Namespace

Drupal\Core\Routing

Code

public function __construct() {

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