Functions

Primary tabs

Contains filters are case sensitive
Name Locationsort ascending Description
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_execute_php_form modules/system/system.module
system_execute_php_form_submit modules/system/system.module
system_handle_uninstall_module modules/system/system.module Called from the menu (ie, a URL) this function will uninstall a module.
system_modules_form_submit modules/system/system.module Submit handler for the modules form.
system_modules_form modules/system/system.module This is the form which an admin may use to manage the modules in the system.
system_init modules/system/system.module Called on every page load.
system_render_block modules/system/system.module
system_blocks modules/system/system.module
system_display_main_page modules/system/system.module Display the "main" tab-page for FlightPath. Displays announcements as well as the Tools menu, and the "special administrative tools" menu.
system_school_data_form_validate modules/system/system.module Validate handler for the school_data_form.
system_school_data_form modules/system/system.module This form is for the school-data, like subject code descriptions, colleges, etc.
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_display_completed_db_updates modules/system/system.module Once db updates are run, display contents of this page.
system_settings_form_submit modules/system/system.module Extra submit handler for the system_settings_form
system_enable modules/system/system.install Implementation of hook_enable.
system_install modules/system/system.install Implementation of hook_install.
system_update modules/system/system.install
student_search_menu modules/student_search/student_search.module
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_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_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_display_search modules/student_search/student_search.module
student_search_render_advisees modules/student_search/student_search.module
student_search_query_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_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
student_search_settings_form modules/student_search/student_search.module This is a system_settings form for configuring our module.
stats_menu modules/stats/stats.module Implementation of hook_menu
stats_perm modules/stats/stats.module Implementation of hook_perm(). Expects to return an array of permissions recognized by this module.
stats_report_selected_degree_options modules/stats/stats.module This report will show which degree options are being selected for degrees which offer options.
stats_draw_majors_with_options_pulldown modules/stats/stats.module Display a major selection pulldown, used by other reports.
stats_report_major_counts modules/stats/stats.module This report shows how many students are in each major.
stats_report_flightpath_use_summary modules/stats/stats.module This report shows common usages in FlightPath by all users.
stats_get_log_count modules/stats/stats.module Used by the use_summary report. This function will simply return log counts for the specified parameters in the watchdog table.
stats_draw_date_range_form modules/stats/stats.module Displays the HTML for the date range form used by several reports. $path is what is the form's ACTION sending to.
stats_report_advisor_use modules/stats/stats.module This report shows which advisors are using FlightPath most often.
stats_report_access_stats modules/stats/stats.module This report shows recent activity in FlightPath. It can also be used to see if anyone is "online" in that they would have activity less than 5 minutes old.
stats_display_main modules/stats/stats.module Main menu screen for this module.
stats_report_student_course_list modules/stats/stats.module This report shows a list of all of a student's courses which FlightPath is aware of.
stats_draw_student_cwid_form modules/stats/stats.module Draws a simple form for entering a student's CWID, used by other reports.
course_search_menu modules/course_search/course_search.module
course_search_perm modules/course_search/course_search.module
course_search_settings_form modules/course_search/course_search.module The system settins form for course_search settings.
course_search_download_syllabus modules/course_search/course_search.module This function will actually deliver a syllabus to the user's browser for download.
course_search_display_courses modules/course_search/course_search.module Show the user their select of courses.

Pages