Functions

Primary tabs

Contains filters are case sensitive
Name Locationsort ascending Description
schools_content_alter modules/schools/schools.module
schools_get_schools_for_fapi modules/schools/schools.module Return a list of schools in an array, for use in the "options" of a select list in the Form API.
schools_check_access modules/schools/schools.module this is our custom access callback.
schools_menu_alter modules/schools/schools.module hook_menu_alter
schools_menu modules/schools/schools.module Implements hook_menu
schools_init modules/schools/schools.module Implements hook_init
__schools_add_school_id_to_fp5_tables modules/schools/schools.module
schools_install modules/schools/schools.install Implements hook_install
prereqs_get_prereq_string_for_course modules/prereqs/prereqs.module Just gets whatever is in the database for this course.
prereqs_edit_course_form_submit modules/prereqs/prereqs.module Our submit handler.
prereqs_edit_course_form_validate modules/prereqs/prereqs.module validate for the edit course form, from admin.courses.inc.
prereqs_form_alter modules/prereqs/prereqs.module Implements hook_form_alter
prereqs_content_alter modules/prereqs/prereqs.module Implememnt hook_content_alter
prereqs_theme_advise_course_row modules/prereqs/prereqs.module Implements hook_theme_advise_course_row. Lets us re-write how our course rows are drawn, if desired.
prereqs_get_prereq_warnings_for_course modules/prereqs/prereqs.module This is meant to be a general function to find all relavent prereq warnings for the supplied course.
prereqs_get_prereq_array_from_string modules/prereqs/prereqs.module Assumes prereqs are written in this format: ACCT 101 (C) & ACCT 103 ACCT 102 (B)
prereqs_get_prereq_array_for_course modules/prereqs/prereqs.module Return back a friendly array of prereq courses that are required for THIS course_id.
prereqs_menu modules/prereqs/prereqs.module Implements hook_menu
prereqs_perm modules/prereqs/prereqs.module
prereqs_settings_form modules/prereqs/prereqs.module
prereqs_update modules/prereqs/prereqs.install
prereqs_install modules/prereqs/prereqs.install hook_install.
hook_prereqs_get_prereq_warnings_for_course modules/prereqs/prereqs.api.php If implemented, this hook has the option to modify or add more warnings after the original prereqs function is run.
notify_by_sms modules/notify/notify.module
notify_by_mail modules/notify/notify.module
notify_save_notification modules/notify/notify.module Actually writes our notification to our notification_history table.
notify_send_notification_to_user modules/notify/notify.module $cid is the related content's cid, if applicable.
notify_install modules/notify/notify.install
notify_update modules/notify/notify.install
masquerade_perm modules/masquerade/masquerade.module Implementation of hook_perm
masquerade_form_submit modules/masquerade/masquerade.module The submit handler for masquerade_form.
masquerade_form modules/masquerade/masquerade.module This form will let the user specify which user they wish to impersonate.
masquerade_init modules/masquerade/masquerade.module
masquerade_perform_masquerade modules/masquerade/masquerade.module Actually perform the switching of users to the selected user.
masquerade_menu modules/masquerade/masquerade.module Implementation of hook_menu
lassie_get_machine_name modules/lassie/lassie.module Converts the string into a compatible "machine name" for Lassie to use.
lassie_start modules/lassie/lassie.module Set a new job for Lassie to watch.
lassie_finish modules/lassie/lassie.module Tell Lassie that we have finished the job.
lassie_check modules/lassie/lassie.module Check to see if an email needs to be sent regarding this job.
lassie_check_all modules/lassie/lassie.module Check all of the jobs we are currently waiting on.
lassie_cron modules/lassie/lassie.module Implements hook_cron
engagements_imap_get_all_received_messages 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_get_file_extension_from_mime_type modules/engagements/engagements.module This function will look at the mime type (aka content type) to figure out what the file extension should be. This is useful when retrieving txt message media.
engagements_get_fp_price modules/engagements/engagements.module figure out the price we will charge.
engagements_sms_get_all_messages modules/engagements/engagements.module Retrieve all messages, update the ones which don't have prices associated with them yet.
engagements_cron modules/engagements/engagements.module Implements hook_cron
engagements_get_sms_from_history modules/engagements/engagements.module
engagements_sms_settings_form modules/engagements/engagements.module Configure the various SMS settings
engagements_imap_settings_form modules/engagements/engagements.module Configure the imap settings used by Engagements
engagements_menu modules/engagements/engagements.module Implement hook_menu

Pages