You are here

AliasRepository.php in Drupal 8

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

Namesort descending Description
AliasRepository Provides the default path alias lookup operations.