function _features_tools_get_hooks in Features Tools 6
Same name and namespace in other branches
- 6.2 features_tools.module \_features_tools_get_hooks()
2 calls to _features_tools_get_hooks()
File
- ./
features_tools.module, line 257 - features_tools module
Code
function _features_tools_get_hooks() {
return array(
'box',
'views',
'rules_categories',
);
}