Search for LE
Search API
| Name | Type | Location | Description |
|---|---|---|---|
| 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. |
| engagements_handle_incoming_sms | function |
modules/ |
This catches incoming sms messages from POST, but can also be used by our "sms_get_all_messages" function, but it is also used by the sms_get_all_messages to save/update information. |
| stats_select_school_form_submit | function |
modules/ |
|
|
AdvisingScreen:: |
function |
classes/ |
Clear the session varibles. |
| system_perform_clear_menu_cache | function |
modules/ |
Clears only the menu cache |
| comments_perform_delete_comment | function |
modules/ |
"delete" a comment (actually, all we do is flag it as deleted) |
| advise_toggle_draft_form_submit | function |
modules/ |
|
|
DatabaseHandler:: |
function |
classes/ |
Returns the group_id for the given group name, or FALSE |
|
DatabaseHandler:: |
function |
classes/ |
|
|
DatabaseHandler:: |
function |
classes/ |
|
|
DatabaseHandler:: |
function |
classes/ |
|
| course_search_select_school_form | function |
modules/ |
|
| fp_render_student_profile_header | function |
includes/ |
Returns the HTML for the "profile" header html for a student |
|
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. |
| 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). |
| hook_alter_student_profile_items | function |
modules/ |
Allows other modules to alter the "profile items". |
|
DegreePlan:: |
function |
classes/ |
Returns a simple array with values seperated by " ~~ " in this order: track_code ~~ track_title ~~ trackDesc ~~ track's degree id |
| content_public_files_form_submit | function |
modules/ |
|
| 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. |
| student_files_little_upload_form | function |
modules/ |
|
| 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… |
| 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. |
|
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. |
|
DatabaseHandler:: |
function |
classes/ |
Returns the faculty's first and last name, put together. Ex: John Smith or John W Smith. |
|
Course:: |
property |
classes/ |
|
|
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… |
| example__is_student_gpa_above_250 | function |
modules/ |
|
| system_display_disable_login_page | function |
modules/ |
|
| 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. |
|
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). |
| 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. |
|
DatabaseHandler:: |
function |
classes/ |
|
| 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. |
| 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. |
|
DatabaseHandler:: |
function |
classes/ |
|
|
DegreePlan:: |
property |
classes/ |
|
| 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. |
| install_get_settings_file_template | function |
./ |
Returns a template for a new settings file. |
| 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. |
| 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. |
| stats_download_csv_from_batch_file | function |
modules/ |
Lets the user download a CSV file from a completed batch, from a file created during the batch operation. |
| stats_get_date_range_form_elements | function |
modules/ |
|
| 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 |
