Functions

Primary tabs

Contains filters are case sensitive
Namesort ascending Location Description
system_cron modules/system/system.module Implementation of hook_cron
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_clear_cache modules/system/system.module Implements hook_clear_cache Take care of clearing caches managed by this module
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_build_element modules/system/system.module Construct an HTML element and return it.
system_block_regions modules/system/system.module Hook block regions.
system_blocks modules/system/system.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_settings_form modules/student_search/student_search.module This is a system_settings form for configuring our 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_render_advisees modules/student_search/student_search.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_perm modules/student_search/student_search.module Implementation of hook_perm
student_search_menu 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_display_my_advisees modules/student_search/student_search.module Displays this user's advisees, if there are any assigned.
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.
stats_test modules/stats/stats.module Lets me run a test...
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_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_report_course_use_summary modules/stats/stats.module This report will display everywhere a particular course is used in FlightPath (groups and degrees)
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_perm modules/stats/stats.module Implementation of hook_perm(). Expects to return an array of permissions recognized by this module.
stats_menu modules/stats/stats.module Implementation of hook_menu
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_student_cwid_form modules/stats/stats.module Draws a simple form for entering a student's CWID, used by other reports.
stats_draw_majors_pulldown modules/stats/stats.module Display a major selection pulldown, used by other reports.
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_catalog_year_pulldown modules/stats/stats.module Return the HTML for a pulldown containing the catalog years available for selection.
stats_download_csv_from_batch modules/stats/stats.module Lets the user download a CSV file from a completed batch.
stats_display_main modules/stats/stats.module Main menu screen for this module.
st includes/misc.inc Provides translation functionality when database is not available.
smtp_settings_form modules/smtp/smtp.module
smtp_menu modules/smtp/smtp.module
smtp_mail modules/smtp/smtp.module
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.
pretty_print includes/theme.inc
ppm includes/theme.inc Alias of pretty_print($var)
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!
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.
menu_get_module_path includes/menu.inc
menu_get_menu_router_item_from_db includes/menu.inc Return array from menu_router for this item. *
menu_get_items_in_tab_family includes/menu.inc
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_item includes/menu.inc Figure out which menu_router path matches the supplied path and return it.

Pages