You are here

public function DeleteForm::getConfirmText in Mail Safety 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

src/Form/DeleteForm.php, line 48

Class

DeleteForm
Class DeleteForm.

Namespace

Drupal\mail_safety\Form

Code

public function getConfirmText() {
  return $this
    ->t('Delete mail');
}