Functions

Primary tabs

Contains filters are case sensitive
Namesort descending Location Description
advise_display_popup_toolbox_transfers modules/advise/advise.toolbox.inc
advise_display_view modules/advise/advise.module This is the page which actually displays the "view" for the user to see their advising session, or for an advisor to advise them.
advise_display_what_if_selection modules/advise/advise.module Displays the pulldown select list for picking a new What If degree. Returns HTML.
advise_init modules/advise/advise.module Implementation of hook_init
advise_init_advising_variables modules/advise/advise.module Takes various variables from the REQUEST and stores them in our advising_session_variables table for more convenient use later on.
advise_init_screen modules/advise/advise.module
advise_menu modules/advise/advise.module
advise_perform_clear_advising_cache modules/advise/advise.module From menu hook. Clear just the advising cache.
advise_perm modules/advise/advise.module Implementation of hook_perm
advise_popup_display_summary modules/advise/advise.history.inc Displays the printable advising summary.
advise_toggle_draft_form modules/advise/advise.module
advise_toggle_draft_form_submit modules/advise/advise.module
advise_user_can_view_advising_session_access_callback modules/advise/advise.module This is an access callback. Can the user view the advising session specified in the REQUEST?
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_content_register_content_type modules/announcements/announcements.module Implementatin of content's hook_content_register_content_type
announcements_install modules/announcements/announcements.install Hook install. Called when the module is installed on the admin modules page.
announcements_perm modules/announcements/announcements.module Implementation of hook_perm
announcements_render_announcements modules/announcements/announcements.module Return the HTML rendering the announcements we have in the database.
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", );
base_path includes/misc.inc Shortcut for getting the base_path variable from the global system settings.
blank_degrees_display_blank_degree modules/blank_degrees/blank_degrees.module
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_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_blocks modules/blocks/blocks.module Implementation of hook_blocks
blocks_content_register_content_type modules/blocks/blocks.module Implementatin of content's hook_content_register_content_type
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_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_menu modules/blocks/blocks.module
blocks_perm modules/blocks/blocks.module
blocks_render_block modules/blocks/blocks.module Implementation of hook_render_block. We are going to render out our content_block content type.
blocks_render_blocks modules/blocks/blocks.module This function will actually render the HTML for the blocks requested for a particular section and region.
clear_session_form_values includes/forms.inc Clear the form submissions variable from the SESSION for this callback.
comments_can_access_comments modules/comments/comments.module Used by the menu to determine if the comments tab should appear.
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_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_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_menu modules/comments/comments.module
comments_perform_delete_comment modules/comments/comments.module "delete" a comment (actually, all we do is flag it as deleted)
comments_perm modules/comments/comments.module
comments_popup_display_all_comments modules/comments/comments.module Displays all comments for a student in a popup window, meant for printing.
comments_popup_display_comment modules/comments/comments.module
comments_render_comment modules/comments/comments.module Display the comment array in a pretty way.
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_content_load modules/content/content.module Implementation of content's hook_content_load

Pages