ImportAwareInterface
interface ImportAwareInterface (View source)
Interface for plugins that react to pre- or post-import events.
Methods
Details
preImport(MigrateImportEvent $event)
Performs pre-import tasks.
postImport(MigrateImportEvent $event)
Performs post-import tasks.