You are here

protected function ImportCompleteCommand::execute in Tome 8

File

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

Class

ImportCompleteCommand
Contains the tome:import-complete command.

Namespace

Drupal\tome_sync\Commands

Code

protected function execute(InputInterface $input, OutputInterface $output) {
  $this->eventDispatcher
    ->dispatch(TomeSyncEvents::IMPORT_ALL, new Event());
}