You are here

public function TemplateDeleteForm::getConfirmText in Workbench Email 8

Same name and namespace in other branches
  1. 2.x src/Form/TemplateDeleteForm.php \Drupal\workbench_email\Form\TemplateDeleteForm::getConfirmText()

Overrides EntityDeleteFormTrait::getConfirmText

File

src/Form/TemplateDeleteForm.php, line 56

Class

TemplateDeleteForm
Builds the form to delete Email Template entities.

Namespace

Drupal\workbench_email\Form

Code

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