Functions

Primary tabs

Contains filters are case sensitive
Name Locationsort descending Description
advise_init_screen modules/advise/advise.module
advise_perform_clear_advising_cache modules/advise/advise.module From menu hook. Clear just the advising cache.
hook_advise_build_screen_elements modules/advise/advise.module This is a hook which developers may use to add custom blocks (or perform other operations) onto the advising View or What If screen.
advise_display_popup_toolbox_transfers modules/advise/advise.toolbox.inc
advise_display_popup_toolbox_substitutions modules/advise/advise.toolbox.inc
advise_display_popup_toolbox_moved modules/advise/advise.toolbox.inc
advise_display_popup_toolbox_courses modules/advise/advise.toolbox.inc
announcements_install modules/announcements/announcements.install Hook install. Called when the module is installed on the admin modules page.
announcements_render_announcements modules/announcements/announcements.module Return the HTML rendering the announcements we have in the database.
announcements_perm modules/announcements/announcements.module Implementation of hook_perm
announcements_blocks modules/announcements/announcements.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.", ), );
announcements_render_block modules/announcements/announcements.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", );
announcements_content_register_content_type modules/announcements/announcements.module Implementatin of content's hook_content_register_content_type
blank_degrees_menu modules/blank_degrees/blank_degrees.module Implementation of hook_menu
blank_degrees_menu_handle_replacement_pattern modules/blank_degrees/blank_degrees.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.
blank_degrees_display_blank_degree modules/blank_degrees/blank_degrees.module
blank_degrees_select_degree_form modules/blank_degrees/blank_degrees.module This form lets the user select which degree they wish to view.
blank_degrees_select_degree_form_submit modules/blank_degrees/blank_degrees.module Submit handler for degree selection
blocks_perm modules/blocks/blocks.module
blocks_menu modules/blocks/blocks.module
blocks_manage_blocks_form modules/blocks/blocks.module This form lets the user manage the various blocks in the system.
blocks_manage_blocks_form_submit modules/blocks/blocks.module Submit handler for the manage blocks form.
blocks_get_available_blocks modules/blocks/blocks.module Return an array of blocks which we can assign and display, as defined by other modules' hook_blocks function.
blocks_get_sections_and_regions modules/blocks/blocks.module Look through our modules for hook_block_region and assemble them in an array.
blocks_render_blocks modules/blocks/blocks.module This function will actually render the HTML for the blocks requested for a particular section and region.
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
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)
comments_comment_form_submit modules/comments/comments.module
comments_comment_form modules/comments/comments.module This is the form to enter a new comment.
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_popup_display_all_comments modules/comments/comments.module Displays all comments for a student in a popup window, meant for printing.
comments_render_comment modules/comments/comments.module Display the comment array in a pretty way.
comments_get_comments modules/comments/comments.module Returns an array of comments for this student, sorted most recent first.
comments_get_comment modules/comments/comments.module
comments_perm modules/comments/comments.module
content_install modules/content/content.install Hook install. Called when the module is installed on the admin modules page.
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.
content_view_content modules/content/content.module Display the content specified in the GET's cid.
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_load modules/content/content.module Load the content from the database and return an array, by calling hook_content_load.

Pages