You are here

public function EmailVerifyCheckAllForm::getQuestion in Email Verify 8.2

Returns the question to ask the user.

Return value

\Drupal\Core\StringTranslation\TranslatableMarkup The form question. The page title will be set to this value.

Overrides ConfirmFormInterface::getQuestion

File

src/Form/EmailVerifyCheckAllForm.php, line 55
Contains \Drupal\email_verify\Form\EmailVerifyCheckAllForm.

Class

EmailVerifyCheckAllForm

Namespace

Drupal\email_verify\Form

Code

public function getQuestion() {
  return t('Are you sure you want to check all user email addresses?');
}