19 calls to user_get_attribute()

calendar.module in modules/calendar/calendar.module
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.module in modules/engagements/engagements.module
This is the primary module file for the engagements module.
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
hook.api.php in includes/hook.api.php
Lists all available hooks within FlightPath's core code.
hook_alter_student_profile_items in includes/hook.api.php
This hook is called before displaying the student profile box (which appears at the top of the screen on the profile page, as well as other tabs. If bool_mini is set to TRUE, then it means we are showing an abbreviated display, like on the Degree…
student_priority.module in modules/student_priority/student_priority.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.module in modules/system/system.module
system_mfa_login_form_validate in modules/system/system.module
user.module in modules/user/user.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.