Functions

Primary tabs

Contains filters are case sensitive
Name Locationsort descending Description
update_status_menu modules/update_status/update_status.module Implementation of hook_menu
update_status_check_now modules/update_status/update_status.module This will force a re-check of modules for this update_status module.
update_status_perform_check modules/update_status/update_status.module This function actually performs the update status check with getflightpath.com
update_status_cron modules/update_status/update_status.module Implementation of hook_cron()
update_status_status modules/update_status/update_status.module Implementation of hook_status.
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.
hook_user_register_user_attributes modules/user/user.api.php Sample hook other modules implement to register a user attribute.
hook_alter_user_attribute_display modules/user/user.api.php This function lets us alter the value of a user attribute, before it is displayed to the user.
hook_alter_student_profile_items modules/user/user.api.php Allows other modules to alter the "profile items".
user_edit_user_attributes_form modules/user/user.module
user_edit_user_attributes_form_submit modules/user/user.module
user_alter_student_profile_items modules/user/user.module Implements hook_alter_student_profile_items
user_get_registered_attributes modules/user/user.module invokes the right hook to return back all the "registered" attributes from other modules.
user_edit_attribute_form modules/user/user.module The form which lets us actually edit this user's attribute (ex: Visa Status) Meant to be very similar to:
user_edit_attribute_form_submit modules/user/user.module
user_menu modules/user/user.module Implementation of hook_menu
user_user_settings_form modules/user/user.module This is the main settings form for a user.
user_user_settings_form_validate modules/user/user.module Needed if we are trying to change password.
user_user_settings_form_submit modules/user/user.module Save values from our settings form into the user_settings table (or other tables), as appropriate.
user_set_setting modules/user/user.module Very similar to variable_set
user_get_setting modules/user/user.module Very similar to variable_get
user_set_attribute modules/user/user.module Very similar to variable_set
user_get_attribute modules/user/user.module Very similar to variable_get
user_subtab_switchboard modules/user/user.module Decide what should happen when we go to "admin/config/users" by itself
user_perm modules/user/user.module
user_permissions_form modules/user/user.module This is the permissions form, where users can set which roles have which permissions.
user_permissions_form_submit modules/user/user.module Submit handler for the permissions form.
user_user_roles_form modules/user/user.module This form allows the user to manage the roles in the system.
user_user_roles_form_submit modules/user/user.module
user_edit_user_advisees_form modules/user/user.module This form lets us populate the advisor_student table
user_edit_user_advisees_form_validate modules/user/user.module Check to see if we entered a CWID which doesn't exist in students table.
user_edit_user_advisees_form_submit modules/user/user.module Save to the advisor_student table
user_edit_user_form modules/user/user.module Let the user edit a user's roles and other information.
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_display_users modules/user/user.module Display our list of faculty/staff users in the system.
user_list_filter_form modules/user/user.module
user_list_filter_form_submit modules/user/user.module
user_get_role_name modules/user/user.module Simple function to return the human-readable name for a role, by rid.
user_display_student_users modules/user/user.student.inc Similar to user_display_users, except only for student users.
user_student_list_filter_form modules/user/user.student.inc
user_student_list_filter_form_submit modules/user/user.student.inc
user_student_edit_student_courses_form modules/user/user.student.inc This is the form which we will use to manage a student's courses they've taken.
user_student_edit_student_courses_form_validate modules/user/user.student.inc
user_student_edit_student_courses_form_submit modules/user/user.student.inc
user_edit_student_user_form modules/user/user.student.inc Let the user edit a studentuser's information.
user_edit_student_user_form_validate modules/user/user.student.inc Validate handler for editing student users.
user_edit_student_user_form_submit modules/user/user.student.inc Submit handler for editing student users.

Pages