10 calls to engagements_convert_to_pretty_phone_number()
Search API
- calendar_appointment_content_form_validate in modules/
calendar/ calendar.module - Custom validate handler for when we save an appointment form. We want to confirm the student is valid, and also store ONLY the cwid.
- calendar_content_alter in modules/
calendar/ calendar.module - Implements hook_content_alter. We want to alter the way that our calendar appointments are displayed.
- calendar_schedule_appointment_confirm_form in modules/
calendar/ calendar.module - The confirmation form the user will see once they have made their schedule selections.
- calendar_schedule_appointment_confirm_form_submit in modules/
calendar/ calendar.module - We passed validation, it's time to actually submit now!
- engagements_display_advisee_engagements_page in modules/
engagements/ engagements.module - engagements_form_alter in modules/
engagements/ engagements.module - Implements hook_form_alter
- engagements_get_from_phones_for_fapi in modules/
engagements/ engagements.module - Returns back the phone lines available.
- engagements_handle_incoming_sms in modules/
engagements/ engagements.module - This catches incoming sms messages from POST, but can also be used by our "sms_get_all_messages" function, but it is also used by the sms_get_all_messages to save/update information.
- engagements_perm in modules/
engagements/ engagements.module - user_user_settings_form in modules/
user/ user.module - This is the main settings form for a user.