function _ftools_get_hooks in Features Tools 7.2
Same name and namespace in other branches
- 7 ftools.module \_ftools_get_hooks()
Return all hooks that are available for unlink components
2 calls to _ftools_get_hooks()
- ftools_form_features_export_form_safe_submit in ./
ftools.module - @todo Please document this function.
- _ftools_exec_unlink in ./
ftools.module - Execute the given unlink file
File
- ./
ftools.module, line 361 - ftools module
Code
function _ftools_get_hooks() {
return array(
'box',
'views_view',
'page_manager_pages',
'panels_mini',
);
}