protected function LinkApprove::getDefaultLabel in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/comment/src/Plugin/views/field/LinkApprove.php \Drupal\comment\Plugin\views\field\LinkApprove::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/ LinkApprove.php, line 41 - Contains \Drupal\comment\Plugin\views\field\LinkApprove.
Class
- LinkApprove
- Provides a comment approve link.
Namespace
Drupal\comment\Plugin\views\fieldCode
protected function getDefaultLabel() {
return $this
->t('Approve');
}