8 calls to migrate_handler_invoke_all() in Migrate 6.2
- MigrateDestinationComment::fields in plugins/
destinations/ comment.inc - Returns a list of fields available to be mapped for comments attached to a particular bundle (node type)
- MigrateDestinationEntity::complete in plugins/
destinations/ entity.inc - Give handlers a shot at modifying the object (or taking additional action) after saving it.
- MigrateDestinationEntity::completeRollback in plugins/
destinations/ entity.inc - Give handlers a shot at cleaning up after an entity has been rolled back.
- MigrateDestinationEntity::prepare in plugins/
destinations/ entity.inc - Give handlers a shot at modifying the object before saving it.
- MigrateDestinationEntity::prepareRollback in plugins/
destinations/ entity.inc - Give handlers a shot at cleaning up before an entity has been rolled back.
- MigrateDestinationNode::fields in plugins/
destinations/ node.inc - Returns a list of fields available to be mapped for the node type (bundle)
- MigrateDestinationTerm::fields in plugins/
destinations/ term.inc - Returns a list of fields available to be mapped for this vocabulary (bundle)
- MigrateDestinationUser::fields in plugins/
destinations/ user.inc - Returns a list of fields available to be mapped for users