You are here

function blockgroup_post_features_rebuild in Block Group 7.2

Same name and namespace in other branches
  1. 7 blockgroup.features.inc \blockgroup_post_features_rebuild()

Implements hook_post_features_rebuild().

1 call to blockgroup_post_features_rebuild()
blockgroup_post_features_revert in ./blockgroup.features.inc
Implements hook_post_features_revert().

File

./blockgroup.features.inc, line 101
Features integration for Block Group module.

Code

function blockgroup_post_features_rebuild($component) {
  if ($component == 'blockgroup') {
    blockgroup_rebuild_data();
  }
}