12 calls to modules_implement_hook()
Search API
- blocks_get_available_blocks in modules/
blocks/ blocks.module - Return an array of blocks which we can assign and display, as defined by other modules' hook_blocks function.
- blocks_get_sections_and_regions in modules/
blocks/ blocks.module - Look through our modules for hook_block_region and assemble them in an array.
- content_get_types in modules/
content/ content.module - Return an array with all the possible content types known to FlightPath
- content_load in modules/
content/ content.module - Load the content from the database and return an array, by calling hook_content_load.
- fp_clear_cache in includes/
misc.inc - Call all modules which implement hook_clear_cache
- fp_get_form in includes/
forms.inc - This function gets the form array, where the callback is the same as form_id. It will also look for modules which may want to alter the form, using hook_form_alter, and go ahead and apply that.
- invoke_hook in includes/
misc.inc - Invoke all module hooks for the supplied hook.
- menu_convert_replacement_pattern in includes/
menu.inc - Look for modules implementing hook_menu_handle_replacement_pattern, and apply to str.
- menu_rebuild_cache in includes/
menu.inc - Go through all installed modules and rebuild the menu_router table, based on each module's hook_menu function.
- system_handle_logout in modules/
system/ system.module - system_login_form_submit in modules/
system/ system.module - Submit handler for login form. If we are here, it probably means we have indeed authenticated. Just in case, we will test the form_state["passed_authentication"] value, which we expect to have been set in our validate handler.
- user_permissions_form in modules/
user/ user.module - This is the permissions form, where users can set which roles have which permissions.