You are here

function taxonomy_xml_source_features_revert in Taxonomy import/export via XML 6.2

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

Implementation of hook_features_export_revert().

File

./taxonomy_xml.features.inc, line 109
additional routines to add 'Features' exportable support to this module.

Code

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