function themekey_features_features_api in ThemeKey 6.4
Same name and namespace in other branches
- 6.3 themekey_features.module \themekey_features_features_api()
- 7.3 themekey_features.module \themekey_features_features_api()
- 7 themekey_features.module \themekey_features_features_api()
- 7.2 themekey_features.module \themekey_features_features_api()
Implementation of hook_features_api().
File
- ./
themekey_features.module, line 6
Code
function themekey_features_features_api() {
return array(
'themekey_features_rule_chain' => array(
'name' => t('ThemeKey Rule Chain'),
'default_hook' => 'themekey_features_rule_chain_import',
),
);
}