PathAliasSubscriber.php
Same filename in other branches
Namespace
Drupal\path_alias\EventSubscriberFile
-
core/
modules/ path_alias/ src/ EventSubscriber/ PathAliasSubscriber.php
View source
<?php
namespace Drupal\path_alias\EventSubscriber;
use Drupal\Core\EventSubscriber\PathSubscriber;
/**
* Provides a path subscriber that converts path aliases.
*/
class PathAliasSubscriber extends PathSubscriber {
}
Classes
Title | Deprecated | Summary |
---|---|---|
PathAliasSubscriber | Provides a path subscriber that converts path aliases. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.