protected function DeleteMultiple::getConfirmText

Returns a caption for the button that confirms the action.

Return value

string The form confirmation text.

Overrides ConfirmFormBase::getConfirmText

File

drupal/core/modules/node/lib/Drupal/node/Form/DeleteMultiple.php, line 90
Contains \Drupal\node\Form\DeleteMultiple.

Class

DeleteMultiple
Provides a node deletion confirmation form.

Namespace

Drupal\node\Form

Code

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