Functions

Primary tabs

Contains filters are case sensitive
Namesort ascending Location Description
tinymce_menu modules/tinymce/tinymce.module Implementation of hook_menu
tinymce_install modules/tinymce/tinymce.install Implementation of hook_install
tinymce_init modules/tinymce/tinymce.module
tinymce_form_alter modules/tinymce/tinymce.module Implementation of hook_form_alter
tinymce_config_form modules/tinymce/tinymce.module
timer_start includes/misc.inc Begin a microtime timer for later use.
timer_read includes/misc.inc Works with the timer_start() function to return how long it has been since the start.
t includes/misc.inc This function will facilitate translations by using hook_translate()
system_update modules/system/system.install
system_status modules/system/system.module Implementation of hook_status Expected return is array( "severity" => "normal" or "warning" or "alert", "status" => "A message to display to the user.", );
system_settings_form_submit modules/system/system.module Extra submit handler for the system_settings_form
system_settings_form modules/system/system.module This is the "system settings" form.
system_school_data_form_validate modules/system/system.module Validate handler for the school_data_form.
system_school_data_form modules/system/system.module This form is for the school-data, like subject code descriptions, colleges, etc.
system_render_block modules/system/system.module
system_rebuild_css_js_query_string modules/system/system.module This function will recreate the dummy query string we add to the end of css and js files.
system_popup_report_contact_thank_you modules/system/system.module This is the thank you page you see after submitting the contact form.
system_popup_report_contact_form_submit modules/system/system.module
system_popup_report_contact_form modules/system/system.module This is the form which lets users send an email to the FlightPath production team,
system_perm modules/system/system.module Implementation of hook_perm(). Expects to return an array of permissions recognized by this module.
system_perform_run_cron modules/system/system.module Called from menu, will run hook_cron() for all modules.
system_perform_clear_menu_cache modules/system/system.module Clears only the menu cache
system_perform_clear_cache modules/system/system.module This function will clear our various caches by calling on the hook_clear_cache in each module.
system_modules_form_submit modules/system/system.module Submit handler for the modules form.
system_modules_form modules/system/system.module This is the form which an admin may use to manage the modules in the system.
system_menu modules/system/system.module
system_login_form_validate modules/system/system.module Validate function for the login form. This is where we will do all of the lookups to verify username and password. If you want to write your own login handler (like for LDAP) this is the function you would duplicate in a custom module, then use…
system_login_form_submit modules/system/system.module Submit handler for login form. If we are here, it probably means we have indeed authenticated. Just in case, we will test the form_state["passed_authentication"] value, which we expect to have been set in our validate handler.
system_login_form modules/system/system.module This draws the form which facilitates logins.
system_install modules/system/system.install Implementation of hook_install.
system_init modules/system/system.module Called on every page load.
system_handle_uninstall_module modules/system/system.module Called from the menu (ie, a URL) this function will uninstall a module.
system_handle_logout modules/system/system.module
system_handle_form_submit modules/system/system.module Intercepts form submissions from forms built with the form API.
system_get_roles_for_user modules/system/system.module Return an array containing the roles which have been assigned to a specific user.
system_get_exclude_degree_ids_from_appears_in_counts modules/system/system.module Uses the "exclude_majors...." setting, but converts them into an array of degree_ids.
system_get_available_themes modules/system/system.module Returns back an array (suitable for FAPI) of the available themes in the system.
system_fp_get_student_majors modules/system/system.module Implements hook_fp_get_student_majors.
system_flightpath_can_assign_course_to_degree_id modules/system/system.module Implements hook flightpath_can_assign_course_to_degree_id
system_execute_php_form_submit modules/system/system.module
system_execute_php_form modules/system/system.module
system_enable_module modules/system/system.module Handles the enabling (and possible installation) of module.
system_enable modules/system/system.install Implementation of hook_enable.
system_display_status_page modules/system/system.module This page displayes the results of each module's hook_status.
system_display_main_page modules/system/system.module Display the "main" tab-page for FlightPath. Displays announcements as well as the Tools menu, and the "special administrative tools" menu.
system_display_login_page modules/system/system.module Display the "login" page. This is the default page displayed to the user, at /login, if they have not logged in yet.
system_display_install_finished_page modules/system/system.module This page is displayed to the user once FlightPath has been installed.
system_display_disable_login_page modules/system/system.module
system_display_completed_db_updates modules/system/system.module Once db updates are run, display contents of this page.
system_disable_module modules/system/system.module Handles the disabling of the module in question.

Pages