Search for LE
Search API
| Name | Type | Location | Description |
|---|---|---|---|
|
DatabaseHandler:: |
function |
classes/ |
|
| stats_select_school_form_submit | function |
modules/ |
|
| fp_render_mobile_hamburger_menu | function |
includes/ |
This will create the HTML content for the "mobile hamburger" menu, which appears when we press the 3 lines icon or "hamburger" icon on a mobile device. |
| 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… |
|
DegreePlan:: |
function |
classes/ |
Returns a simple array with values seperated by " ~~ " in this order: track_code ~~ track_title ~~ trackDesc ~~ track's degree id |
| blank_degrees_select_degree_form | function |
modules/ |
This form lets the user select which degree they wish to view. |
| student_files_little_upload_form | function |
modules/ |
|
| content_public_files_form_submit | function |
modules/ |
|
| user_alter_student_profile_items | function |
modules/ |
Implements hook_alter_student_profile_items |
|
DatabaseHandler:: |
function |
classes/ |
|
|
DatabaseHandler:: |
function |
classes/ |
|
|
DatabaseHandler:: |
function |
classes/ |
|
| 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. |
| course_search_select_school_form | function |
modules/ |
|
| blank_degrees_select_school_form | function |
modules/ |
|
| fp_render_student_profile_header | function |
includes/ |
Returns the HTML for the "profile" header html for a student |
| 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. |
| 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. |
| 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/ |
|
|
DatabaseHandler:: |
function |
classes/ |
|
| 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… |
|
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/ |
|
| example__is_student_gpa_above_250 | 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. |
|
Course:: |
property |
classes/ |
|
|
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). |
|
DegreePlan:: |
property |
classes/ |
|
| 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. |
| 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. |
| _content_generate_create_table_sql | function |
modules/ |
Meant to be run by admin, this generates table creation sql for a given type. |
| 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. |
| content_public_files_form_validate | function |
modules/ |
|
|
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/ |
|
| install_get_settings_file_template | function |
./ |
Returns a template for a new settings file. |
| calendar_appointment_settings_form | function |
modules/ |
Lets an admin user configure global settings regarding appointments in FlightPath |
| 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. |
|
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. |
| system_display_completed_db_updates | function |
modules/ |
Once db updates are run, display contents of this page. |
| student_files_get_files_for_student | function |
modules/ |
Return an array of the files which belong to this student. |
| admin_string_contains_illegal_chars | function |
modules/ |
|
| engagements_get_alert_count_by_type | function |
modules/ |
Implements hook_get_count_for_alert_type |
