Search for LE
Search API
Name | Type | Location | Description |
---|---|---|---|
DatabaseHandler:: |
function |
classes/ |
|
advise_toggle_draft_form_submit | function |
modules/ |
|
system_perform_clear_menu_cache | function |
modules/ |
Clears only the menu cache |
fp_render_student_profile_header | function |
includes/ |
Returns the HTML for the "profile" header html for a student |
hook_alter_student_profile_items | function |
includes/ |
This hook is called before displaying the student profile box (which appears at the top of the screen on the profile page, as well as other tabs. If bool_mini is set to TRUE, then it means we are showing an abbreviated display, like on the Degree… |
hook_alter_student_profile_items | function |
modules/ |
Allows other modules to alter the "profile items". |
AdvisingScreen:: |
function |
classes/ |
Left in for legacy reasons, this function uses a new Course object's method of $course->fix_title to make a course's title more readable. |
content_public_files_form_submit | function |
modules/ |
|
course_search_select_school_form | function |
modules/ |
|
DegreePlan:: |
function |
classes/ |
Returns a simple array with values seperated by " ~~ " in this order: track_code ~~ track_title ~~ trackDesc ~~ track's degree id |
user_alter_student_profile_items | function |
modules/ |
Implements hook_alter_student_profile_items |
example_define_calculation_tests | function |
modules/ |
Implements hook_define_calculation_tests, "METHOD ONE" from above. Accept an array so we can alter. Then, we are just going to add to array (or modify). |
content_dialog_handle_after_save | function |
modules/ |
This is the URL we redirect to after saving a piece of content in a dialog, so all we really want to do is close the dialog and reload the parent page. |
DatabaseHandler:: |
function |
classes/ |
|
DatabaseHandler:: |
function |
classes/ |
|
DatabaseHandler:: |
function |
classes/ |
|
student_files_little_upload_form | function |
modules/ |
|
blank_degrees_select_school_form | function |
modules/ |
|
blank_degrees_select_degree_form | function |
modules/ |
This form lets the user select which degree they wish to view. |
hook_advise_build_screen_elements | function |
includes/ |
This hook allows other modules to interact with the AdvisingScreen object adter the build_screen_elements method is called. |
fp_push_and_balance_profile_items | function |
includes/ |
This function accepts a "profile items" array by reference, which is presumed to have a "left_side" and a "right_side" already defined. We can "push" items onto it, and the item will automatically go to the… |
CourseList:: |
function |
classes/ |
Returns the first course in the list which the user may select for advising. This method is used by the popup window to determine what exactly is the first element of the course list. (so it can make that radio button checked). |
DatabaseHandler:: |
function |
classes/ |
|
DatabaseHandler:: |
function |
classes/ |
Returns whatever is in the Rank field for this student. Ex: JR, SR, FR, etc. |
DatabaseHandler:: |
function |
classes/ |
Returns the student's first and last name, put together. Ex: John Smith or John W Smith. |
DatabaseHandler:: |
function |
classes/ |
Returns the faculty's first and last name, put together. Ex: John Smith or John W Smith. |
DatabaseHandler:: |
function |
classes/ |
|
Course:: |
property |
classes/ |
|
advise_display_popup_group_select | function |
modules/ |
|
hook_advise_build_screen_elements | function |
modules/ |
This is a hook which developers may use to add custom blocks (or perform other operations) onto the advising View or What If screen. |
system_display_disable_login_page | function |
modules/ |
|
calendar_display_mobile_date_page | function |
modules/ |
This function is specifically for displaying the events on a particular day for the user, presumed to be in a mobile experience. |
example__is_student_gpa_above_250 | function |
modules/ |
|
install_get_settings_file_template | function |
./ |
Returns a template for a new settings file. |
hook_theme_advise_group_select_row | function |
includes/ |
Similar to hook_theme_advise_course_row. This lets the user theme the "select X hours..." row for a group. |
calendar_appointment_settings_form | function |
modules/ |
Lets an admin user configure global settings regarding appointments in FlightPath |
DegreePlan:: |
property |
classes/ |
|
fp_recalculate_alert_count_by_type | function |
includes/ |
Invokes a hook to get numbers on the total, read, and unread values from our modules, to find out if we need to place a badge on the bell icon at the top of the screen. |
DatabaseHandler:: |
function |
classes/ |
Returns an object from db query for a row we find with matching course_id, from the most recent catalog year. |
DatabaseHandler:: |
function |
classes/ |
|
calendar_get_ics_invitation_string | function |
modules/ |
Return back an ics file (as a string) to be used as an attachment for emails, which will facilitate a calendar invitation. |
content_public_files_form_validate | function |
modules/ |
|
_content_generate_create_table_sql | function |
modules/ |
Meant to be run by admin, this generates table creation sql for a given type. |
alerts_advisees_alerts_form_submit | function |
modules/ |
Our main goal with this submit handler is just to place our filter values into a session variable, so we can remember them later. |
AdvisingScreen:: |
function |
classes/ |
This function is called when we know we are on a mobile browser. We have to handle tab rendering differently in order to make them all fit. |
system_display_completed_db_updates | function |
modules/ |
Once db updates are run, display contents of this page. |
admin_string_contains_illegal_chars | function |
modules/ |
|
Group:: |
function |
classes/ |
Returns the quality points earned for all of the courses in this group |
advise_perform_clear_advising_cache | function |
modules/ |
From menu hook. Clear just the advising cache. |
engagements_get_alert_count_by_type | function |
modules/ |
Implements hook_get_count_for_alert_type |