8 calls to content_save()
Search API
- calendar_confirm_cancel_appointment_form_submit in modules/
calendar/ calendar.module - calendar_schedule_appointment_confirm_form_submit in modules/
calendar/ calendar.module - We passed validation, it's time to actually submit now!
- content_edit_content_form_submit in modules/
content/ content.module - Submit handler for the edit content form.
- content_unpublish_content_form_submit in modules/
content/ content.module - 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_handle_tracking_pixel_request in modules/
engagements/ engagements.module - The user has opened an email with a tracking pixel. We will now record that it was opened in our engagements_tracking table.
- engagements_imap_get_all_received_messages in modules/
engagements/ engagements.module - Connect to our imap server, download all received messages from students (or others). We will then delete them, so they don't get read twice.
- engagements_send_email_or_txt_form_submit in modules/
engagements/ engagements.module