You are here

function hook_pre_features_enable_feature in Features 7.2

Feature module hook. Invoked on that module before it is enabled.

Parameters

string $component: Name of the component that is about to be enabled.

Related topics

File

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

Code

function hook_pre_features_enable_feature($component) {
}