You are here

function taxonomy_xml_import in Taxonomy import/export via XML 6

Same name and namespace in other branches
  1. 5.2 taxonomy_xml.module \taxonomy_xml_import()
  2. 5 taxonomy_xml.module \taxonomy_xml_import()
  3. 6.2 taxonomy_xml.module \taxonomy_xml_import()

Menu callback for the import page.

1 string reference to 'taxonomy_xml_import'
taxonomy_xml_menu in ./taxonomy_xml.module
Implementation of hook_menu: Define menu links.

File

./taxonomy_xml.module, line 231
taxonomy_xml.module This module makes it possible to import and export taxonomies as XML documents.

Code

function taxonomy_xml_import() {
  return drupal_get_form('taxonomy_xml_import_form');
}