m7v
6/22/2015 - 12:54 PM

How to fix feature rebuild.

How to fix feature rebuild.

<?php

$fname = 'my_feature_machine_name';
$feature = features_get_features($fname);
$components = array_keys($feature->info['features']);
features_revert(array($fname => $components));
drupal_flush_all_caches();