Functions

Primary tabs

Contains filters are case sensitive
Name Locationsort ascending Description
system_status modules/system/system.module Implementation of hook_status Expected return is array( "severity" => "normal" or "warning" or "alert", "status" => "A message to display to the user.", );
system_display_status_page modules/system/system.module This page displayes the results of each module's hook_status.
system_perform_run_cron modules/system/system.module Called from menu, will run hook_cron() for all modules.
system_perform_clear_cache modules/system/system.module This function will clear our various caches by calling on the hook_clear_cache in each module.
system_handle_logout modules/system/system.module
system_handle_form_submit modules/system/system.module Intercepts form submissions from forms built with the form API.
system_cron modules/system/system.module Implementation of hook_cron
system_settings_form_submit modules/system/system.module Extra submit handler for the system_settings_form
system_settings_form modules/system/system.module This is the "system settings" form.
system_get_available_themes modules/system/system.module Returns back an array (suitable for FAPI) of the available themes in the system.
system_school_data_form_validate modules/system/system.module Validate handler for the school_data_form.
system_get_exclude_degree_ids_from_appears_in_counts modules/system/system.module Uses the "exclude_majors...." setting, but converts them into an array of degree_ids.
system_school_data_form modules/system/system.module This form is for the school-data, like subject code descriptions, colleges, etc.
system_popup_report_contact_form_submit modules/system/system.module
system_popup_report_contact_form modules/system/system.module This is the form which lets users send an email to the FlightPath production team,
system_popup_report_contact_thank_you modules/system/system.module This is the thank you page you see after submitting the contact form.
system_display_install_finished_page modules/system/system.module This page is displayed to the user once FlightPath has been installed.
system_display_completed_db_updates modules/system/system.module Once db updates are run, display contents of this page.
system_confirm_db_updates_form_submit modules/system/system.module Perform the actual hook_update calls here, send the user to a completed page.
system_confirm_db_updates_form modules/system/system.module Display a confirmation form before we run the db updates (hook_updates)
system_execute_php_form_submit modules/system/system.module
system_execute_php_form modules/system/system.module
system_display_disable_login_page modules/system/system.module
system_menu modules/system/system.module
system_block_regions modules/system/system.module Hook block regions.
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_get_roles_for_user modules/system/system.module Return an array containing the roles which have been assigned to a specific user.
system_fp_get_student_majors modules/system/system.module Implements hook_fp_get_student_majors.
system_flightpath_can_assign_course_to_degree_id modules/system/system.module Implements hook flightpath_can_assign_course_to_degree_id
system_perm modules/system/system.module Implementation of hook_perm(). Expects to return an array of permissions recognized by this module.
system_build_element modules/system/system.module Construct an HTML element and return it.
system_install modules/system/system.install Implementation of hook_install.
system_update modules/system/system.install
system_enable modules/system/system.install Implementation of hook_enable.
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_perm modules/student_search/student_search.module Implementation of hook_perm
search_user_can_search_for_some_advisees modules/student_search/student_search.module Basically, can the user see the "Advisees" tab at all? The answer is TRUE if they have any of the permissions that let them do so.
student_search_display_my_advisees modules/student_search/student_search.module Displays this user's advisees, if there are any assigned.
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_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.
student_search_settings_form modules/student_search/student_search.module This is a system_settings form for configuring our module.
student_search_query_advisees modules/student_search/student_search.module Accepts the SQL, plus an array of parameters compatible with our PDO set up. ex: $params[":name"] = "Bob" and $sql = " SELECT * where name = :name";
student_search_render_advisees modules/student_search/student_search.module
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_display_search modules/student_search/student_search.module
student_search_display_my_majors modules/student_search/student_search.module Displays students belonging to the current user's major code.
student_search_menu modules/student_search/student_search.module
stats_menu modules/stats/stats.module Implementation of hook_menu
stats_download_csv_from_batch modules/stats/stats.module Lets the user download a CSV file from a completed batch.
stats_test modules/stats/stats.module Lets me run a test...

Pages