You are here

function node_migrate_xlat_node in Migrate 6

Implementation of hook_migrate_xlat_node().

File

modules/node.migrate.inc, line 240
Implementation of node destination handling

Code

function node_migrate_xlat_node($nid) {
  return "node/{$nid}";
}