7 calls to invoke_hook()

advise_init_screen in modules/advise/advise.module
cron.php in ./cron.php
The cron.php file for FlightPath, which should be run periodically.
index.php in ./index.php
The primary entry point for FlightPath.
system_display_status_page in modules/system/system.module
This page displayes the results of each module's hook_status.
system_perform_run_cron in modules/system/system.module
Called from menu, will run hook_cron() for all modules.
_AdvisingScreen::build_screen_elements in classes/_AdvisingScreen.php
This function calls the other "build" functions to assemble the View or What If tabs in FlightPath.
_Student::load_student in classes/_Student.php