[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/sites/all/modules/migrate/modules/core/ -> taxonomy.inc (summary)

(no description)

File Size: 349 lines (12 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 8 functions

  taxonomy_migrate_types()
  taxonomy_migrate_fields_term()
  taxonomy_migrate_fields_node()
  taxonomy_migrate_delete_term()
  taxonomy_migrate_import_term()
  taxonomy_migrate_prepare_node()
  taxonomy_migrate_xlat_term()
  _migrate_taxonomy_get_term()

Functions
Functions that are not part of a class:

taxonomy_migrate_types()   X-Ref
Implementation of hook_migrate_types().


taxonomy_migrate_fields_term($type)   X-Ref
Implementation of hook_migrate_fields_taxonomy().


taxonomy_migrate_fields_node($type)   X-Ref
Implementation of hook_migrate_fields_node().


taxonomy_migrate_delete_term($tid)   X-Ref
Implementation of hook_migrate_delete_term().


taxonomy_migrate_import_term($tblinfo, $row)   X-Ref
Implementation of hook_migrate_import_term().


taxonomy_migrate_prepare_node(&$node, $tblinfo, $row)   X-Ref
Implementation of hook_migrate_prepare().


taxonomy_migrate_xlat_term($tid)   X-Ref
No description

_migrate_taxonomy_get_term($vocab, $text, $handler)   X-Ref
Return a tid for a term (text).

Returns 0 if the term will be added.
Returns $tid > 0 if the term exists in this vocabulary.
Returns -1 if the term does not exist and will not be added.



Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7