public function Broken::getLabel in Pathauto 8
Get the label.
Return value
string The label.
Overrides EntityAliasTypeBase::getLabel
File
- src/
Plugin/ pathauto/ AliasType/ Broken.php, line 20
Class
- Broken
- Defines a fallback plugin for missing block plugins.
Namespace
Drupal\pathauto\Plugin\pathauto\AliasTypeCode
public function getLabel() {
return $this
->t('Broken type');
}