|
@@ 60-62 (lines=3) @@
|
| 57 |
|
$e = new ImportProcessEvent($import); |
| 58 |
|
} |
| 59 |
|
|
| 60 |
|
if ($e && $importRun->getConfiguration()) { |
| 61 |
|
$this->eventDispatcher->dispatch(ImportProcessEvent::AFTER_PREPARE.'.'.$importRun->getConfiguration()->getImporterId(), $e); |
| 62 |
|
} |
| 63 |
|
|
| 64 |
|
$workflow->process(); |
| 65 |
|
|
|
@@ 66-68 (lines=3) @@
|
| 63 |
|
|
| 64 |
|
$workflow->process(); |
| 65 |
|
|
| 66 |
|
if ($e && $importRun->getConfiguration()) { |
| 67 |
|
$this->eventDispatcher->dispatch(ImportProcessEvent::AFTER_FINISH.'.'.$importRun->getConfiguration()->getImporterId(), $e); |
| 68 |
|
} |
| 69 |
|
} |
| 70 |
|
|
| 71 |
|
/** |