You are here

function taxonomy_xml_entity_info_alter in Taxonomy import/export via XML 7

Use hook_drupal_alter to append information about our 'bundle' to the info about vocabs and terms. By inserting this way upstream here, the RDF mapping that happens much later will be overridden where needed.

File

./taxonomy_xml.module, line 1249
Make it possible to import and export taxonomies as XML documents.

Code

function taxonomy_xml_entity_info_alter(&$entity_info, &$context) {

  #dpm("HERE, yes");

  #dpm($entity_info);
}