Functions

Primary tabs

Contains filters are case sensitive
Namesort descending Location Description
student_files_get_files_for_student modules/student_files/student_files.module Return an array of the files which belong to this student.
student_files_handle_delete modules/student_files/student_files.module
student_files_handle_download modules/student_files/student_files.module This actually finds and downloads the file for the user, decrypting if necessary.
student_files_handle_upload modules/student_files/student_files.module Handles the upload of a file which we assume is located at $_FILES["student_file_upload_file"], or the provided $file array.
student_files_install modules/student_files/student_files.install Implementation of hook_install
student_files_little_upload_form modules/student_files/student_files.module
student_files_little_upload_form_submit modules/student_files/student_files.module
student_files_menu modules/student_files/student_files.module Implementation of hook_menu
student_files_perm modules/student_files/student_files.module Implements hook_perm
student_files_settings_form modules/student_files/student_files.module
student_files_settings_form_validate modules/student_files/student_files.module We mainly want to make sure nothing got entered in an incorrect format here.
student_files_update modules/student_files/student_files.install
student_files_upload_any_student_files_form modules/student_files/student_files.module This is where we can upload (en masse?) to any arbitrary student.
student_files_upload_any_student_files_form_submit modules/student_files/student_files.module We can assume at this point that eveything is peachy, so let's get to uploading!
student_files_upload_any_student_files_form_validate modules/student_files/student_files.module Validate function.
student_files_user_may_delete_student_file modules/student_files/student_files.module Returns TRUE or FALSE if the current user is allowed to delete the file.
student_files_user_may_download_student_file modules/student_files/student_files.module Returns TRUE or FALSE if the user has access to download this particular student's file.
student_priority_display_priority_calculations_page modules/student_priority/student_priority.module Displays the calculations used to get the priority values. Can be displayed in either the dialog or stand-alone.
student_priority_get_academic_priority_value modules/student_priority/student_priority.module Queries for the academic priority value, and if its older than the set number of seconds, we will re-calculate for this student. Set to zero to force it to recalculate every time.
student_priority_get_calculations_for_student modules/student_priority/student_priority.module Run all of the calculations for a student, and return back the results in a formatted array.
student_priority_get_student_academic_priority_label modules/student_priority/student_priority.module Returns 'normal', 'medium', or 'high' based on values.
student_priority_menu modules/student_priority/student_priority.module
student_profile_display_student_profile_page modules/student_profile/student_profile.module
student_profile_get_grade_percentages_for_student modules/student_profile/student_profile.module Returns an array where we show the percentage of grades that the student has, compared to the whole. For example: 50% A's, 10% B's, and so on.
student_profile_menu modules/student_profile/student_profile.module Implements hook_menu
student_search_ajax_autocomplete_student modules/student_search/student_search.module Meant to return results of the ajax autocomplete field, for selecting a student by name or cwid. Code inspiration from: https://www.drupal.org/node/854216
student_search_display_majors_search modules/student_search/student_search.module Display the majors search sub-tab, where we can select a major and see the students assigned to it.
student_search_display_my_advisees modules/student_search/student_search.module Displays this user's advisees, if there are any assigned.
student_search_display_my_majors modules/student_search/student_search.module Displays students belonging to the current user's major code.
student_search_get_advanced_search_tips modules/student_search/student_search.module Simply returns the HTML to display the "advanced search tips" collapsible fieldset and instructions.
student_search_get_advisee_table_headers modules/student_search/student_search.module
student_search_get_majors_for_fapi modules/student_search/student_search.module Returns an array of majors from the database, suitable for use with our Form API.
student_search_get_school_ids_user_is_allowed_to_search modules/student_search/student_search.module
student_search_menu modules/student_search/student_search.module
student_search_perm modules/student_search/student_search.module Implementation of hook_perm
student_search_query_advisees modules/student_search/student_search.module The limit is how many we will query, and also how many will appear on the page at one time.
student_search_render_advisees modules/student_search/student_search.module
student_search_render_small_search modules/student_search/student_search.module This is meant to be called directly from the theme template, to draw the small search box in the corner of the screen.
student_search_search_form modules/student_search/student_search.module
student_search_search_form_submit modules/student_search/student_search.module
student_search_settings_form modules/student_search/student_search.module This is a system_settings form for configuring our module.
student_search_student_select_switchboard modules/student_search/student_search.module The user has selected a student (clicked on a row) from the Search or My Advisees screen.
student_search_subtab_switchboard modules/student_search/student_search.module The primary purpose of this function is to decide which "sub tab" function to send the user off to. This is based on whatever their previous selection was.
system_block_regions modules/system/system.module Hook block regions.
system_can_access_student modules/system/system.module Used by the menu to determine if the user can access some basic information about the student (like Profile page, etc)
system_check_clean_urls modules/system/system.module This function will attempt to confirm that "clean URLs" is functioning, and allowed on this server.
system_check_course_inventory_should_be_reloaded modules/system/system.module Should the course inventory get reloaded from file? If so, return TRUE.
system_clear_cache modules/system/system.module Implements hook_clear_cache Take care of clearing caches managed by this module
system_confirm_db_updates_form modules/system/system.module Display a confirmation form before we run the db updates (hook_updates)
system_confirm_db_updates_form_submit modules/system/system.module Perform the actual hook_update calls here, send the user to a completed page.

Pages