You are here

AliasPathProcessor.php in Drupal 8

Same filename and directory in other branches
  1. 9 core/modules/path_alias/src/PathProcessor/AliasPathProcessor.php

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

Namesort descending Description
AliasPathProcessor Processes the inbound path using path alias lookups.