You are here

protected property EventTypeForm::$entityManager in RNG - Events and Registrations 8

Same name and namespace in other branches
  1. 8.2 src/Form/EventTypeForm.php \Drupal\rng\Form\EventTypeForm::entityManager
  2. 3.x src/Form/EventTypeForm.php \Drupal\rng\Form\EventTypeForm::entityManager

The entity manager.

Type: \Drupal\Core\Entity\EntityManagerInterface

File

src/Form/EventTypeForm.php, line 28

Class

EventTypeForm
Form controller for event config entities.

Namespace

Drupal\rng\Form

Code

protected $entityManager;