Functions
Search API
Primary tabs
Name | Location | Description |
---|---|---|
engagements_handle_incoming_sms |
modules/ |
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_get_user_notify_sms_receipt_values |
modules/ |
Get an array of numbers which the user should be notified of when they receive an SMS. |
engagements_get_users_to_be_notified_for_sms_on_number |
modules/ |
Returns an array of all the user who should receive notifications when we receive an SMS at a particular number. |
engagements_get_from_phones_for_fapi |
modules/ |
Returns back the phone lines available. |
engagements_menu_handle_replacement_pattern |
modules/ |
implements hook_menu_handle_replacement_pattern |
engagements_get_alert_count_by_type |
modules/ |
Implements hook_get_count_for_alert_type |
engagements_display_advisee_engagements_page |
modules/ |
|
engagements_handle_sms_stop |
modules/ |
This function is called by engagements_handle_incoming_sms, when we receive 'STOP' from the user. We must add them to our "sms_do_not_txt" table, and send a reply letting them know how to re-subscribe in the future. |
engagements_handle_sms_unstop |
modules/ |
User opted-IN to receiving txt messages. |
engagements_can_send_sms_to_number |
modules/ |
|
engagements_get_signalwire_sms_error_codes_array |
modules/ |
|
lassie_get_machine_name |
modules/ |
Converts the string into a compatible "machine name" for Lassie to use. |
lassie_start |
modules/ |
Set a new job for Lassie to watch. |
lassie_finish |
modules/ |
Tell Lassie that we have finished the job. |
lassie_check |
modules/ |
Check to see if an email needs to be sent regarding this job. |
lassie_check_all |
modules/ |
Check all of the jobs we are currently waiting on. |
lassie_cron |
modules/ |
Implements hook_cron |
masquerade_menu |
modules/ |
Implementation of hook_menu |
masquerade_perform_masquerade |
modules/ |
Actually perform the switching of users to the selected user. |
masquerade_init |
modules/ |
|
masquerade_form |
modules/ |
This form will let the user specify which user they wish to impersonate. |
masquerade_form_submit |
modules/ |
The submit handler for masquerade_form. |
masquerade_perm |
modules/ |
Implementation of hook_perm |
notify_install |
modules/ |
|
notify_update |
modules/ |
|
notify_send_notification_to_user |
modules/ |
$cid is the related content's cid, if applicable. |
notify_save_notification |
modules/ |
Actually writes our notification to our notification_history table. |
notify_by_mail |
modules/ |
|
notify_by_sms |
modules/ |
|
hook_prereqs_get_prereq_warnings_for_course |
modules/ |
If implemented, this hook has the option to modify or add more warnings after the original prereqs function is run. |
prereqs_install |
modules/ |
hook_install. |
prereqs_update |
modules/ |
|
prereqs_menu |
modules/ |
Implements hook_menu |
prereqs_perm |
modules/ |
|
prereqs_settings_form |
modules/ |
|
prereqs_form_alter |
modules/ |
Implements hook_form_alter |
prereqs_edit_course_form_validate |
modules/ |
validate for the edit course form, from admin.courses.inc. |
prereqs_edit_course_form_submit |
modules/ |
Our submit handler. |
prereqs_get_prereq_string_for_course |
modules/ |
Just gets whatever is in the database for this course. |
prereqs_get_prereq_array_for_course |
modules/ |
Return back a friendly array of prereq courses that are required for THIS course_id. |
prereqs_get_prereq_array_from_string |
modules/ |
Assumes prereqs are written in this format: ACCT 101 (C) & ACCT 103 ACCT 102 (B) |
prereqs_get_prereq_warnings_for_course |
modules/ |
This is meant to be a general function to find all relavent prereq warnings for the supplied course. |
prereqs_theme_advise_course_row |
modules/ |
Implements hook_theme_advise_course_row. Lets us re-write how our course rows are drawn, if desired. |
prereqs_content_alter |
modules/ |
Implememnt hook_content_alter |
schools_install |
modules/ |
Implements hook_install |
__schools_add_school_id_to_fp5_tables |
modules/ |
|
schools_init |
modules/ |
Implements hook_init |
schools_menu |
modules/ |
Implements hook_menu |
schools_menu_alter |
modules/ |
hook_menu_alter |
schools_check_access |
modules/ |
this is our custom access callback. |