public function CaptchaPointDeleteForm::getConfirmText in CAPTCHA 8
Returns a caption for the button that confirms the action.
Return value
\Drupal\Core\StringTranslation\TranslatableMarkup The form confirmation text.
Overrides EntityConfirmFormBase::getConfirmText
File
- src/
Form/ CaptchaPointDeleteForm.php, line 31
Class
- CaptchaPointDeleteForm
- Builds the form to delete a Captcha Point.
Namespace
Drupal\captcha\FormCode
public function getConfirmText() {
return $this
->t('Delete');
}