You are here

function content_type_groups_features_revert in Content type groups 7.2

Same name and namespace in other branches
  1. 7 content_type_groups.features.inc \content_type_groups_features_revert()

Implementation of hook_features_revert(). [component_hook]

File

./content_type_groups.features.inc, line 115
Export functionality for the content type groups module.

Code

function content_type_groups_features_revert($module) {
  content_type_groups_features_rebuild($module);
}