You are here

public function SignupDeleteForm::getConfirmText in SendinBlue 8.2

Same name and namespace in other branches
  1. 8 src/Form/SignupDeleteForm.php \Drupal\sendinblue\Form\SignupDeleteForm::getConfirmText()

Returns a caption for the button that confirms the action.

Return value

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

Overrides ContentEntityConfirmFormBase::getConfirmText

File

src/Form/SignupDeleteForm.php, line 35

Class

SignupDeleteForm
Provides a form for deleting a content_entity_example entity.

Namespace

Drupal\sendinblue\Form

Code

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