You are here

PathAliasSubscriber.php in Drupal 8

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

File

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

Namesort descending Description
PathAliasSubscriber Provides a path subscriber that converts path aliases.