You are here

public function ServerDeleteConfirmForm::getDescription in OAuth2 Server 8

Same name and namespace in other branches
  1. 2.0.x src/Form/ServerDeleteConfirmForm.php \Drupal\oauth2_server\Form\ServerDeleteConfirmForm::getDescription()

Returns additional text to display as a description.

Return value

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

Overrides EntityConfirmFormBase::getDescription

File

src/Form/ServerDeleteConfirmForm.php, line 26

Class

ServerDeleteConfirmForm
Class Server Delete Confirm Form.

Namespace

Drupal\oauth2_server\Form

Code

public function getDescription() {
  return $this
    ->t('Deleting a server will disable all its scopes and clients.');
}