public function EventSettingsForm::__construct in RNG - Events and Registrations 8
Same name and namespace in other branches
- 8.2 src/Form/EventSettingsForm.php \Drupal\rng\Form\EventSettingsForm::__construct()
- 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 30
Class
- EventSettingsForm
- Configure event settings.
Namespace
Drupal\rng\FormCode
public function __construct(EventManagerInterface $event_manager) {
$this->eventManager = $event_manager;
}