6 calls to fp_clear_cache()
Search API
- install.php in ./
install.php - This is the initial installation file for FlightPath.
- install_perform_install in ./
install.php - Actually performs the installation of FlightPath
- 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_modules_form_submit in modules/
system/ system.module - Submit handler for the modules form.
- system_perform_clear_cache in modules/
system/ system.module - This function will clear our various caches by calling on the hook_clear_cache in each module.
