function PathAlias::getAlias
Same name in other branches
- 9 core/modules/path_alias/src/Entity/PathAlias.php \Drupal\path_alias\Entity\PathAlias::getAlias()
- 10 core/modules/path_alias/src/Entity/PathAlias.php \Drupal\path_alias\Entity\PathAlias::getAlias()
- 11.x core/modules/path_alias/src/Entity/PathAlias.php \Drupal\path_alias\Entity\PathAlias::getAlias()
Overrides PathAliasInterface::getAlias
2 calls to PathAlias::getAlias()
- PathAlias::label in core/
modules/ path_alias/ src/ Entity/ PathAlias.php - Gets the label of the entity.
- PathAlias::preSave in core/
modules/ path_alias/ src/ Entity/ PathAlias.php - Acts on an entity before the presave hook is invoked.
File
-
core/
modules/ path_alias/ src/ Entity/ PathAlias.php, line 146
Class
- PathAlias
- Defines the path_alias entity class.
Namespace
Drupal\path_alias\EntityCode
public function getAlias() {
return $this->get('alias')->value;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.