You are here

public function RngContactTypeDeleteForm::getDescription in RNG Contact 8

@inheritDoc

Overrides EntityConfirmFormBase::getDescription

File

src/Form/RngContactTypeDeleteForm.php, line 26

Class

RngContactTypeDeleteForm
Form controller to delete a contact type.

Namespace

Drupal\rng_contact\Form

Code

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