AliasPathProcessor.php

Same filename in other branches
  1. 9 core/modules/path_alias/src/PathProcessor/AliasPathProcessor.php
  2. 10 core/modules/path_alias/src/PathProcessor/AliasPathProcessor.php
  3. 11.x core/modules/path_alias/src/PathProcessor/AliasPathProcessor.php

Namespace

Drupal\path_alias\PathProcessor

File

core/modules/path_alias/src/PathProcessor/AliasPathProcessor.php

View source
<?php

namespace Drupal\path_alias\PathProcessor;

use Drupal\Core\PathProcessor\PathProcessorAlias;

/**
 * Processes the inbound path using path alias lookups.
 */
class AliasPathProcessor extends PathProcessorAlias {

}

Classes

Title Deprecated Summary
AliasPathProcessor Processes the inbound path using path alias lookups.

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