You are here

public function PathAliasEntityCollector::__construct in Dependency Calculation 8

File

src/EventSubscriber/DependencyCollector/PathAliasEntityCollector.php, line 29

Class

PathAliasEntityCollector

Namespace

Drupal\depcalc\EventSubscriber\DependencyCollector

Code

public function __construct(UrlMatcherInterface $matcher) {
  $this->matcher = $matcher;
}