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.