You are here

namespace Drupal\Core\Path in Drupal 8

Same name in other branches
  1. 9 Drupal\Core\Path
Classsort descending Location Description
AliasManager core/lib/Drupal/Core/Path/AliasManager.php The default alias manager implementation.
AliasManagerInterface core/lib/Drupal/Core/Path/AliasManagerInterface.php Find an alias for a path and vice versa.
AliasRepository core/lib/Drupal/Core/Path/AliasRepository.php Provides the default path alias lookup operations.
AliasRepositoryInterface core/lib/Drupal/Core/Path/AliasRepositoryInterface.php Provides an interface for path alias lookup operations.
AliasStorage core/lib/Drupal/Core/Path/AliasStorage.php Provides a class for CRUD operations on path aliases.
AliasStorageInterface core/lib/Drupal/Core/Path/AliasStorageInterface.php Provides a class for CRUD operations on path aliases.
AliasWhitelist core/lib/Drupal/Core/Path/AliasWhitelist.php Extends CacheCollector to build the path alias whitelist over time.
AliasWhitelistInterface core/lib/Drupal/Core/Path/AliasWhitelistInterface.php Cache the alias whitelist.
CurrentPathStack core/lib/Drupal/Core/Path/CurrentPathStack.php Represents the current path for the current request.
PathMatcher core/lib/Drupal/Core/Path/PathMatcher.php Provides a path matcher.
PathMatcherInterface core/lib/Drupal/Core/Path/PathMatcherInterface.php Provides an interface for URL path matchers.
PathValidator core/lib/Drupal/Core/Path/PathValidator.php Provides a default path validator and access checker.
PathValidatorInterface core/lib/Drupal/Core/Path/PathValidatorInterface.php Provides an interface for url path validators.