PathAliasSubscriber.php in Drupal 8
Same filename and directory in other branches
Namespace
Drupal\path_alias\EventSubscriberFile
core/modules/path_alias/src/EventSubscriber/PathAliasSubscriber.phpView 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
Name | Description |
---|---|
PathAliasSubscriber | Provides a path subscriber that converts path aliases. |