You are here

function eck_entity_type_features_revert in Entity Construction Kit (ECK) 7

Same name and namespace in other branches
  1. 7.3 eck.features.inc \eck_entity_type_features_revert()
  2. 7.2 eck.features.inc \eck_entity_type_features_revert()

Implementation of hook_features_revert().

File

./eck.features.inc, line 87

Code

function eck_entity_type_features_revert($module) {
  eck_features_rebuild($module);
}