public function SignupDeleteForm::getConfirmText in SendinBlue 8
Same name and namespace in other branches
- 8.2 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\FormCode
public function getConfirmText() {
return $this
->t('Delete');
}