You are here

public function GoogleApiClientRevokeForm::getDescription in Google API PHP Client 8.2

Same name and namespace in other branches
  1. 8.4 src/Form/GoogleApiClientRevokeForm.php \Drupal\google_api_client\Form\GoogleApiClientRevokeForm::getDescription()
  2. 8.3 src/Form/GoogleApiClientRevokeForm.php \Drupal\google_api_client\Form\GoogleApiClientRevokeForm::getDescription()

Returns additional text to display as a description.

Return value

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

Overrides ContentEntityConfirmFormBase::getDescription

File

src/Form/GoogleApiClientRevokeForm.php, line 27

Class

GoogleApiClientRevokeForm
Provides a form for revoking a google_api_client entity.

Namespace

Drupal\google_api_client\Form

Code

public function getDescription() {
  return "This account can't be used for api call until authenticated again";
}