You are here

public function RegistrantTypeDeleteForm::getDescription 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::getDescription()
  2. 8 src/Form/Entity/RegistrantTypeDeleteForm.php \Drupal\rng\Form\Entity\RegistrantTypeDeleteForm::getDescription()

@inheritDoc

Overrides EntityConfirmFormBase::getDescription

File

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

Class

RegistrantTypeDeleteForm
Form controller to delete a registrant type.

Namespace

Drupal\rng\Form\Entity

Code

public function getDescription() {
  return t('Deleting this registrant type will also delete the associated registration.');
}