Functions
Search API
Primary tabs
Name | Location | Description |
---|---|---|
stats_menu |
modules/ |
Implementation of hook_menu |
stats_perm |
modules/ |
Implementation of hook_perm(). Expects to return an array of permissions recognized by this module. |
stats_report_access_stats |
modules/ |
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/ |
This report shows which advisors are using FlightPath most often. |
stats_report_course_use_summary |
modules/ |
This report will display everywhere a particular course is used in FlightPath (groups and degrees) |
stats_report_flightpath_use_summary |
modules/ |
This report shows common usages in FlightPath by all users. |
stats_report_major_counts |
modules/ |
This report shows how many students are in each major. |
stats_report_student_course_list |
modules/ |
This report shows a list of all of a student's courses which FlightPath is aware of. |
stats_test |
modules/ |
Lets me run a test... |
student_search_display_majors_search |
modules/ |
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/ |
Displays this user's advisees, if there are any assigned. |
student_search_display_my_majors |
modules/ |
Displays students belonging to the current user's major code. |
student_search_display_search |
modules/ |
|
student_search_get_advanced_search_tips |
modules/ |
Simply returns the HTML to display the "advanced search tips" collapsible fieldset and instructions. |
student_search_menu |
modules/ |
|
student_search_perm |
modules/ |
Implementation of hook_perm |
student_search_query_advisees |
modules/ |
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_render_small_search |
modules/ |
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/ |
This is a system_settings form for configuring our module. |
student_search_subtab_switchboard |
modules/ |
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_block_regions |
modules/ |
Hook block regions. |
system_build_element |
modules/ |
Construct an HTML element and return it. |
system_check_clean_urls |
modules/ |
This function will attempt to confirm that "clean URLs" is functioning, and allowed on this server. |
system_clear_cache |
modules/ |
Implements hook_clear_cache Take care of clearing caches managed by this module |
system_confirm_db_updates_form |
modules/ |
Display a confirmation form before we run the db updates (hook_updates) |
system_confirm_db_updates_form_submit |
modules/ |
Perform the actual hook_update calls here, send the user to a completed page. |
system_cron |
modules/ |
Implementation of hook_cron |
system_disable_module |
modules/ |
Handles the disabling of the module in question. |
system_display_completed_db_updates |
modules/ |
Once db updates are run, display contents of this page. |
system_display_disable_login_page |
modules/ |
|
system_display_install_finished_page |
modules/ |
This page is displayed to the user once FlightPath has been installed. |
system_display_login_page |
modules/ |
Display the "login" page. This is the default page displayed to the user, at /login, if they have not logged in yet. |
system_display_main_page |
modules/ |
Display the "main" tab-page for FlightPath. Displays announcements as well as the Tools menu, and the "special administrative tools" menu. |
system_display_status_page |
modules/ |
This page displayes the results of each module's hook_status. |
system_enable |
modules/ |
Implementation of hook_enable. |
system_enable_module |
modules/ |
Handles the enabling (and possible installation) of module. |
system_execute_php_form |
modules/ |
|
system_execute_php_form_submit |
modules/ |
|
system_flightpath_can_assign_course_to_degree_id |
modules/ |
Implements hook flightpath_can_assign_course_to_degree_id |
system_fp_get_student_majors |
modules/ |
Implements hook_fp_get_student_majors. |
system_get_available_themes |
modules/ |
Returns back an array (suitable for FAPI) of the available themes in the system. |
system_get_exclude_degree_ids_from_appears_in_counts |
modules/ |
Uses the "exclude_majors...." setting, but converts them into an array of degree_ids. |
system_get_roles_for_user |
modules/ |
Return an array containing the roles which have been assigned to a specific user. |
system_handle_form_submit |
modules/ |
Intercepts form submissions from forms built with the form API. |
system_handle_logout |
modules/ |
|
system_handle_uninstall_module |
modules/ |
Called from the menu (ie, a URL) this function will uninstall a module. |
system_init |
modules/ |
Called on every page load. |
system_install |
modules/ |
Implementation of hook_install. |