You are here

function weight_features_rebuild in Weight 7.2

Implements hook_features_rebuild().

1 call to weight_features_rebuild()
weight_features_revert in ./weight.features.inc
Implements hook_features_revert().

File

./weight.features.inc, line 57

Code

function weight_features_rebuild($module) {
  if ($settings = features_get_default('weight', $module)) {
    weight_settings_save($settings);
  }
}