You are here

public function RegistrantTypeDeleteForm::getConfirmText in RNG - Events and Registrations 3.x

Same name and namespace in other branches
  1. 8.2 src/Form/Entity/RegistrantTypeDeleteForm.php \Drupal\rng\Form\Entity\RegistrantTypeDeleteForm::getConfirmText()
  2. 8 src/Form/Entity/RegistrantTypeDeleteForm.php \Drupal\rng\Form\Entity\RegistrantTypeDeleteForm::getConfirmText()

Overrides EntityDeleteFormTrait::getConfirmText

File

src/Form/Entity/RegistrantTypeDeleteForm.php, line 33

Class

RegistrantTypeDeleteForm
Form controller to delete a registrant type.

Namespace

Drupal\rng\Form\Entity

Code

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