You are here

function _features_tools_get_hooks in Features Tools 6.2

Same name and namespace in other branches
  1. 6 features_tools.module \_features_tools_get_hooks()
2 calls to _features_tools_get_hooks()
features_tools_form_features_export_form_safe_submit in ./features_tools.module
features_tools_unlink_form_submit in ./features_tools.module

File

./features_tools.module, line 262
features_tools module

Code

function _features_tools_get_hooks() {
  return array(
    'box',
    'views',
    'rules_categories',
  );
}