13 calls to modules_implement_hook()
Search API
- 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.
- content_save in modules/
content/ content.module - Save the content to the database.
- fp_clear_cache in includes/
misc.inc - Call all modules which implement hook_clear_cache
- fp_get_form in includes/
render.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.
- fp_render_content in includes/
render.inc - This is very similar to fp_get_form / fp_render_form, except in this case we are being passed the completed "render_array", which already contains all of our elements. We will call hooks on it, sort by weights, and then return the rendered…
- invoke_hook in includes/
misc.inc - Invoke all module hooks for the supplied hook.
- masquerade_perform_masquerade in modules/
masquerade/ masquerade.module - Actually perform the switching of users to the selected user.
- 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 - user_get_registered_attributes in modules/
user/ user.module - invokes the right hook to return back all the "registered" attributes from other modules.
- user_permissions_form in modules/
user/ user.module - This is the permissions form, where users can set which roles have which permissions.