function hook_advise_build_screen_elements
Search API
This hook allows other modules to interact with the AdvisingScreen object adter the build_screen_elements method is called.
Of particular interest could be $advising_screen->box_array[]. This is an array of HTML for the semester blocks which appear on the screen.
File
- includes/
hook.api.php, line 193 - Lists all available hooks within FlightPath's core code.
Code
function hook_advise_build_screen_elements(&$advising_screen) {
}