You are here

function filter_features_revert in Features 7.2

Same name and namespace in other branches
  1. 6 includes/features.filter.inc \filter_features_revert()
  2. 7 includes/features.filter.inc \filter_features_revert()

Implements hook_features_revert().

File

includes/features.filter.inc, line 89
Features integration on behalf of 'filter' module.

Code

function filter_features_revert($module) {
  return filter_features_rebuild($module);
}