You are here

public function DeleteMultiple::getConfirmText in MERCI (Manage Equipment Reservations, Checkout and Inventory) 8.2

Returns a caption for the button that confirms the action.

Return value

\Drupal\Core\StringTranslation\TranslatableMarkup The form confirmation text.

Overrides ConfirmFormBase::getConfirmText

File

modules/merci_line_item/src/Form/DeleteMultiple.php, line 86

Class

DeleteMultiple
Provides a node deletion confirmation form.

Namespace

Drupal\merci_line_item\Form

Code

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