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. |
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. |