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\FormCode
public function getConfirmText() {
return $this
->t('Delete');
}