Search for LE
Search API
Name | Type | Location | Description |
---|---|---|---|
engagements_get_alert_count_by_type | function |
modules/ |
Implements hook_get_count_for_alert_type |
system_display_completed_db_updates | function |
modules/ |
Once db updates are run, display contents of this page. |
content_files_user_may_download_file | function |
modules/ |
Returns TRUE or FALSE if the user has access to download this particular student's file. |
theme_table_header_sortable_order_by | function |
includes/ |
Used with the theme_table_header_sortable function (meant to be called AFTER headers have been created.) |
hook_menu_handle_replacement_pattern | function |
includes/ |
This hook is called by the menu system. It allows each module the chance to replace string patterns in its menu items (defined in hook_menu). |
CourseList:: |
function |
classes/ |
Returns a CourseList of all the fulfilled or advised courses in $this's list. |
advise_what_if_selection_form_submit | function |
modules/ |
Submit handler for the what if selection form. Since at this point we have passed validation, let's just assemble the URL we need to now redirect to. |
student_files_settings_form_validate | function |
modules/ |
We mainly want to make sure nothing got entered in an incorrect format here. |
alerts_content_register_content_type | function |
modules/ |
For use with the content module. We will register our custom content type(s) for use with this module. |
calendar_display_schedule_staff_page | function |
modules/ |
This page (primarily meant for students) is for quickly finding your advisor or professor or whomever, and finding their link to schedule an appointment with them. |
calendar_get_available_times_on_date | function |
modules/ |
|
AdvisingScreen:: |
function |
classes/ |
This function calls the other "build" functions to assemble the View or What If tabs in FlightPath. |
AdvisingScreen:: |
function |
classes/ |
This draws the "blank row" for a group on the degree plan, which instructs the user to click on it to select a course from the popup. |
schools_override_elements_form_submit | function |
modules/ |
|
CourseList:: |
function |
classes/ |
This will sort so that courses with the smallest hours (first trying hours_awarded, then min_hours) are at the top of the list. If the list contains more than one course with a set of hours (like there are 30 courses all worth 3 hours) then it… |
DatabaseHandler:: |
function |
classes/ |
Sets the maintenance mode. $val should be either 0 (off) or 1 (on) |
DatabaseHandler:: |
function |
classes/ |
|
DatabaseHandler:: |
function |
classes/ |
|
DatabaseHandler:: |
function |
classes/ |
|
__schools_add_school_id_to_fp5_tables | function |
modules/ |
|
admin_menu_handle_replacement_pattern | function |
modules/ |
This is an implementation of hook_menu_handle_replacement_pattern. It will search for and replace replacement patterns which we are aware of it in $str. |
calendar_get_appointments_for_faculty | function |
modules/ |
Return back a list of appointment content nodes for this faculty member, which fall between the specified datetimes. |
CourseList:: |
function |
classes/ |
Removes courses from this list which have not been fulfilled (ther course_list_fulfilled_by is empty). |
CourseList:: |
function |
classes/ |
Returns the number of courses in this list which have either been fulfilled or advised to take. It does not count hours, just the courses themselves. |
DegreePlan:: |
property |
classes/ |
|
DatabaseHandler:: |
function |
classes/ |
This is a simple helper function which "escapes" the question marks (?) in the string, by changing them to "??". This makes it suitable for use within db_query(), but not necessary if used as an argument. … |
DatabaseHandler:: |
function |
classes/ |
|
DatabaseHandler:: |
function |
classes/ |
|
DatabaseHandler:: |
function |
classes/ |
|
alerts_menu_handle_replacement_pattern | function |
modules/ |
implements hook_menu_handle_replacement_pattern |
advise_what_if_selection_form_validate | function |
modules/ |
Validate handler for the what_if selection form. This is where we might, for example, make sure that if a non-dynamic degree was selected, that they can't proceed. |
admin_display_groups_popup_select_icon | function |
modules/ |
This popup is called from the edit group page. It lets the user select an icon to assign to a group. |
alerts_display_advisee_activities_page | function |
modules/ |
Display all advisee activities since the beginning of time, thanks to pager query. |
calendar_display_upcoming_appointments | function |
modules/ |
|
calendar_access_can_cancel_appointment | function |
modules/ |
Make sure the user is allowed to cancel this appointment. |
calendar_content_register_content_type | function |
modules/ |
For use with the content module. We will register our custom content type(s) for use with this module. |
AdvisingScreen:: |
function |
classes/ |
This function will attempt to determine automatically if we are on a mobile device. If so, it will set $this->page_is_mobile = TRUE |
content_menu_handle_replacement_pattern | function |
modules/ |
This is an implementation of hook_menu_handle_replacement_pattern. It will search for and replace replacement patterns which we are aware of it in $str. |
CourseList:: |
function |
classes/ |
Remove courses from THIS list which appear in listCourses under these conditions: |
course_search_select_school_form_submit | function |
modules/ |
|
student_files_little_upload_form_submit | function |
modules/ |
|
blank_degrees_select_degree_form_submit | function |
modules/ |
Submit handler for degree selection |
z__stats_report_selected_degree_options | function |
modules/ |
This report will show which degree options are being selected for degrees which offer options. |
calendar_get_available_faculty_schedule | function |
modules/ |
Returns back an array of time slots available for this faculty member and event_type |
example_helper_display_hello_world_page | function |
custom/ |
Display our Hello World page to the user. |
DegreePlan:: |
function |
classes/ |
This function will parse through the db_track_selection_config string and populate the track_selection_config_array. |
DatabaseHandler:: |
function |
classes/ |
|
DatabaseHandler:: |
function |
classes/ |
|
advise_display_popup_substitute_selected | function |
modules/ |
|
student_search_get_advisee_table_headers | function |
modules/ |