Functions

Primary tabs

Contains filters are case sensitive
Name Locationsort descending Description
content_content_load modules/content/content.module Implementation of content's hook_content_load
hook_content_load modules/content/content.module Sample hook for hook_content_load
content_handle_delete_content modules/content/content.module
content_display_content_admin_list modules/content/content.module Display a list of content for the administrator
content_get_types modules/content/content.module Return an array with all the possible content types known to FlightPath
content_content_register_content_type modules/content/content.module Implementation of this module's hook_content_register_content_type.
hook_content_register_content_type modules/content/content.module Sample hook other modules implement to register a content type.
content_render_content modules/content/content.module Return the HTML rendering the content we have in the database.
content_perm modules/content/content.module Implementation of hook_perm
content_blocks modules/content/content.module hook_blocks. Returns an array of available blocks offered by this module in this format: array( delta => "This is the title of the block.", ), );
content_render_block modules/content/content.module Called when it is time to render the block in question. Expected to return an array which looks like this: array( "title" => "Some title goes here.", "body" => "this is the primary body of the block", );
course_search_edit_course_details_form modules/course_search/course_search.edit.inc This form lets the user edit the course's syllabus or rotation schedule
course_search_edit_course_details_form_submit modules/course_search/course_search.edit.inc
course_search_upload_attachment modules/course_search/course_search.edit.inc
course_search_display_edit_courses modules/course_search/course_search.edit.inc Display a plain list of courses, making it easier for admins to edit schedules and details in one spot.
course_search_display_view_reports modules/course_search/course_search.edit.inc
course_search_get_offering_csv modules/course_search/course_search.edit.inc
course_search_install modules/course_search/course_search.install Implementation of hook_install
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.
course_search_get_course_rotation_schedule_not_anticipated modules/course_search/course_search.module
course_search_get_course_rotation_schedule modules/course_search/course_search.module
course_search_get_course_syllabus_details modules/course_search/course_search.module
course_search_display_search modules/course_search/course_search.module Displays the search pulldown for the user to use to find courses.
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_draw_student_cwid_form modules/stats/stats.module Draws a simple form for entering a student's CWID, used by other reports.
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_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_settings_form modules/student_search/student_search.module This is a system_settings form for configuring our module.
student_search_perm modules/student_search/student_search.module Implementation of hook_perm

Pages