constant TAXONOMY_XML_PARENT in Taxonomy import/export via XML 7
Same name and namespace in other branches
- 5.2 taxonomy_xml.module \TAXONOMY_XML_PARENT
- 5 taxonomy_xml.module \TAXONOMY_XML_PARENT
- 6.2 taxonomy_xml.module \TAXONOMY_XML_PARENT
- 6 taxonomy_xml.module \TAXONOMY_XML_PARENT
4 uses of TAXONOMY_XML_PARENT
- taxonomy_xml_canonicize_predicates in ./
taxonomy_xml.process.inc - Convert aliased predicates into common ones.
- taxonomy_xml_mesh_parse in formats/
mesh_format.inc - Reads a XML file and creates the term definitions found in it.
- taxonomy_xml_relationship_synonyms in ./
taxonomy_xml.module - Return an array of alternative wordings that may be used in the input files.
- taxonomy_xml_set_term_relations in ./
taxonomy_xml.process.inc - Given a list of terms, set the related-terms and structure, and save again.
File
- ./
taxonomy_xml.module, line 38 - Make it possible to import and export taxonomies as XML documents.
Code
define('TAXONOMY_XML_PARENT', 'Broader Terms');