Functions

Primary tabs

Contains filters are case sensitive
Namesort descending Location Description
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_ban_ip modules/system/system.module Adds IP address to our banned_ip list.
system_ban_ip_settings_form modules/system/system.module This form allows the user (an administrator) to configure how FlightPath bans IP addresses.
system_ban_ip_settings_form_submit modules/system/system.module
system_ban_ip_settings_form_validate modules/system/system.module
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_check_should_ban_ip modules/system/system.module This is called by theme.inc's functions display_not_found and display_access_denied.
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.
system_cron modules/system/system.module Implementation of hook_cron
system_disable_module modules/system/system.module Handles the disabling of the module in question.
system_display_completed_db_updates modules/system/system.module Once db updates are run, display contents of this page.
system_display_dashboard_page modules/system/system.module This is the "dashboard" page for FlightPath, which replaces the "main" page from FP 5.
system_display_disable_login_page modules/system/system.module
system_display_install_finished_page modules/system/system.module This page is displayed to the user once FlightPath has been installed.
system_display_login_help_page modules/system/system.module This page will be shown when the user clicks the "Need Help Logging In?" link on the login page.
system_display_login_page modules/system/system.module Display the "login" page. This is the default page displayed to the user, at /login, if they have not logged in yet.
system_display_status_page modules/system/system.module This page displayes the results of each module's hook_status.
system_enable modules/system/system.install Implementation of hook_enable.
system_enable_module modules/system/system.module Handles the enabling (and possible installation) of module.
system_execute_php_form modules/system/system.module
system_execute_php_form_submit modules/system/system.module
system_finished_db_updates_finished modules/system/system.module
system_flightpath_can_assign_course_to_degree_id modules/system/system.module Implements hook flightpath_can_assign_course_to_degree_id
system_fp_get_student_majors modules/system/system.module Implements hook_fp_get_student_majors.
system_get_available_themes modules/system/system.module Returns back an array (suitable for FAPI) of the available themes in the system.
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_get_private_htaccess modules/system/system.module Returns back a string for an .htaccess file which doesn't allow Apache to serve any files from that directory. Used in the /files/cache_data directory and other directories as needed.
system_get_roles_for_user modules/system/system.module Return an array containing the roles which have been assigned to a specific user.
system_get_user_whitelist modules/system/system.module Returns the "whitelist" or "allow list" (from system settings) as an array. If empty, it will return FALSE
system_handle_form_submit modules/system/system.module Intercepts form submissions from forms built with the form API.
system_handle_logout modules/system/system.module

Pages