public function AliasTypeInterface::getLabel in Pathauto 8
Get the label.
Return value
string The label.
1 method overrides AliasTypeInterface::getLabel()
- EntityAliasTypeBase::getLabel in src/
Plugin/ pathauto/ AliasType/ EntityAliasTypeBase.php - Get the label.
File
- src/
AliasTypeInterface.php, line 19
Class
- AliasTypeInterface
- Provides an interface for pathauto alias types.
Namespace
Drupal\pathautoCode
public function getLabel();