You are here

function content_features_rebuild in Default Content 7.2

Same name and namespace in other branches
  1. 7 defaultcontent.features.inc \content_features_rebuild()

Implements hook_features_rebuild().

File

./defaultcontent.features.inc, line 49
Handles all features exporting functionality

Code

function content_features_rebuild($module_name) {
  return content_features_revert($module_name);
}