function PathAliasInterface::getPath
Same name in other branches
- 9 core/modules/path_alias/src/PathAliasInterface.php \Drupal\path_alias\PathAliasInterface::getPath()
- 8.9.x core/modules/path_alias/src/PathAliasInterface.php \Drupal\path_alias\PathAliasInterface::getPath()
- 10 core/modules/path_alias/src/PathAliasInterface.php \Drupal\path_alias\PathAliasInterface::getPath()
Gets the source path of the alias.
Return value
string The source path.
1 method overrides PathAliasInterface::getPath()
- PathAlias::getPath in core/
modules/ path_alias/ src/ Entity/ PathAlias.php - Gets the source path of the alias.
File
-
core/
modules/ path_alias/ src/ PathAliasInterface.php, line 19
Class
- PathAliasInterface
- Provides an interface defining a path_alias entity.
Namespace
Drupal\path_aliasCode
public function getPath();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.