Functions

Primary tabs

Contains filters are case sensitive
Name Locationsort ascending Description
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
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
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
announcements_install modules/announcements/announcements.install Hook install. Called when the module is installed on the admin modules page.
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
advise_menu modules/advise/advise.module
advise_can_access_view modules/advise/advise.module Used by the menu to determine if the user can see the View tab.
advise_toggle_draft_form modules/advise/advise.module
advise_toggle_draft_form_submit modules/advise/advise.module
advise_display_popup_change_track modules/advise/advise.module Lets the user change the track for this major.
advise_display_popup_change_term modules/advise/advise.module This popup allows the advisor to change the advising term.
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_display_popup_group_select modules/advise/advise.module
advise_display_popup_substitute_selected modules/advise/advise.module
advise_display_popup_course_description modules/advise/advise.module
advise_perm modules/advise/advise.module Implementation of hook_perm
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_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 modules/advise/advise.module Implementation of hook_init
advise_clear_cache modules/advise/advise.module Implementation of hook_clear_cache Called by other modules, this function will take care of clearing anything this module has cached.
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_history modules/advise/advise.history.inc Displays the history tab on screen.
advise_popup_display_summary modules/advise/advise.history.inc Displays the printable advising summary.
admin_menu modules/admin/admin.module Implementation of hook_menu
admin_advising_settings_form modules/admin/admin.module This is a systems settings form, which lets the user edit advising variabled for FlightPath.
admin_get_semester_name modules/admin/admin.module Convienence function to get semester's default regular name.
admin_apply_draft_changes_form modules/admin/admin.module This form lets the user apply draft changes (if they can supply the passcode)
admin_apply_draft_changes_form_submit modules/admin/admin.module Handles the actual moving of draft courses into production.
admin_get_de_catalog_year modules/admin/admin.module Get the "de_catalog_year" from the REQUEST. If it's not there or invalid, pull it from our system settings.
admin_menu_handle_replacement_pattern modules/admin/admin.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.
admin_perm modules/admin/admin.module
admin_urgent_message_form modules/admin/admin.module Meant to be fed into "fp_system_settings_form()", this function returns an array which will automatically save values to our "variables" table.
admin_display_main modules/admin/admin.module This is the "main" page for the admin module. It's what the user first sees when the click to go to the Admin page.

Pages