function taxonomy_xml_import in Taxonomy import/export via XML 6
Same name and namespace in other branches
- 5.2 taxonomy_xml.module \taxonomy_xml_import()
- 5 taxonomy_xml.module \taxonomy_xml_import()
- 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');
}