Functions
Search API
Primary tabs
Name | Location | Description |
---|---|---|
advise_display_popup_change_track |
modules/ |
|
advise_display_popup_change_track_non_dynamic_degree |
modules/ |
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_display_popup_group_select |
modules/ |
|
advise_display_popup_substitute_selected |
modules/ |
|
advise_display_popup_toolbox_courses |
modules/ |
|
advise_display_popup_toolbox_moved |
modules/ |
|
advise_display_popup_toolbox_substitutions |
modules/ |
|
advise_display_popup_toolbox_transfers |
modules/ |
|
advise_display_view |
modules/ |
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_init |
modules/ |
Implementation of hook_init |
advise_init_advising_variables |
modules/ |
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_menu |
modules/ |
|
advise_perform_clear_advising_cache |
modules/ |
From menu hook. Clear just the advising cache. |
advise_perm |
modules/ |
Implementation of hook_perm |
advise_popup_display_summary |
modules/ |
Displays the printable advising summary. |
advise_toggle_draft_form |
modules/ |
|
advise_toggle_draft_form_submit |
modules/ |
|
advise_user_can_view_advising_session_access_callback |
modules/ |
This is an access callback. Can the user view the advising session specified in the REQUEST? |
advise_what_if_selection_form |
modules/ |
|
advise_what_if_selection_form_submit |
modules/ |
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/ |
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/ |
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/ |
Implementatin of content's hook_content_register_content_type |
announcements_install |
modules/ |
Hook install. Called when the module is installed on the admin modules page. |
announcements_perm |
modules/ |
Implementation of hook_perm |
announcements_render_announcements |
modules/ |
Return the HTML rendering the announcements we have in the database. |
announcements_render_block |
modules/ |
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/ |
Returns the component of the page's path. |
base_path |
includes/ |
Shortcut for getting the base_path variable from the global system settings. |
batch_ajax_callback |
modules/ |
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/ |
Implementation of hook_cron |
batch_finished_page |
modules/ |
We redirect to this page when we have finished a batch. |
batch_get |
modules/ |
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/ |
Return a token for this user. |
batch_install |
modules/ |
Implementation of hook_install. |
batch_menu |
modules/ |
Implementation of hook_menu |
batch_perm |
modules/ |
Implementation of hook_perm |
batch_processing_page |
modules/ |
This is the page the user sees while a batch is being processed. |
batch_set |
modules/ |
Create a new batch process. |
batch_start_batch_from_form_submit |
modules/ |
A batch process is being initiated from a form submission. |
batch_test_finished_page |
modules/ |
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/ |
Basic sample form, accessed at site.com/batch-test |
batch_test_form_submit |
modules/ |
|
batch_test_perform_batch_operation |
modules/ |
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_menu |
modules/ |
Implementation of hook_menu |
blank_degrees_menu_handle_replacement_pattern |
modules/ |
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. |