Search for LE
Search API
| Name | Type | Location | Description |
|---|---|---|---|
|
DatabaseHandler:: |
function |
classes/ |
Draw out the error onto the screen. |
| calendar_display_calendar | function |
modules/ |
|
|
Course:: |
property |
classes/ |
|
| fp_render_mobile_tab_array | function |
includes/ |
|
|
Course:: |
function |
classes/ |
Simply returns TRUE if $this has variable hours. |
| 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. |
|
Group:: |
function |
classes/ |
|
| 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. |
| batch_append_to_batch_file | function |
modules/ |
This will append to a file, stored in custom/files/private, which will use the batch id as its filename. If the file does not exist, it will be be created. $batch is the array returned by $content is the string contents we wish to add to the… |
| 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"… |
|
AdvisingScreen:: |
property |
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. |
| 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). |
| fp_get_permissions_for_role | function |
includes/ |
|
| user_user_roles_form_submit | function |
modules/ |
|
| system_get_available_themes | function |
modules/ |
Returns back an array (suitable for FAPI) of the available themes in the system. |
|
DegreePlan:: |
function |
classes/ |
|
| alerts_advisees_alerts_form | function |
modules/ |
Displays alerts for our various advisees. |
| student_files_handle_delete | function |
modules/ |
|
| 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. |
| student_files_settings_form | function |
modules/ |
|
| student_files_content_alter | function |
modules/ |
Implememnt hook_content_alter |
|
DatabaseHandler:: |
function |
classes/ |
|
| password_validate_complexity | function |
includes/ |
This function checks a plain text password to make sure it meets our minimum complexity requirements. |
|
DatabaseHandler:: |
function |
classes/ |
|
|
DatabaseHandler:: |
function |
classes/ |
|
| engagements_handle_sms_unstop | function |
modules/ |
User opted-IN to receiving txt messages. |
| content_files_handle_download | function |
modules/ |
This actually finds and downloads the file for the user, decrypting if necessary. |
| 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. |
| password_get_complexity_rules | function |
includes/ |
Returns a list of complexity rules as either HTML (default) or an array. |
| hook_sidebar_left_links_alter | function |
includes/ |
This hook allows a module to modify the links which appear on the left sidebar. |
| student_files_handle_download | function |
modules/ |
This actually finds and downloads the file for the user, decrypting if necessary. |
|
FlightPath:: |
function |
classes/ |
Get the plain English title of a subject, from subject_id. Ex: COSC = Computer Science. |
| advise_what_if_selection_form | function |
modules/ |
|
|
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. |
| calendar_render_mini_calendar | function |
modules/ |
|
| calendar_build_custom_calendar | function |
modules/ |
Actually renders the HTML for the calendar. |
|
DatabaseHandler:: |
function |
classes/ |
|
| fp_render_sidebar_left_content | function |
includes/ |
Returns the HTML for the left sidebar content. |
| 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:… |
| system_handle_uninstall_module | function |
modules/ |
Called from the menu (ie, a URL) this function will uninstall a module. |
| install_display_lang_selection | function |
./ |
|
| alerts_get_alert_count_by_type | function |
modules/ |
Implements hook_get_count_for_alert_type |
| 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. |
|
DatabaseHandler:: |
function |
classes/ |
|
|
DatabaseHandler:: |
function |
classes/ |
|
|
DatabaseHandler:: |
function |
classes/ |
