protected function LinkReply::getDefaultLabel in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/comment/src/Plugin/views/field/LinkReply.php \Drupal\comment\Plugin\views\field\LinkReply::getDefaultLabel()
Returns the default label for this link.
Return value
string The default link label.
Overrides LinkBase::getDefaultLabel
File
- core/
modules/ comment/ src/ Plugin/ views/ field/ LinkReply.php, line 40 - Contains \Drupal\comment\Plugin\views\field\LinkReply.
Class
- LinkReply
- Field handler to present a link to reply to a comment.
Namespace
Drupal\comment\Plugin\views\fieldCode
protected function getDefaultLabel() {
return $this
->t('Reply');
}