Functions
Search API
Primary tabs
|
Name |
Location | Description |
|---|---|---|
| update_status_cron |
modules/ |
Implementation of hook_cron() |
| update_status_get_install_status_url |
modules/ |
Returns a URL containing install statuses for all installed modules on this site. |
| update_status_menu |
modules/ |
Implementation of hook_menu |
| update_status_perform_check |
modules/ |
This function actually performs the update status check with getflightpath.com |
| update_status_status |
modules/ |
Implementation of hook_status. |
| user_alter_student_profile_items |
modules/ |
Implements hook_alter_student_profile_items |
| user_check_password |
includes/ |
Check whether a plain text password matches a stored hashed password. |
| user_display_student_users |
modules/ |
Similar to user_display_users, except only for student users. |
| user_display_users |
modules/ |
Display our list of faculty/staff users in the system. |
| user_edit_attribute_form |
modules/ |
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_edit_student_user_form |
modules/ |
Let the user edit a studentuser's information. |
| user_edit_student_user_form_submit |
modules/ |
Submit handler for editing student users. |
| user_edit_student_user_form_validate |
modules/ |
Validate handler for editing student users. |
| user_edit_user_advisees_form |
modules/ |
This form lets us populate the advisor_student table |
| user_edit_user_advisees_form_submit |
modules/ |
Save to the advisor_student table |
| user_edit_user_advisees_form_validate |
modules/ |
Check to see if we entered a CWID which doesn't exist in students table. |
| user_edit_user_attributes_form |
modules/ |
|
| user_edit_user_attributes_form_submit |
modules/ |
|
| user_edit_user_form |
modules/ |
Let the user edit a user's roles and other information. |
| user_edit_user_form_submit |
modules/ |
Submit handler for our edit faculty form |
| user_edit_user_form_validate |
modules/ |
Validate handler for editing faculty users. |
| user_get_attribute |
modules/ |
Very similar to variable_get |
| user_get_registered_attributes |
modules/ |
invokes the right hook to return back all the "registered" attributes from other modules. |
| user_get_role_name |
modules/ |
Simple function to return the human-readable name for a role, by rid. |
| user_get_setting |
modules/ |
Very similar to variable_get |
| user_hash_password |
includes/ |
Hash a password using a secure hash. |
| user_has_permission |
includes/ |
Returns TRUE or FALSE if the logged in user has access based on the permission supplied. |
| user_has_role |
includes/ |
Does the user have the specified role? |
| user_list_filter_form |
modules/ |
|
| user_list_filter_form_submit |
modules/ |
|
| user_menu |
modules/ |
Implementation of hook_menu |
| user_needs_new_hash |
includes/ |
|
| user_perm |
modules/ |
|
| user_permissions_form |
modules/ |
This is the permissions form, where users can set which roles have which permissions. |
| user_permissions_form_submit |
modules/ |
Submit handler for the permissions form. |
| user_set_attribute |
modules/ |
Very similar to variable_set |
| user_set_setting |
modules/ |
Very similar to variable_set |
| user_student_edit_student_courses_form |
modules/ |
This is the form which we will use to manage a student's courses they've taken. |
| user_student_edit_student_courses_form_submit |
modules/ |
|
| user_student_edit_student_courses_form_validate |
modules/ |
|
| user_student_list_filter_form |
modules/ |
|
| user_student_list_filter_form_submit |
modules/ |
|
| user_subtab_switchboard |
modules/ |
Decide what should happen when we go to "admin/config/users" by itself |
| user_user_roles_form |
modules/ |
This form allows the user to manage the roles in the system. |
| user_user_roles_form_submit |
modules/ |
|
| user_user_settings_form |
modules/ |
This is the main settings form for a user. |
| user_user_settings_form_submit |
modules/ |
Save values from our settings form into the user_settings table (or other tables), as appropriate. |
| user_user_settings_form_validate |
modules/ |
Needed if we are trying to change password. |
| variable_delete |
includes/ |
Remove a variable entirely from the table |
