You are here

public function SendDefaultForm::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/SendDefaultForm.php, line 53

Class

SendDefaultForm
Class SendDefaultForm.

Namespace

Drupal\mail_safety\Form

Code

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