Constructs the configuration context.
\Symfony\Component\EventDispatcher\EventDispatcher $event_dispatcher: An event dispatcher instance to use for configuration events.
public function __construct(EventDispatcher $event_dispatcher) {
$this->eventDispatcher = $event_dispatcher;
}