7 calls to include_module()
Search API
- bootstrap.inc in ./
bootstrap.inc - This file should be included by every public-facing page of FlightPath. It will include all the classes, as well as settings and function files, and modules.
- db.inc in includes/
db.inc - This file contains mostly db shortcuts.
- fp_rebuild_modules_list in includes/
db.inc - Re-query the modules table and re-add to our global array.
- system.module in modules/
system/ system.module - system_confirm_db_updates_form_submit in modules/
system/ system.module - Perform the actual hook_update calls here, send the user to a completed page.
- system_enable_module in modules/
system/ system.module - Handles the enabling (and possible installation) of module.
- system_handle_uninstall_module in modules/
system/ system.module - Called from the menu (ie, a URL) this function will uninstall a module.
