You are here

public function GauthDeleteForm::getConfirmText in Google Auth 8

Returns a caption for the button that confirms the action.

Return value

\Drupal\Core\StringTranslation\TranslatableMarkup The form confirmation text.

Overrides ContentEntityConfirmFormBase::getConfirmText

File

src/Form/GauthDeleteForm.php, line 34

Class

GauthDeleteForm
Provides a form for deleting a gauth entity.

Namespace

Drupal\gauth\Form

Code

public function getConfirmText() {
  return "Delete";
}