Full ELMS Learning Network documentation
Feature module hooks
- cis7 sites/all/modules/ulmus/features/features.api.php features_module_hooks
- cle7 sites/all/modules/ulmus/features/features.api.php features_module_hooks
- elmsmedia7 sites/all/modules/ulmus/features/features.api.php features_module_hooks
- icor7 sites/all/modules/ulmus/features/features.api.php features_module_hooks
- meedjum_blog7 sites/all/modules/ulmus/features/features.api.php features_module_hooks
- mooc7 sites/all/modules/ulmus/features/features.api.php features_module_hooks
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.
Functions
Name![]() |
Location | Description |
---|---|---|
hook_post_features_disable_feature |
sites/ |
Feature module hook. Invoked on a Feature module after that module is disabled. |
hook_post_features_enable_feature |
sites/ |
Feature module hook. Invoked on a Feature module after that module is enabled. |
hook_post_features_rebuild |
sites/ |
Feature module hook. Invoked on a Feature module after that module is rebuilt. |
hook_post_features_revert |
sites/ |
Feature module hook. Invoked on a Feature module after that module is reverted. |
hook_pre_features_disable_feature |
sites/ |
Feature module hook. Invoked on a Feature module before that module is disabled. |
hook_pre_features_enable_feature |
sites/ |
Feature module hook. Invoked on a Feature module before that module is enabled. |
hook_pre_features_rebuild |
sites/ |
Feature module hook. Invoked on a Feature module before that module is rebuilt. |
hook_pre_features_revert |
sites/ |
Feature module hook. Invoked on a Feature module before that module is reverted. |
File
- sites/
all/ modules/ ulmus/ features/ features.api.php, line 386