12 calls to user_get_attribute()

calendar_get_appointments_for_faculty in modules/calendar/calendar.module
Return back a list of appointment content nodes for this faculty member, which fall between the specified datetimes.
engagements_form_alter in modules/engagements/engagements.module
Implements hook_form_alter
engagements_mass_sms_perform_batch_operation in modules/engagements/engagements.module
engagements_send_email_or_txt_form_submit in modules/engagements/engagements.module
engagements_send_email_or_txt_form_validate in modules/engagements/engagements.module
student_priority_get_calculations_for_student in modules/student_priority/student_priority.module
Run all of the calculations for a student, and return back the results in a formatted array.
system_mfa_login_form_validate in modules/system/system.module
user_alter_student_profile_items in modules/user/user.module
Implements hook_alter_student_profile_items
user_edit_attribute_form in 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_user_attributes_form in modules/user/user.module
user_user_settings_form in modules/user/user.module
This is the main settings form for a user.
user_user_settings_form_submit in modules/user/user.module
Save values from our settings form into the user_settings table (or other tables), as appropriate.