You are here

public function RngContactTypeForm::exists in RNG Contact 8

File

src/Form/RngContactTypeForm.php, line 56

Class

RngContactTypeForm
Form controller for contact types.

Namespace

Drupal\rng_contact\Form

Code

public function exists($entity_id) {
  return RngContactType::load($entity_id) instanceof RngContactTypeInterface;
}