Functions

Primary tabs

Contains filters are case sensitive
Namesort descending Location Description
content_content_register_content_type modules/content/content.module Implementation of this module's hook_content_register_content_type.
content_display_content_admin_list modules/content/content.module Display a list of content for the administrator
content_edit_content_form modules/content/content.module This form lets the user edit some piece of content
content_edit_content_form_submit modules/content/content.module Submit handler for the edit content form.
content_get_types modules/content/content.module Return an array with all the possible content types known to FlightPath
content_handle_delete_content modules/content/content.module
content_install modules/content/content.install Hook install. Called when the module is installed on the admin modules page.
content_load modules/content/content.module Load the content from the database and return an array, by calling hook_content_load.
content_menu modules/content/content.module
content_menu_handle_replacement_pattern modules/content/content.module This is an implementation of hook_menu_handle_replacement_pattern. It will search for and replace replacement patterns which we are aware of it in $str.
content_perm modules/content/content.module Implementation of hook_perm
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", );
content_render_content modules/content/content.module Return the HTML rendering the content we have in the database.
content_user_access modules/content/content.module Custom user access function to determine if the user can add, edit, etc, the content
content_view_content modules/content/content.module Display the content specified in the GET's cid.
convert_bbcode_to_html includes/theme.inc
convert_html_to_bbcode includes/theme.inc
course_search_display_courses modules/course_search/course_search.module Show the user their select of courses.
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_search modules/course_search/course_search.module Displays the search pulldown for the user to use to find courses.
course_search_display_view_reports modules/course_search/course_search.edit.inc
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_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_get_course_rotation_schedule modules/course_search/course_search.module
course_search_get_course_rotation_schedule_not_anticipated modules/course_search/course_search.module
course_search_get_course_syllabus_details modules/course_search/course_search.module
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_upload_attachment modules/course_search/course_search.edit.inc
csv_to_array includes/misc.inc Simple function to split a basic CSV string, trim all elements, then return the resulting array.
db_affected_rows includes/db.inc
db_fetch_array includes/db.inc
db_fetch_object includes/db.inc
db_get_user_id includes/db.inc Look up the user_id based on the the user_name. Returns FALSE if it cannot find it.
db_get_user_id_from_cwid includes/db.inc
db_get_user_setting includes/db.inc Return a specific setting's value, based on the var_name given.
db_get_user_settings includes/db.inc Return the array from the user_settings table.
db_insert_id includes/db.inc
db_num_rows includes/db.inc
db_query includes/db.inc
db_result includes/db.inc Returns back the first result from a resource_handler.
db_set_user_setting includes/db.inc
db_table_exists includes/db.inc Returns TRUE if the table specified exists or not.
depricated_message includes/misc.inc Displays a depricated message on screen. Useful for tracking down when depricated functions are being used.
display_access_denied includes/theme.inc
display_not_found includes/theme.inc

Pages