You are here

public function GauthDeleteForm::getQuestion in Google Auth 8

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/GauthDeleteForm.php, line 20

Class

GauthDeleteForm
Provides a form for deleting a gauth entity.

Namespace

Drupal\gauth\Form

Code

public function getQuestion() {
  return 'Are you sure you want to delete this account';
}