This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Completely reverts a feature based on the settings in its .info file. | |
* | |
* @param string $feature_module | |
* Name of feature/module to revert. | |
*/ | |
function full_feature_revert($feature_module) { | |
$info = drupal_parse_info_file(drupal_get_path('module', $feature_module) . '/' . $feature_module . '.info'); |