You are here

public function DeleteMultiple::getConfirmText in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/node/src/Form/DeleteMultiple.php \Drupal\node\Form\DeleteMultiple::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/DeleteMultiple.php, line 91
Contains \Drupal\node\Form\DeleteMultiple.

Class

DeleteMultiple
Provides a node deletion confirmation form.

Namespace

Drupal\node\Form

Code

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