function RevisionLink::getDefaultLabel

Same name and namespace in other branches
  1. 9 core/modules/node/src/Plugin/views/field/RevisionLink.php \Drupal\node\Plugin\views\field\RevisionLink::getDefaultLabel()
  2. 10 core/modules/node/src/Plugin/views/field/RevisionLink.php \Drupal\node\Plugin\views\field\RevisionLink::getDefaultLabel()
  3. 11.x core/modules/node/src/Plugin/views/field/RevisionLink.php \Drupal\node\Plugin\views\field\RevisionLink::getDefaultLabel()

Overrides LinkBase::getDefaultLabel

2 methods override RevisionLink::getDefaultLabel()
RevisionLinkDelete::getDefaultLabel in core/modules/node/src/Plugin/views/field/RevisionLinkDelete.php
Returns the default label for this link.
RevisionLinkRevert::getDefaultLabel in core/modules/node/src/Plugin/views/field/RevisionLinkRevert.php
Returns the default label for this link.

File

core/modules/node/src/Plugin/views/field/RevisionLink.php, line 47

Class

RevisionLink
Field handler to present a link to a node revision.

Namespace

Drupal\node\Plugin\views\field

Code

protected function getDefaultLabel() {
    return $this->t('View');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.