function hook_advise_build_screen_elements
Search API
| 7.x advise.module | hook_advise_build_screen_elements(&$screen) |
| 6.x advise.module | hook_advise_build_screen_elements(&$screen) |
| 5.x advise.module | hook_advise_build_screen_elements(&$screen) |
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 248 - Lists all available hooks within FlightPath's core code.
Code
function hook_advise_build_screen_elements(&$advising_screen) {
}
