You are here

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

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

The module handler service.

Type: \Drupal\Core\Extension\ModuleHandlerInterface

Overrides EntityForm::$moduleHandler

File

src/Form/EventTypeForm.php, line 35

Class

EventTypeForm
Form controller for event config entities.

Namespace

Drupal\rng\Form

Code

protected $moduleHandler;