AliasRepository.php

Same filename in this branch
  1. 8.9.x core/lib/Drupal/Core/Path/AliasRepository.php
Same filename in other branches
  1. 9 core/modules/path_alias/src/AliasRepository.php
  2. 10 core/modules/path_alias/src/AliasRepository.php
  3. 11.x core/modules/path_alias/src/AliasRepository.php

Namespace

Drupal\path_alias

File

core/modules/path_alias/src/AliasRepository.php

View source
<?php

namespace Drupal\path_alias;

use Drupal\Core\Path\AliasRepository as CoreAliasRepository;

/**
 * Provides the default path alias lookup operations.
 */
class AliasRepository extends CoreAliasRepository implements AliasRepositoryInterface {

}

Classes

Title Deprecated Summary
AliasRepository Provides the default path alias lookup operations.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.