You are here

public function EventSettingsForm::__construct in RNG - Events and Registrations 8.2

Same name and namespace in other branches
  1. 8 src/Form/EventSettingsForm.php \Drupal\rng\Form\EventSettingsForm::__construct()
  2. 3.x src/Form/EventSettingsForm.php \Drupal\rng\Form\EventSettingsForm::__construct()

Constructs a new MessageActionForm object.

Parameters

\Drupal\rng\EventManagerInterface $event_manager: The RNG event manager.

File

src/Form/EventSettingsForm.php, line 28

Class

EventSettingsForm
Configure event settings.

Namespace

Drupal\rng\Form

Code

public function __construct(EventManagerInterface $event_manager) {
  $this->eventManager = $event_manager;
}