You are here

function uuid_panelizer_features_revert in UUID Features Integration 7

Implements hook_features_revert().

File

includes/uuid_panelizer.features.inc, line 137
Features hooks for the panelizer features component.

Code

function uuid_panelizer_features_revert($module) {
  uuid_panelizer_features_rebuild($module);
}