PathAliasSubscriber.php

Same filename and directory in other branches
  1. 9 core/modules/path_alias/src/EventSubscriber/PathAliasSubscriber.php
  2. 10 core/modules/path_alias/src/EventSubscriber/PathAliasSubscriber.php
  3. 11.x core/modules/path_alias/src/EventSubscriber/PathAliasSubscriber.php

Namespace

Drupal\path_alias\EventSubscriber

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

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.