You are here

public function DomainPathDeleteForm::getConfirmText in Domain Path 8

Overrides EntityDeleteFormTrait::getConfirmText

File

src/Form/DomainPathDeleteForm.php, line 34

Class

DomainPathDeleteForm
Provides a form for deleting a domain_path entity.

Namespace

Drupal\domain_path\Form

Code

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