You are here

namespace Drupal\path_alias in Drupal 10

Same name in other branches
  1. 8 Drupal\path_alias
  2. 9 Drupal\path_alias
Classsort descending Location Description
AliasManager core/modules/path_alias/src/AliasManager.php The default alias manager implementation.
AliasManagerInterface core/modules/path_alias/src/AliasManagerInterface.php Find an alias for a path and vice versa.
AliasRepository core/modules/path_alias/src/AliasRepository.php Provides the default path alias lookup operations.
AliasRepositoryInterface core/modules/path_alias/src/AliasRepositoryInterface.php Provides an interface for path alias lookup operations.
AliasWhitelist core/modules/path_alias/src/AliasWhitelist.php Extends CacheCollector to build the path alias whitelist over time.
AliasWhitelistInterface core/modules/path_alias/src/AliasWhitelistInterface.php Cache the alias whitelist.
PathAliasInterface core/modules/path_alias/src/PathAliasInterface.php Provides an interface defining a path_alias entity.
PathAliasStorage core/modules/path_alias/src/PathAliasStorage.php Defines the storage handler class for path_alias entities.
PathAliasStorageSchema core/modules/path_alias/src/PathAliasStorageSchema.php Defines the path_alias schema handler.