public function PathAliasInterface::getAlias in Drupal 8
Same name and namespace in other branches
- 9 core/modules/path_alias/src/PathAliasInterface.php \Drupal\path_alias\PathAliasInterface::getAlias()
- 10 core/modules/path_alias/src/PathAliasInterface.php \Drupal\path_alias\PathAliasInterface::getAlias()
Gets the alias for this path.
Return value
string The alias for this path.
1 method overrides PathAliasInterface::getAlias()
- PathAlias::getAlias in core/
modules/ path_alias/ src/ Entity/ PathAlias.php - Gets the alias for this path.
File
- core/
modules/ path_alias/ src/ PathAliasInterface.php, line 37
Class
- PathAliasInterface
- Provides an interface defining a path_alias entity.
Namespace
Drupal\path_aliasCode
public function getAlias();