You are here

public function GoogleApiServiceClientDeleteForm::getDescription in Google API PHP Client 8.4

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

Returns additional text to display as a description.

Return value

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

Overrides EntityConfirmFormBase::getDescription

File

src/Form/GoogleApiServiceClientDeleteForm.php, line 26

Class

GoogleApiServiceClientDeleteForm
Provides a form for deleting a google_api_service_client entity.

Namespace

Drupal\google_api_client\Form

Code

public function getDescription() {
  return $this
    ->t("This account will be deleted from the system and won't be available");
}