protected function ReplicateUILink::getDefaultLabel in Replicate UI 8
Returns the default label for this link.
Return value
string The default link label.
Overrides EntityLink::getDefaultLabel
File
- src/
Plugin/ views/ field/ ReplicateUILink.php, line 26
Class
- ReplicateUILink
- Provides a entity replicate link
Namespace
Drupal\replicate_ui\Plugin\views\fieldCode
protected function getDefaultLabel() {
return $this
->t('Replicate');
}