You are here

protected function ImportCompleteCommand::configure in Tome 8

File

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

Class

ImportCompleteCommand
Contains the tome:import-complete command.

Namespace

Drupal\tome_sync\Commands

Code

protected function configure() {
  $this
    ->setName('tome:import-complete')
    ->setDescription('Triggers an import complete event.')
    ->setHidden(TRUE);
}