|
@@ 52-54 (lines=3) @@
|
| 49 |
|
$e = new ImportProcessEvent($import); |
| 50 |
|
} |
| 51 |
|
|
| 52 |
|
if ($e && $importRun->getConfiguration()) { |
| 53 |
|
$this->eventDispatcher->dispatch(ImportProcessEvent::AFTER_PREPARE.'.'.$importRun->getConfiguration()->getImporterId(), $e); |
| 54 |
|
} |
| 55 |
|
|
| 56 |
|
$workflow->process(); |
| 57 |
|
|
|
@@ 58-60 (lines=3) @@
|
| 55 |
|
|
| 56 |
|
$workflow->process(); |
| 57 |
|
|
| 58 |
|
if ($e && $importRun->getConfiguration()) { |
| 59 |
|
$this->eventDispatcher->dispatch(ImportProcessEvent::AFTER_FINISH.'.'.$importRun->getConfiguration()->getImporterId(), $e); |
| 60 |
|
} |
| 61 |
|
} |
| 62 |
|
|
| 63 |
|
/** |