You are here

function taxonomy_migrate_xlat_term in Migrate 6

Implementation of hook_migrate_xlat_$contenttype().

File

modules/taxonomy.migrate.inc, line 300
Implementation of taxonomy destination handling

Code

function taxonomy_migrate_xlat_term($tid) {
  return "taxonomy/term/{$tid}";
}