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\CommandsCode
protected function execute(InputInterface $input, OutputInterface $output) {
$this->eventDispatcher
->dispatch(TomeSyncEvents::IMPORT_ALL, new Event());
}