Functions
Search API
Primary tabs
Name![]() |
Location | Description |
---|---|---|
system_school_data_form |
modules/ |
This form is for the school-data, like subject code descriptions, colleges, etc. |
system_school_data_form_validate |
modules/ |
Validate handler for the school_data_form. |
system_settings_form |
modules/ |
This is the "system settings" form. |
system_settings_form_submit |
modules/ |
Extra submit handler for the system_settings_form |
system_status |
modules/ |
Implementation of hook_status Expected return is array( "severity" => "normal" or "warning" or "alert", "status" => "A message to display to the user.", ); |
system_update |
modules/ |
|
t |
includes/ |
This function will facilitate translations by using hook_translate() |
theme_pager |
includes/ |
Adapted from https://api.drupal.org/api/drupal/includes%21pager.inc/function/theme_pa... |
theme_pager_first |
includes/ |
Adapted from: https://api.drupal.org/api/drupal/includes%21pager.inc/function/theme_pa... |
theme_pager_last |
includes/ |
Adapted from https://api.drupal.org/api/drupal/includes%21pager.inc/function/theme_pa... |
theme_pager_link |
includes/ |
Adapted from https://api.drupal.org/api/drupal/includes%21pager.inc/function/theme_pa... |
theme_pager_next |
includes/ |
Adapted from https://api.drupal.org/api/drupal/includes%21pager.inc/function/theme_pa... |
theme_pager_previous |
includes/ |
Adapted from https://api.drupal.org/api/drupal/includes%21pager.inc/function/theme_pa... |
theme_table_header_sortable |
includes/ |
Given an array of table headers (in the format listed below), returns back the HTML to draw it to the screen. This makes them clickable, to make the table header sortable. This is meant to be used with queries, by adding in an "ORDER BY"… |
theme_table_header_sortable_order_by |
includes/ |
Used with the theme_table_header_sortable function (meant to be called AFTER headers have been created.) |
theme_table_header_sortable_set_initial_sort |
includes/ |
Sets our initial sort, if there isn't already one set. |
timer_read |
includes/ |
Works with the timer_start() function to return how long it has been since the start. |
timer_start |
includes/ |
Begin a microtime timer for later use. |
tinymce_config_form |
modules/ |
|
tinymce_form_alter |
modules/ |
Implementation of hook_form_alter |
tinymce_init |
modules/ |
|
tinymce_install |
modules/ |
Implementation of hook_install |
tinymce_menu |
modules/ |
Implementation of hook_menu |
tinymce_perm |
modules/ |
|
update_status_check_now |
modules/ |
This will force a re-check of modules for this update_status module. |
update_status_cron |
modules/ |
Implementation of hook_cron() |
update_status_get_install_status_url |
modules/ |
Returns a URL containing install statuses for all installed modules on this site. |
update_status_menu |
modules/ |
Implementation of hook_menu |
update_status_perform_check |
modules/ |
This function actually performs the update status check with getflightpath.com |
update_status_status |
modules/ |
Implementation of hook_status. |
user_alter_student_profile_items |
modules/ |
Implements hook_alter_student_profile_items |
user_check_password |
includes/ |
Check whether a plain text password matches a stored hashed password. |
user_display_student_users |
modules/ |
Similar to user_display_users, except only for student users. |
user_display_users |
modules/ |
Display our list of faculty/staff users in the system. |
user_edit_attribute_form |
modules/ |
The form which lets us actually edit this user's attribute (ex: Visa Status) Meant to be very similar to: |
user_edit_attribute_form_submit |
modules/ |
|
user_edit_student_user_form |
modules/ |
Let the user edit a studentuser's information. |
user_edit_student_user_form_submit |
modules/ |
Submit handler for editing student users. |
user_edit_student_user_form_validate |
modules/ |
Validate handler for editing student users. |
user_edit_user_advisees_form |
modules/ |
This form lets us populate the advisor_student table |
user_edit_user_advisees_form_submit |
modules/ |
Save to the advisor_student table |
user_edit_user_advisees_form_validate |
modules/ |
Check to see if we entered a CWID which doesn't exist in students table. |
user_edit_user_attributes_form |
modules/ |
|
user_edit_user_attributes_form_submit |
modules/ |
|
user_edit_user_form |
modules/ |
Let the user edit a user's roles and other information. |
user_edit_user_form_submit |
modules/ |
Submit handler for our edit faculty form |
user_edit_user_form_validate |
modules/ |
Validate handler for editing faculty users. |
user_get_attribute |
modules/ |
Very similar to variable_get |
user_get_registered_attributes |
modules/ |
invokes the right hook to return back all the "registered" attributes from other modules. |
user_get_role_name |
modules/ |
Simple function to return the human-readable name for a role, by rid. |