You are here

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

Class

GauthRevokeForm
Provides a form for revoking a gauth entity.

Namespace

Drupal\gauth\Form

Code

public function getQuestion() {
  return 'Are you sure you want to revoke access token of this account';
}