You are here

public function KeyConfigOverrideDeleteForm::getConfirmText in Key 8

Overrides EntityDeleteFormTrait::getConfirmText

File

src/Form/KeyConfigOverrideDeleteForm.php, line 30

Class

KeyConfigOverrideDeleteForm
Builds the form to delete a Key.

Namespace

Drupal\key\Form

Code

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