AliasRepository.php
Same filename in this branch
Same filename in other branches
Namespace
Drupal\path_aliasFile
-
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.