class AliasPathProcessor

Same name and namespace in other branches
  1. 9 core/modules/path_alias/src/PathProcessor/AliasPathProcessor.php \Drupal\path_alias\PathProcessor\AliasPathProcessor
  2. 10 core/modules/path_alias/src/PathProcessor/AliasPathProcessor.php \Drupal\path_alias\PathProcessor\AliasPathProcessor
  3. 11.x 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 {

}

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