function RevisionLinkRevert::getDefaultLabel
Same name in other branches
- 9 core/modules/node/src/Plugin/views/field/RevisionLinkRevert.php \Drupal\node\Plugin\views\field\RevisionLinkRevert::getDefaultLabel()
- 8.9.x core/modules/node/src/Plugin/views/field/RevisionLinkRevert.php \Drupal\node\Plugin\views\field\RevisionLinkRevert::getDefaultLabel()
- 10 core/modules/node/src/Plugin/views/field/RevisionLinkRevert.php \Drupal\node\Plugin\views\field\RevisionLinkRevert::getDefaultLabel()
Overrides RevisionLink::getDefaultLabel
File
-
core/
modules/ node/ src/ Plugin/ views/ field/ RevisionLinkRevert.php, line 32
Class
- RevisionLinkRevert
- Field handler to present a link to revert a node to a revision.
Namespace
Drupal\node\Plugin\views\fieldCode
protected function getDefaultLabel() {
return $this->t('Revert');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.