You are here

function fe_block_settings_features_enable_feature in Features Extra 7

Implements hook_features_enable_feature().

File

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

Code

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