Provides a class for CRUD operations on path aliases.
Hierarchy
- interface \Drupal\Core\Path\AliasStorageInterface
File
- core/lib/Drupal/Core/Path/AliasStorageInterface.php, line 10
Namespace
Drupal\Core\Path
Members
Name | Modifiers | Type | Description |
---|---|---|---|
AliasStorageInterface::aliasExists | public | function | Checks if alias already exists. |
AliasStorageInterface::delete | public | function | Deletes a URL alias. |
AliasStorageInterface::getAliasesForAdminListing | public | function | Loads aliases for admin listing. |
AliasStorageInterface::languageAliasExists | public | function | Checks if there are any aliases with language defined. |
AliasStorageInterface::load | public | function | Fetches a specific URL alias from the database. |
AliasStorageInterface::lookupPathAlias | public | function | Returns an alias of Drupal system URL. |
AliasStorageInterface::lookupPathSource | public | function | Returns Drupal system URL of an alias. |
AliasStorageInterface::pathHasMatchingAlias | public | function | Check if any alias exists starting with $initial_substring. |
AliasStorageInterface::preloadPathAlias | public | function | Pre-loads path alias information for a given list of source paths. |
AliasStorageInterface::save | public | function | Saves a path alias to the database. |
Please login to continue.