You are here

public function KeyDeleteForm::getConfirmText in Key 8

Overrides EntityDeleteFormTrait::getConfirmText

File

src/Form/KeyDeleteForm.php, line 32

Class

KeyDeleteForm
Builds the form to delete a Key.

Namespace

Drupal\key\Form

Code

public function getConfirmText() {
  return $this
    ->t('Delete');
}