Functions
Search API
Primary tabs
|
Name |
Location | Description |
|---|---|---|
| notify_by_mail |
modules/ |
|
| notify_by_sms |
modules/ |
|
| notify_install |
modules/ |
|
| notify_save_notification |
modules/ |
Actually writes our notification to our notification_history table. |
| notify_send_notification_to_user |
modules/ |
$cid is the related content's cid, if applicable. |
| notify_update |
modules/ |
|
| pager_get_querystring |
includes/ |
Adapted from https://api.drupal.org/api/drupal/includes%21pager.inc/function/pager_ge... |
| pager_load_array |
includes/ |
Adapted from https://api.drupal.org/api/drupal/includes%21pager.inc/function/pager_lo... |
| pager_query |
includes/ |
Code adapted from Drupal 6: https://api.drupal.org/api/drupal/includes%21pager.inc/function/pager_qu... |
| password_get_complexity_rules |
includes/ |
Returns a list of complexity rules as either HTML (default) or an array. |
| password_validate_complexity |
includes/ |
This function checks a plain text password to make sure it meets our minimum complexity requirements. |
| ppm |
includes/ |
Alias of pretty_print($var) |
| prereqs_content_alter |
modules/ |
Implememnt hook_content_alter |
| prereqs_edit_course_form_submit |
modules/ |
Our submit handler. |
| prereqs_edit_course_form_validate |
modules/ |
validate for the edit course form, from admin.courses.inc. |
| prereqs_form_alter |
modules/ |
Implements hook_form_alter |
| 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_string_for_course |
modules/ |
Just gets whatever is in the database for this course. |
| 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_install |
modules/ |
hook_install. |
| prereqs_menu |
modules/ |
Implements hook_menu |
| prereqs_perm |
modules/ |
|
| prereqs_settings_form |
modules/ |
|
| 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_update |
modules/ |
|
| pretty_print |
includes/ |
|
| repair_html |
includes/ |
|
| schools_administer_schools_form |
modules/ |
|
| schools_administer_schools_form_submit |
modules/ |
|
| schools_check_access |
modules/ |
this is our custom access callback. |
| schools_content_alter |
modules/ |
|
| schools_data_form_submit |
modules/ |
|
| schools_form_alter |
modules/ |
Implements hook_form_alter |
| schools_get_schools_for_fapi |
modules/ |
Return a list of schools in an array, for use in the "options" of a select list in the Form API. |
| schools_get_school_code_for_id |
modules/ |
|
| schools_get_school_definitions |
modules/ |
|
| schools_get_school_id_for_user |
modules/ |
|
| schools_get_school_id_from_school_code |
modules/ |
|
| schools_get_school_name_for_id |
modules/ |
|
| schools_init |
modules/ |
Implements hook_init |
| schools_install |
modules/ |
Implements hook_install |
| schools_menu |
modules/ |
Implements hook_menu |
| schools_menu_alter |
modules/ |
hook_menu_alter |
| schools_override_elements_form_submit |
modules/ |
|
| schools_perm |
modules/ |
|
| search_user_can_search_for_some_advisees |
modules/ |
Basically, can the user see the "Advisees" tab at all? The answer is TRUE if they have any of the permissions that let them do so. |
| smtp_mail |
modules/ |
For attachments, the array can be one of two methods: |
| smtp_menu |
modules/ |
|
| smtp_settings_form |
modules/ |
