Search for LE
Search API
| Name | Type | Location | Description |
|---|---|---|---|
| calendar_display_user_appointment_settings_page | function |
modules/ |
This page is where the user can configure their various appointment settings (like when they offer them) |
| hook_course_search_get_course_rotation_schedule | function |
modules/ |
This is called AFTER the regular course rotation schedule array has been built. Notice it is passed by reference. This lets us make alterations to it. |
| student_profile_get_grade_percentages_for_student | function |
modules/ |
Returns an array where we show the percentage of grades that the student has, compared to the whole. For example: 50% A's, 10% B's, and so on. |
| calendar_schedule_appointment_confirm_form_submit | function |
modules/ |
We passed validation, it's time to actually submit now! |
|
AdvisingScreen:: |
function |
classes/ |
Used in the group selection popup, this will display a course with a radio button next to it, so the user can select it. |
| student_files_upload_any_student_files_form_submit | function |
modules/ |
We can assume at this point that eveything is peachy, so let's get to uploading! |
|
DatabaseHandler:: |
function |
classes/ |
Generates a new advising session token and makes sure it is unique before returning it. |
| calendar_schedule_appointment_confirm_form_validate | function |
modules/ |
This is our last chance to validate the form before saving. |
| student_files_upload_any_student_files_form_validate | function |
modules/ |
Validate function. |
|
CourseList:: |
function |
classes/ |
Removes courses which have neither been fulfilled or advised. |
|
DatabaseHandler:: |
function |
classes/ |
|
| calendar_display_schedule_appointment_completed_page | function |
modules/ |
The user has successfully completed their appointment scheduling. Display a Thank You page. |
| calendar_find_and_remind_notify_upcoming_appointments | function |
modules/ |
This function will find appointments approaching within X number of minutes, and send out notifications to all involved. |
|
DatabaseHandler:: |
function |
classes/ |
|
|
AdvisingScreen:: |
function |
classes/ |
Accepts a CourseList object and draws it out to the screen. Meant to be called by display_popup_group_select(); |
| course_search_get_course_rotation_schedule_not_anticipated | function |
modules/ |
|
|
CourseList:: |
function |
classes/ |
Go through the list and find any course whose hours are greater than $hours. Make that course "unselectable." Used in the groups. |
| hook_course_search_get_course_rotation_schedule_not_anticipated | function |
modules/ |
This is called AFTER the regular course_search_get_course_rotation_schedule_not_anticipated. In general, we want to see if anything is going to be offered in the next 5 years. |
