public function GauthDeleteForm::getDescription in Google Auth 8
Returns additional text to display as a description.
Return value
\Drupal\Core\StringTranslation\TranslatableMarkup The form description.
Overrides ContentEntityConfirmFormBase::getDescription
File
- src/
Form/ GauthDeleteForm.php, line 27
Class
- GauthDeleteForm
- Provides a form for deleting a gauth entity.
Namespace
Drupal\gauth\FormCode
public function getDescription() {
return "This account will be deleted from the system and won't be available";
}