You are here

public function CaptchaPointDisableForm::getDescription in CAPTCHA 8

Returns additional text to display as a description.

Return value

\Drupal\Core\StringTranslation\TranslatableMarkup The form description.

Overrides EntityConfirmFormBase::getDescription

File

src/Form/CaptchaPointDisableForm.php, line 24

Class

CaptchaPointDisableForm
Builds the form to delete a Captcha Point.

Namespace

Drupal\captcha\Form

Code

public function getDescription() {
  return $this
    ->t('This will disable the captcha.');
}