constant TAXONOMY_XML_CREATE_NEW in Taxonomy import/export via XML 6.2
Same name and namespace in other branches
- 7 taxonomy_xml.module \TAXONOMY_XML_CREATE_NEW
2 uses of TAXONOMY_XML_CREATE_NEW
- taxonomy_xml_import_form in ./
taxonomy_xml.module - Builds the import form.
- taxonomy_xml_invoke_import in ./
taxonomy_xml.module - Do the actual importing from the given string, pased on the parameters passed from the form.
File
- ./
taxonomy_xml.module, line 87 - This module makes it possible to import and export taxonomies as XML documents.
Code
define('TAXONOMY_XML_CREATE_NEW', -1);