You are here

function eck_entity_type_features_revert in Entity Construction Kit (ECK) 7.2

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

Implements hook_features_revert().

File

./eck.features.inc, line 78
Integration with the Features module.

Code

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