function AliasPathMatcher::__construct

File

core/modules/path_alias/src/AliasPathMatcher.php, line 21

Class

AliasPathMatcher
Extends the default path matcher to check aliases.

Namespace

Drupal\path_alias

Code

public function __construct(#[AutowireDecorated] protected PathMatcherInterface $decorated, protected RouteMatchInterface $routeMatch, protected AliasManagerInterface $aliasManager, protected ConfigFactoryInterface $configFactory) {
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.