Example #1
0
 /**
  * Print info for backup-started to output.
  *
  * @param BackupEvent $event
  */
 public function onBackupStarted(BackupEvent $event)
 {
     $this->output->writeln('- ' . $event->getName() . ' (' . $event->getOption('plugin') . '):');
 }