You are here

class AliasPathProcessor in Drupal 8

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

Processes the inbound path using path alias lookups.

Hierarchy

Expanded class hierarchy of AliasPathProcessor

4 files declare their use of AliasPathProcessor
AliasPathProcessorTest.php in core/modules/path_alias/tests/src/Unit/PathProcessor/AliasPathProcessorTest.php
DeprecatedClassesTest.php in core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php
PathProcessorTest.php in core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorTest.php
UrlGeneratorTest.php in core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTest.php
1 string reference to 'AliasPathProcessor'
path_alias.services.yml in core/modules/path_alias/path_alias.services.yml
core/modules/path_alias/path_alias.services.yml
1 service uses AliasPathProcessor
path_alias.path_processor in core/modules/path_alias/path_alias.services.yml
Drupal\path_alias\PathProcessor\AliasPathProcessor

File

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

Namespace

Drupal\path_alias\PathProcessor
View source
class AliasPathProcessor extends PathProcessorAlias {

}

Members

Namesort descending Modifiers Type Description Overrides
PathProcessorAlias::$aliasManager protected property An alias manager for looking up the system path.
PathProcessorAlias::processInbound public function Processes the inbound path. Overrides InboundPathProcessorInterface::processInbound
PathProcessorAlias::processOutbound public function Processes the outbound path. Overrides OutboundPathProcessorInterface::processOutbound
PathProcessorAlias::__construct public function Constructs a PathProcessorAlias object.