I am in a situation where I would like to hook into features before I recreate a Feature and modify some values before the Feature is rebuilt. I am needing something similar to hook_node_presave($node) but for a feature before exporting. In the Features API there is the function hook_pre_features_rebuild($component) { } which appears from the API would do what I need. Upon further investigation, I couldn't seem to find that function other than in the API and it appears to do nothing and contains no code.

Is this function non-existent?

Is there another way doing what I am trying to do?

Or, should I submit a feature request?

Thanks

Comments

xaviemirmon’s picture

Issue summary: View changes