function taxonomy_term_load in Migrate 6.2
1 call to taxonomy_term_load()
- MigrateDestinationTerm::import in plugins/
destinations/ term.inc - Import a single term.
File
- includes/
d7.inc, line 29 - Drupal 7 functions 'n' things implemented in Drupal 6, to ease backporting
Code
function taxonomy_term_load($tid) {
return (object) taxonomy_get_term($tid);
}