function hook_theme_advise_course_row
Search API
This hook allows another module to alter the way a course row is drawn onto the advising screen.
1 function implements hook_theme_advise_course_row()
Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.
- prereqs_theme_advise_course_row in modules/
prereqs/ prereqs.module - Implements hook_theme_advise_course_row. Lets us re-write how our course rows are drawn, if desired.
File
- includes/
hook.api.php, line 275 - Lists all available hooks within FlightPath's core code.
Code
function hook_theme_advise_course_row(&$theme) {
}