Functions

Primary tabs

Contains filters are case sensitive
Namesort descending Location Description
update_status_status modules/update_status/update_status.module Implementation of hook_status.
user_display_student_users modules/user/user.module Similar to user_display_users, except only for student users.
user_display_users modules/user/user.module Display our list of faculty/staff users in the system.
user_edit_student_user_form modules/user/user.module Let the user edit a studentuser's information.
user_edit_student_user_form_submit modules/user/user.module Submit handler for editing student users.
user_edit_student_user_form_validate modules/user/user.module Validate handler for editing student users.
user_edit_user_form modules/user/user.module Let the user edit a user's roles and other information.
user_edit_user_form_submit modules/user/user.module Submit handler for our edit faculty form
user_edit_user_form_validate modules/user/user.module Validate handler for editing faculty users.
user_get_role_name modules/user/user.module Simple function to return the human-readable name for a role, by rid.
user_has_permission includes/misc.inc Returns TRUE or FALSE if the logged in user has access based on the permission supplied.
user_has_role includes/misc.inc Does the user have the specified role?
user_menu modules/user/user.module Implementation of hook_menu
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_subtab_switchboard modules/user/user.module Decide what should happen when we go to "admin/config/users" by itself
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
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.
variable_set includes/db.inc Set a variable value, so we can retrieve it later on.
watchdog includes/db.inc Add a log entry to the watchdog (log) table.

Pages