You are here

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

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

Constructs a new PluginConditionSettingsForm object.

Parameters

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

File

src/Form/PluginConditionSettingsForm.php, line 30

Class

PluginConditionSettingsForm
Configure condition plugin settings.

Namespace

Drupal\rng\Form

Code

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