Functions

Primary tabs

Contains filters are case sensitive
Namesort descending Location Description
system_status modules/system/system.module 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/system/system.install
t includes/misc.inc This function will facilitate translations by using hook_translate()
theme_pager includes/theme.inc Adapted from https://api.drupal.org/api/drupal/includes%21pager.inc/function/theme_pa...
theme_pager_first includes/theme.inc Adapted from: https://api.drupal.org/api/drupal/includes%21pager.inc/function/theme_pa...
theme_pager_last includes/theme.inc Adapted from https://api.drupal.org/api/drupal/includes%21pager.inc/function/theme_pa...
theme_pager_link includes/theme.inc Adapted from https://api.drupal.org/api/drupal/includes%21pager.inc/function/theme_pa...
theme_pager_next includes/theme.inc Adapted from https://api.drupal.org/api/drupal/includes%21pager.inc/function/theme_pa...
theme_pager_previous includes/theme.inc Adapted from https://api.drupal.org/api/drupal/includes%21pager.inc/function/theme_pa...
theme_table_header_sortable includes/theme.inc 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/theme.inc 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/theme.inc Sets our initial sort, if there isn't already one set.
timer_read includes/misc.inc Works with the timer_start() function to return how long it has been since the start.
timer_start includes/misc.inc Begin a microtime timer for later use.
tinymce_config_form modules/tinymce/tinymce.module
tinymce_form_alter modules/tinymce/tinymce.module Implementation of hook_form_alter
tinymce_init modules/tinymce/tinymce.module
tinymce_install modules/tinymce/tinymce.install Implementation of hook_install
tinymce_menu modules/tinymce/tinymce.module Implementation of hook_menu
tinymce_perm modules/tinymce/tinymce.module
update_status_check_now modules/update_status/update_status.module This will force a re-check of modules for this update_status module.
update_status_cron modules/update_status/update_status.module Implementation of hook_cron()
update_status_get_install_status_url modules/update_status/update_status.module Returns a URL containing install statuses for all installed modules on this site.
update_status_menu modules/update_status/update_status.module Implementation of hook_menu
update_status_perform_check modules/update_status/update_status.module This function actually performs the update status check with getflightpath.com
update_status_status modules/update_status/update_status.module Implementation of hook_status.
user_alter_student_profile_items modules/user/user.module Implements hook_alter_student_profile_items
user_check_password includes/password.inc Check whether a plain text password matches a stored hashed password.
user_display_student_users modules/user/user.student.inc Similar to user_display_users, except only for student users.
user_display_users modules/user/user.module Display our list of faculty/staff users in the system.
user_edit_attribute_form modules/user/user.module 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/user.module
user_edit_student_user_form modules/user/user.student.inc Let the user edit a studentuser's information.
user_edit_student_user_form_submit modules/user/user.student.inc Submit handler for editing student users.
user_edit_student_user_form_validate modules/user/user.student.inc Validate handler for editing student users.
user_edit_user_advisees_form modules/user/user.module This form lets us populate the advisor_student table
user_edit_user_advisees_form_submit modules/user/user.module Save to the advisor_student table
user_edit_user_advisees_form_validate modules/user/user.module Check to see if we entered a CWID which doesn't exist in students table.
user_edit_user_attributes_form modules/user/user.module
user_edit_user_attributes_form_submit modules/user/user.module
user_edit_user_form modules/user/user.module Let the user edit a user's roles and other information.
user_edit_user_form_submit modules/user/user.module Submit handler for our edit faculty form
user_edit_user_form_validate modules/user/user.module Validate handler for editing faculty users.
user_get_attribute modules/user/user.module Very similar to variable_get
user_get_registered_attributes modules/user/user.module invokes the right hook to return back all the "registered" attributes from other modules.
user_get_role_name modules/user/user.module Simple function to return the human-readable name for a role, by rid.
user_get_setting modules/user/user.module Very similar to variable_get
user_hash_password includes/password.inc Hash a password using a secure hash.
user_has_permission includes/misc.inc Returns TRUE or FALSE if the logged in user has access based on the permission supplied.
user_has_role includes/misc.inc Does the user have the specified role?

Pages