NodeRevisionRevertForm::getConfirmText

public 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 86

Class

NodeRevisionRevertForm
Provides a form for reverting a node revision.

Namespace

Drupal\node\Form

Code

public function getConfirmText() {
  return t('Revert');
}
doc_Drupal
2016-10-29 09:31:08
Comments
Leave a Comment

Please login to continue.