Search for LE
Search API
Name | Type | Location | Description |
---|---|---|---|
fp_render_mobile_tab_array | function |
includes/ |
|
fp_get_alert_count_by_type | function |
includes/ |
Returns back the total, read, and unread numbers previously calculated to see if we need to place a badge next to the bell icon at the top of the screen. If unset, we will call the recalculate function. |
system_perform_clear_cache | function |
modules/ |
This function will clear our various caches by calling on the hook_clear_cache in each module. |
system_modules_form_submit | function |
modules/ |
Submit handler for the modules form. |
Course:: |
property |
classes/ |
|
Course:: |
function |
classes/ |
Simply returns TRUE if $this has variable hours. |
Group:: |
function |
classes/ |
|
theme_table_header_sortable | function |
includes/ |
Given an array of table headers (in the format listed below), returns back the HTML to draw it to the screen. This makes them clickable, to make the table header sortable. This is meant to be used with queries, by adding in an "ORDER BY"… |
student_files_handle_delete | function |
modules/ |
|
fp_get_permissions_for_role | function |
includes/ |
|
AdvisingScreen:: |
property |
classes/ |
|
user_user_roles_form_submit | function |
modules/ |
|
alerts_advisees_alerts_form | function |
modules/ |
Displays alerts for our various advisees. |
DegreePlan:: |
function |
classes/ |
|
engagements_handle_sms_stop | function |
modules/ |
This function is called by engagements_handle_incoming_sms, when we receive 'STOP' from the user. We must add them to our "sms_do_not_txt" table, and send a reply letting them know how to re-subscribe in the future. |
system_get_available_themes | function |
modules/ |
Returns back an array (suitable for FAPI) of the available themes in the system. |
student_files_settings_form | function |
modules/ |
|
student_files_content_alter | function |
modules/ |
Implememnt hook_content_alter |
student_files_handle_upload | function |
modules/ |
Handles the upload of a file which we assume is located at $_FILES["student_file_upload_file"], or the provided $file array. |
get_global_database_handler | function |
includes/ |
This method will return a globally-set DatabaseHandler object, creating it if it does not already exist. This is for efficiency reasons, so every module or method does not need to keep creating databasehandler objects (and re-connecting to the database). |
DatabaseHandler:: |
function |
classes/ |
|
hook_get_alert_count_by_type | function |
includes/ |
This will allow modules to add to the "count" for alerts, that generally would trigger a notification badge on the bell at the top-right of the screen. |
DatabaseHandler:: |
function |
classes/ |
|
engagements_handle_sms_unstop | function |
modules/ |
User opted-IN to receiving txt messages. |
content_add_new_uploaded_file | function |
modules/ |
bool_replace_existing means should we replace an existing file (based on filename) with this new one? Instead of creating an INSERT, that is. |
student_files_handle_download | function |
modules/ |
This actually finds and downloads the file for the user, decrypting if necessary. |
DatabaseHandler:: |
function |
classes/ |
|
DatabaseHandler:: |
function |
classes/ |
Retrieve a value from the variables table. |
DatabaseHandler:: |
function |
classes/ |
Sets a variable's value in the variables table. |
advise_what_if_selection_form | function |
modules/ |
|
calendar_render_mini_calendar | function |
modules/ |
|
content_files_handle_download | function |
modules/ |
This actually finds and downloads the file for the user, decrypting if necessary. |
DatabaseHandler:: |
function |
classes/ |
|
FlightPath:: |
function |
classes/ |
Get the plain English title of a subject, from subject_id. Ex: COSC = Computer Science. |
course_search_mobile_style.css | file |
modules/ |
.course-search-course-extra { display: none; } .course-search-course-block, .course-search-subject-select-line { margin: 0; text-decoration: none; display: block; border-bottom: 1px solid #ccc; padding-top: 10px; padding-bottom:… |
install_display_lang_selection | function |
./ |
|
fp_render_sidebar_left_content | function |
includes/ |
Returns the HTML for the left sidebar content. |
alerts_get_alert_count_by_type | function |
modules/ |
Implements hook_get_count_for_alert_type |
system_handle_uninstall_module | function |
modules/ |
Called from the menu (ie, a URL) this function will uninstall a module. |
advise_init_advising_variables | function |
modules/ |
Takes various variables from the REQUEST and stores them in our advising_session_variables table for more convenient use later on. |
calendar_build_custom_calendar | function |
modules/ |
Actually renders the HTML for the calendar. |
DatabaseHandler:: |
function |
classes/ |
|
DatabaseHandler:: |
function |
classes/ |
|
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. |
AdvisingScreen:: |
function |
classes/ |
Clear the session varibles. |
comments_perform_delete_comment | function |
modules/ |
"delete" a comment (actually, all we do is flag it as deleted) |
DatabaseHandler:: |
function |
classes/ |
Returns the group_id for the given group name, or FALSE |
system_perform_clear_menu_cache | function |
modules/ |
Clears only the menu cache |
DatabaseHandler:: |
function |
classes/ |
|
advise_toggle_draft_form_submit | function |
modules/ |