You are here

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

Class

CaptchaPointEnableForm
Builds the form to delete a Captcha Point.

Namespace

Drupal\captcha\Form

Code

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