function paragraphs_features_rebuild in Paragraphs 7
Implements hook_features_rebuild().
File
- ./
paragraphs.features.inc, line 107 - Holds features implementation.
Code
function paragraphs_features_rebuild($module_name) {
paragraphs_features_revert($module_name);
}