now that hook_migrate_api() is in, I'm just going to remove the sub-module and just keep the integration. Shouldn't effect anything, but you *may* have to go into the migrate settings an enable the privatemsg integration again.
Done. All integrations now go through hook_migrate_api() and share namespace with the module they are integrating with for the most part, so there was no longer a reason for any submodules. Again, you'll have to re enable integrations in admin/content/migrate/settings "Migration support implemented in the migrate_extras module"
Comments
Comment #1
frankcarey commentednow that hook_migrate_api() is in, I'm just going to remove the sub-module and just keep the integration. Shouldn't effect anything, but you *may* have to go into the migrate settings an enable the privatemsg integration again.
Comment #2
frankcarey commentedDone. All integrations now go through hook_migrate_api() and share namespace with the module they are integrating with for the most part, so there was no longer a reason for any submodules. Again, you'll have to re enable integrations in admin/content/migrate/settings "Migration support implemented in the migrate_extras module"