You are here

public function NodeRevisionRevertForm::getConfirmText in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/node/src/Form/NodeRevisionRevertForm.php \Drupal\node\Form\NodeRevisionRevertForm::getConfirmText()

Returns a caption for the button that confirms the action.

Return value

string The form confirmation text.

Overrides ConfirmFormBase::getConfirmText

File

core/modules/node/src/Form/NodeRevisionRevertForm.php, line 91
Contains \Drupal\node\Form\NodeRevisionRevertForm.

Class

NodeRevisionRevertForm
Provides a form for reverting a node revision.

Namespace

Drupal\node\Form

Code

public function getConfirmText() {
  return t('Revert');
}