You are here

function content_features_revert in Features 6

Implementation of hook_features_revert().

File

includes/features.content.inc, line 141

Code

function content_features_revert($module) {
  content_features_rebuild($module);
}