You are here

public function RngContactTypeDeleteForm::getConfirmText in RNG Contact 8

Overrides EntityDeleteFormTrait::getConfirmText

File

src/Form/RngContactTypeDeleteForm.php, line 33

Class

RngContactTypeDeleteForm
Form controller to delete a contact type.

Namespace

Drupal\rng_contact\Form

Code

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