You are here

public function DeleteMultiple::getConfirmText in Support Ticketing System 8

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/support_ticket/src/Form/DeleteMultiple.php, line 91
Contains \Drupal\support_ticket\Form\DeleteMultiple.

Class

DeleteMultiple
Provides a support ticket deletion confirmation form.

Namespace

Drupal\support_ticket\Form

Code

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