AliasPathProcessor.php
Same filename in other branches
Namespace
Drupal\path_alias\PathProcessorFile
-
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.