function RevisionLink::getDefaultLabel

Same name and namespace in other branches
  1. 11.x 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. 8.9.x core/modules/node/src/Plugin/views/field/RevisionLink.php \Drupal\node\Plugin\views\field\RevisionLink::getDefaultLabel()

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.