public function PathAliasEntityCollector::__construct in Dependency Calculation 8
File
- src/
EventSubscriber/ DependencyCollector/ PathAliasEntityCollector.php, line 29
Class
Namespace
Drupal\depcalc\EventSubscriber\DependencyCollectorCode
public function __construct(UrlMatcherInterface $matcher) {
$this->matcher = $matcher;
}