constant TAXONOMY_XML_ADMIN in Taxonomy import/export via XML 7
Same name and namespace in other branches
- 6.2 taxonomy_xml.module \TAXONOMY_XML_ADMIN
Menu root for our items
5 uses of TAXONOMY_XML_ADMIN
- lookup_taxonomy_service_form in services/
lookup.taxonomy_service.inc - A sub-form that provides UI additions to the taxonomy import form
- taxonomy_xml_cached_get_contents in ./
taxonomy_xml.module - A caching version of file_get_contents.
- taxonomy_xml_help in ./
taxonomy_xml.module - Implements hook_help().
- taxonomy_xml_invoke_import in ./
taxonomy_xml.module - Do the actual importing from the given string.
- _taxonomy_xml_get_vocabulary_placeholder in ./
taxonomy_xml.process.inc - Fetch the named vocab if it exists.
File
- ./
taxonomy_xml.module, line 85 - Make it possible to import and export taxonomies as XML documents.
Code
define('TAXONOMY_XML_ADMIN', 'admin/structure/taxonomy');