You are here

constant TAXONOMY_XML_NO_CHILDREN in Taxonomy import/export via XML 7

Same name in this branch
  1. 7 rdfs_format.inc \TAXONOMY_XML_NO_CHILDREN
  2. 7 formats/rdf_format.inc \TAXONOMY_XML_NO_CHILDREN

When dumping a term, don't list child terms.

2 uses of TAXONOMY_XML_NO_CHILDREN
taxonomy_xml_rdfs_add_terms in ./rdfs_format.inc
Given a list of terms, append definitions of them to the passed DOM container
taxonomy_xml_rdf_add_terms in formats/rdf_format.inc
Append definitions of a list of terms on to a DOM container.

File

formats/rdf_format.inc, line 22

Code

define('TAXONOMY_XML_NO_CHILDREN', 0);