You are here

public function ImportCompleteCommand::__construct in Tome 8

Constructs an ImportCompleteCommand instance.

Parameters

\Symfony\Component\EventDispatcher\EventDispatcherInterface $event_dispatcher: The event dispatcher.

File

modules/tome_sync/src/Commands/ImportCompleteCommand.php, line 32

Class

ImportCompleteCommand
Contains the tome:import-complete command.

Namespace

Drupal\tome_sync\Commands

Code

public function __construct(EventDispatcherInterface $event_dispatcher) {
  parent::__construct();
  $this->eventDispatcher = $event_dispatcher;
}