You are here

function location_user_migrate_complete_location_user in Migrate Extras 6

Implementation of hook_migrate_complete().

File

./location_user.migrate.inc, line 51
Integrates location_user module (part of location) with the migrate module

Code

function location_user_migrate_complete_location_user(&$uloc, $tblinfo, $row) {
  return location_migrate_complete_location($uloc, $tblinfo, $row);
}