Functions

Primary tabs

Contains filters are case sensitive
Namesort ascending Location Description
watchdog includes/db.inc Add a log entry to the watchdog (log) table.
variable_set includes/db.inc Set a variable value, so we can retrieve it later on.
variable_get includes/db.inc Get a variable from the database. We will first look in our GLOBALS array, to see that it hasn't already been retrieved this page load.
user_user_roles_form_submit modules/user/user.module
user_user_roles_form modules/user/user.module This form allows the user to manage the roles in the system.
user_subtab_switchboard modules/user/user.module Decide what should happen when we go to "admin/config/users" by itself
user_permissions_form_submit modules/user/user.module Submit handler for the permissions form.
user_permissions_form modules/user/user.module This is the permissions form, where users can set which roles have which permissions.
user_perm modules/user/user.module
user_menu modules/user/user.module Implementation of hook_menu
user_has_role includes/misc.inc Does the user have the specified role?
user_has_permission includes/misc.inc Returns TRUE or FALSE if the logged in user has access based on the permission supplied.
user_get_role_name modules/user/user.module Simple function to return the human-readable name for a role, by rid.
user_edit_user_form_validate modules/user/user.module Validate handler for editing faculty users.
user_edit_user_form_submit modules/user/user.module Submit handler for our edit faculty form
user_edit_user_form modules/user/user.module Let the user edit a user's roles and other information.
user_edit_student_user_form_validate modules/user/user.module Validate handler for editing student users.
user_edit_student_user_form_submit modules/user/user.module Submit handler for editing student users.
user_edit_student_user_form modules/user/user.module Let the user edit a studentuser's information.
user_display_users modules/user/user.module Display our list of faculty/staff users in the system.
user_display_student_users modules/user/user.module Similar to user_display_users, except only for student users.
update_status_status modules/update_status/update_status.module Implementation of hook_status.
update_status_perform_check modules/update_status/update_status.module This function actually performs the update status check with getflightpath.com
update_status_menu modules/update_status/update_status.module Implementation of hook_menu
update_status_get_install_status_url modules/update_status/update_status.module Returns a URL containing install statuses for all installed modules on this site.
update_status_cron modules/update_status/update_status.module Implementation of hook_cron()
update_status_check_now modules/update_status/update_status.module This will force a re-check of modules for this update_status module.
tinymce_perm modules/tinymce/tinymce.module
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 Eventually, this function will be used to translate strings. For now, just pass through. Allows variable replacements. Use like this: t("@name's blob", array("@name" => "Richard")); or simply t("My…
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_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.

Pages