9 calls to module_hook() in Drupal 7
- drupal_check_module in includes/
install.inc - Checks a module's requirements.
- field_help in modules/
field/ field.module - Implements hook_help().
- field_system_info_alter in modules/
field/ field.module - Implements hook_system_info_alter().
- help_page in modules/
help/ help.admin.inc - Menu callback; prints a page listing general help for a module.
- module_disable in includes/
module.inc - Disables a given set of modules.
- module_invoke in includes/
module.inc - Invokes a hook in a particular module.
- node_hook in modules/
node/ node.module - Determines whether a node hook exists.
- search_data in modules/
search/ search.module - Performs a search by calling hook_search_execute().
- system_get_module_admin_tasks in modules/
system/ system.module - Generate a list of tasks offered by a specified module.