Find an alias for a path and vice versa.
Hierarchy
- interface \Drupal\Core\Path\AliasManagerInterface
 
See also
\Drupal\Core\Path\AliasStorageInterface
File
- core/lib/Drupal/Core/Path/AliasManagerInterface.php, line 10
 
Namespace
Drupal\Core\Path
Members
| Name | Modifiers | Type | Description | 
|---|---|---|---|
| AliasManagerInterface::cacheClear | public | function | Clear internal caches in alias manager. | 
| AliasManagerInterface::getAliasByPath | public | function | Given a path, return the alias. | 
| AliasManagerInterface::getPathByAlias | public | function | Given the alias, return the path it represents. | 
Please login to continue.