constant TAXONOMY_XML_IDENTIFIER in Taxonomy import/export via XML 7
Name of the extra storage field we keep the GUID or URI key in.
1 use of TAXONOMY_XML_IDENTIFIER
- taxonomy_xml_get_term_by_guid in ./
taxonomy_xml.module - Special lookup for terms if they are saved with a URI or GUID.
File
- ./
taxonomy_xml.module, line 74 - Make it possible to import and export taxonomies as XML documents.
Code
define('TAXONOMY_XML_IDENTIFIER', 'field_guid');