Functions

Primary tabs

Contains filters are case sensitive
Namesort descending Location Description
advise_display_popup_change_track modules/advise/advise.module
advise_display_popup_change_track_non_dynamic_degree modules/advise/advise.module This is the "change track" popup we will display if the degree cannot be combined with anything else (non-dynamic).
advise_display_popup_course_description modules/advise/advise.module
advise_display_popup_group_select modules/advise/advise.module
advise_display_popup_substitute_selected modules/advise/advise.module
advise_display_popup_toolbox_courses modules/advise/advise.toolbox.inc
advise_display_popup_toolbox_moved modules/advise/advise.toolbox.inc
advise_display_popup_toolbox_substitutions modules/advise/advise.toolbox.inc
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_get_advisees modules/advise/advise.module
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?
advise_what_if_selection_form modules/advise/advise.module
advise_what_if_selection_form_submit modules/advise/advise.module Submit handler for the what if selection form. Since at this point we have passed validation, let's just assemble the URL we need to now redirect to.
advise_what_if_selection_form_validate modules/advise/advise.module Validate handler for the what_if selection form. This is where we might, for example, make sure that if a non-dynamic degree was selected, that they can't proceed.
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", );
arg includes/misc.inc Returns the component of the page's path.
base_path includes/misc.inc Shortcut for getting the base_path variable from the global system settings.
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.
batch_cron modules/batch/batch.module Implementation of hook_cron
batch_finished_page modules/batch/batch.module We redirect to this page when we have finished a batch.
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_get_token modules/batch/batch.module Return a token for this user.
batch_install modules/batch/batch.install Implementation of hook_install.
batch_menu modules/batch/batch.module Implementation of hook_menu
batch_perm modules/batch/batch.module Implementation of hook_perm
batch_processing_page modules/batch/batch.module This is the page the user sees while a batch is being processed.
batch_set modules/batch/batch.module Create a new batch process.
batch_start_batch_from_form_submit modules/batch/batch.module A batch process is being initiated from a form submission.
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_test_form modules/batch/batch.test.inc Basic sample form, accessed at site.com/batch-test
batch_test_form_submit modules/batch/batch.test.inc
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.
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.

Pages