Functions

Primary tabs

Contains filters are case sensitive
Name Locationsort ascending Description
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_settings_form modules/course_search/course_search.module The system settins form for course_search settings.
course_search_perm modules/course_search/course_search.module
course_search_menu modules/course_search/course_search.module
course_search_install modules/course_search/course_search.install Implementation of hook_install
course_search_get_offering_csv modules/course_search/course_search.edit.inc
course_search_display_view_reports 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_upload_attachment modules/course_search/course_search.edit.inc
course_search_edit_course_details_form_submit modules/course_search/course_search.edit.inc
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
content_content_register_content_type modules/content/content.module Implementation of this module's hook_content_register_content_type.
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_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_perm modules/content/content.module Implementation of hook_perm
content_render_content modules/content/content.module Return the HTML rendering the content we have in the database.
content_get_types modules/content/content.module Return an array with all the possible content types known to FlightPath
content_display_content_admin_list modules/content/content.module Display a list of content for the administrator
content_handle_delete_content modules/content/content.module
content_menu modules/content/content.module
content_user_access modules/content/content.module Custom user access function to determine if the user can add, edit, etc, the content
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.
hook_content_load modules/content/content.module Sample hook for hook_content_load
content_content_load modules/content/content.module Implementation of content's hook_content_load
content_load modules/content/content.module Load the content from the database and return an array, by calling hook_content_load.
content_edit_content_form_submit modules/content/content.module Submit handler for the edit content form.
content_edit_content_form modules/content/content.module This form lets the user edit some piece of content
content_view_content modules/content/content.module Display the content specified in the GET's cid.
hook_content_register_content_type modules/content/content.module Sample hook other modules implement to register a content type.
content_install modules/content/content.install Hook install. Called when the module is installed on the admin modules page.
comments_perm modules/comments/comments.module
comments_get_comment modules/comments/comments.module
comments_get_comments modules/comments/comments.module Returns an array of comments for this student, sorted most recent first.
comments_render_comment modules/comments/comments.module Display the comment array in a pretty way.
comments_popup_display_all_comments modules/comments/comments.module Displays all comments for a student in a popup window, meant for printing.
comments_display_main modules/comments/comments.module This displays the primary Comments tab, where we see past comments and can enter a new one (with the right permissions).
comments_comment_form modules/comments/comments.module This is the form to enter a new comment.
comments_comment_form_submit modules/comments/comments.module
comments_menu modules/comments/comments.module
comments_popup_display_comment modules/comments/comments.module
comments_can_access_comments modules/comments/comments.module Used by the menu to determine if the comments tab should appear.
comments_perform_delete_comment modules/comments/comments.module "delete" a comment (actually, all we do is flag it as deleted)
blocks_manage_blocks_form_submit modules/blocks/blocks.module Submit handler for the manage blocks form.
blocks_get_sections_and_regions modules/blocks/blocks.module Look through our modules for hook_block_region and assemble them in an array.
blocks_content_register_content_type modules/blocks/blocks.module Implementatin of content's hook_content_register_content_type
blocks_blocks modules/blocks/blocks.module Implementation of hook_blocks
blocks_render_block modules/blocks/blocks.module Implementation of hook_render_block. We are going to render out our content_block content type.
hook_blocks modules/blocks/blocks.module Example of hook_blocks.
hook_render_block modules/blocks/blocks.module Example of hook_render_block
blocks_menu modules/blocks/blocks.module

Pages