Functions

Primary tabs

Contains filters are case sensitive
Namesort ascending Location Description
content_content_load modules/content/content.module Implementation of content's hook_content_load
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.", ), );
comments_render_comment modules/comments/comments.module Display the comment array in a pretty way.
comments_popup_display_comment 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_perm 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_menu modules/comments/comments.module
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_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_submit modules/comments/comments.module
comments_comment_form modules/comments/comments.module This is the form to enter a new comment.
comments_can_access_comments modules/comments/comments.module Used by the menu to determine if the comments tab should appear.
clear_session_form_values includes/render.inc Clear the form submissions variable from the SESSION for this callback.
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_render_block modules/blocks/blocks.module Implementation of hook_render_block. We are going to render out our content_block content type.
blocks_perm modules/blocks/blocks.module
blocks_menu modules/blocks/blocks.module
blocks_manage_blocks_form_submit modules/blocks/blocks.module Submit handler for the manage blocks form.
blocks_manage_blocks_form modules/blocks/blocks.module This form lets the user manage the various blocks in the system.
blocks_get_sections_and_regions modules/blocks/blocks.module Look through our modules for hook_block_region and assemble them in an array.
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_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
blank_degrees_select_degree_form_submit modules/blank_degrees/blank_degrees.module Submit handler for degree selection
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_prereqs_get_prereq_warnings_for_course modules/blank_degrees/blank_degrees.module Implements hook_prereqs_get_prereq_warnings_for_course
blank_degrees_perm modules/blank_degrees/blank_degrees.module
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_menu modules/blank_degrees/blank_degrees.module Implementation of hook_menu
blank_degrees_display_blank_degree modules/blank_degrees/blank_degrees.module
batch_test_perform_batch_operation modules/batch/batch.test.inc This is our batch operation function, that gets called each time the batch executes. Notice the first argument is passed by reference, and it is our $batch variable. The other arguments are whatever we defined in the batch_set operation.
batch_test_form_submit modules/batch/batch.test.inc
batch_test_form modules/batch/batch.test.inc Basic sample form, accessed at site.com/batch-test
batch_test_finished_page modules/batch/batch.test.inc This is our test "finished" page which will be displayed upon completion of the batch (if selected in the test form).
batch_start_batch_from_form_submit modules/batch/batch.module A batch process is being initiated from a form submission.
batch_set modules/batch/batch.module Create a new batch process.
batch_processing_page modules/batch/batch.module This is the page the user sees while a batch is being processed.
batch_perm modules/batch/batch.module Implementation of hook_perm
batch_menu modules/batch/batch.module Implementation of hook_menu
batch_install modules/batch/batch.install Implementation of hook_install.
batch_get_token modules/batch/batch.module Return a token for this user.
batch_get modules/batch/batch.module Return the batch_data array for this batch_id, or FALSE if it doesn't exist or can't be unserialized.
batch_finished_page modules/batch/batch.module We redirect to this page when we have finished a batch.
batch_cron modules/batch/batch.module Implementation of hook_cron
batch_ajax_callback modules/batch/batch.module This function is called by ajax, and will trigger each run of the batch operation function, then return appropriate results back to our javascript.
base_path includes/misc.inc Shortcut for getting the base_path variable from the global system settings.
arg includes/misc.inc Returns the component of the page's path.
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", );

Pages