You are here

function fe_block_settings_features_rebuild in Features Extra 7

Implements hook_features_rebuild().

File

fe_block/fe_block.module, line 736
Provide features components for exporting core blocks and settings.

Code

function fe_block_settings_features_rebuild($module) {
  fe_block_settings_features_revert($module);
}