You are here

function hook_post_features_disable_feature in Features 7.2

Feature module hook. Invoked on that module after it is disabled.

Parameters

string $component: Name of the component that has just been disabled.

Related topics

File

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

Code

function hook_post_features_disable_feature($component) {
}