Functions

Primary tabs

Contains filters are case sensitive
Namesort descending Location Description
install_display_db_form ./install.php Displays the form to let a user set up a new database
install_display_lang_selection ./install.php
install_display_requirements ./install.php Displays the requirements on screen for the user.
install_get_settings_file_template ./install.php Returns a template for a new settings file.
install_perform_install ./install.php Actually performs the installation of FlightPath
invoke_hook includes/misc.inc Invoke all module hooks for the supplied hook.
l includes/misc.inc This works like Drupal's l() function for creating links. Ex: l("Click here for course search!", "tools/course-search", "abc=xyz&hello=goodbye", array("class" => "my-class")); Do not…
menu_check_user_access includes/menu.inc Looks at the router item's details (from menu_get_item) and returns TRUE or FALSE if the user can access this item.
menu_convert_replacement_pattern includes/menu.inc Look for modules implementing hook_menu_handle_replacement_pattern, and apply to str.
menu_execute_page_request includes/menu.inc
menu_get_item includes/menu.inc Figure out which menu_router path matches the supplied path and return it.
menu_get_items_beginning_with includes/menu.inc Return menu_items whose path begins with the menu_root. Ex: "tools" would return tools/fun and tools/here/there
menu_get_items_in_tab_family includes/menu.inc
menu_get_menu_router_item_from_db includes/menu.inc Return array from menu_router for this item. *
menu_get_module_path includes/menu.inc
menu_rebuild_cache includes/menu.inc Go through all installed modules and rebuild the menu_router table, based on each module's hook_menu function.
modules_implement_hook includes/misc.inc Return an array of enabled modules which implement the provided hook. Do not include the preceeding "_" on the hook name!
pretty_print includes/theme.inc
st includes/misc.inc Provides translation functionality when database is not available.
stats_display_main modules/stats/stats.module Main menu screen for this module.
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_draw_majors_with_options_pulldown modules/stats/stats.module Display a major selection pulldown, used by other reports.
stats_draw_student_cwid_form modules/stats/stats.module Draws a simple form for entering a student's CWID, used by other reports.
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_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_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_report_advisor_use modules/stats/stats.module This report shows which advisors are using FlightPath most often.
stats_report_flightpath_use_summary modules/stats/stats.module This report shows common usages in FlightPath by all users.
stats_report_major_counts modules/stats/stats.module This report shows how many students are in each major.
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_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.
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_display_search 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_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
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_settings_form modules/student_search/student_search.module This is a system_settings form for configuring our 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.
system_blocks modules/system/system.module
system_block_regions modules/system/system.module Hook block regions.
system_build_element modules/system/system.module Construct an HTML element and return it.
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