You are here

function _ftools_get_hooks in Features Tools 7

Same name and namespace in other branches
  1. 7.2 ftools.module \_ftools_get_hooks()
2 calls to _ftools_get_hooks()
ftools_form_features_export_form_safe_submit in ./ftools.module
@todo Please document this function.
ftools_unlink_form_submit in ./ftools.module
@todo Please document this function.

File

./ftools.module, line 379
ftools module

Code

function _ftools_get_hooks() {
  return array(
    'box',
    'views_view',
  );
}