function uuid_paragraphs_features_revert in UUID Features Integration 7
Implements hook_features_revert().
File
- includes/
uuid_paragraphs.features.inc, line 113 - Features hooks for the uuid_paragraphs features component.
Code
function uuid_paragraphs_features_revert($module) {
uuid_paragraphs_features_rebuild($module);
}