You are here

Feature module hooks in Features 7.2

Hooks invoked on Feature modules when that module is enabled, disabled, rebuilt, or reverted. These are ONLY invoked on the Features module on which these actions are taken.

File

./features.api.php, line 593
Hooks provided by the features module.

Functions

Namesort descending Location Description
hook_post_features_disable_feature ./features.api.php Feature module hook. Invoked on that module after it is disabled.
hook_post_features_enable_feature ./features.api.php Feature module hook. Invoked on that module after it is enabled.
hook_post_features_rebuild ./features.api.php Feature module hook. Invoked on that module after it is rebuilt.
hook_post_features_revert ./features.api.php Feature module hook. Invoked on that module after it is reverted.
hook_pre_features_disable_feature ./features.api.php Feature module hook. Invoked on that module before it is disabled.
hook_pre_features_enable_feature ./features.api.php Feature module hook. Invoked on that module before it is enabled.
hook_pre_features_rebuild ./features.api.php Feature module hook. Invoked on that module before it is rebuilt.
hook_pre_features_revert ./features.api.php Feature module hook. Invoked on that module before it is reverted.