RollbackAwareInterface
interface RollbackAwareInterface (View source)
Interface for plugins that react to pre- or post-rollback events.
Methods
Details
preRollback(MigrateRollbackEvent $event)
Performs pre-rollback tasks.
postRollback(MigrateRollbackEvent $event)
Performs post-rollback tasks.