function hook_theme_advise_degree_header_row
Search API
This hook allows another module to alter the way a "degree header" row is drawn onto the advising screen.
These are the rows which appear above a new degree, and say "Required by degree_title", etc. This hook allows modules to alter its content.
To see how it is used,
See also
_AdvisingScreen::display_semester()
_AdvisingScreenTypeView::display_semester_list()
File
- includes/
hook.api.php, line 211 - Lists all available hooks within FlightPath's core code.
Code
function hook_theme_advise_degree_header_row(&$theme) {
}