You are here

function taxonomy_xml_source_features_revert in Taxonomy import/export via XML 7

Same name and namespace in other branches
  1. 6.2 taxonomy_xml.features.inc \taxonomy_xml_source_features_revert()

Implements hook_features_export_revert().

File

./taxonomy_xml.features.inc, line 112

Code

function taxonomy_xml_source_features_revert($module) {
  taxonomy_xml_source_features_rebuild($module);
}