Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 445 Bytes

03_Events.md

File metadata and controls

9 lines (6 loc) · 445 Bytes

Events

Another option to customize import behavior is listening for events. The bundle fires following events during the import process:

  • Pimcore\Bundle\DataImporterBundle\Event\DataObject\PreSaveEvent: Fired just before an imported data object will be saved
  • Pimcore\Bundle\DataImporterBundle\Event\DataObject\PostSaveEvent: Fired just after an imported data object is saved

More events to come when needed (just provide PRs ;-) .