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