You are here

protected property AliasPathProcessor::$aliasManager in Drupal 10

Same name and namespace in other branches
  1. 9 core/modules/path_alias/src/PathProcessor/AliasPathProcessor.php \Drupal\path_alias\PathProcessor\AliasPathProcessor::aliasManager

An alias manager for looking up the system path.

Type: \Drupal\path_alias\AliasManagerInterface

File

core/modules/path_alias/src/PathProcessor/AliasPathProcessor.php, line 21

Class

AliasPathProcessor
Processes the inbound path using path alias lookups.

Namespace

Drupal\path_alias\PathProcessor

Code

protected $aliasManager;