Functions

Primary tabs

Contains filters are case sensitive
Namesort ascending Location Description
__schools_add_school_id_to_fp5_tables modules/schools/schools.module
_password_itoa64 includes/password.inc Returns a string for mapping an int to the corresponding base 64 character.
_password_get_count_log2 includes/password.inc Parse the log2 iteration count from a stored hash or setting string.
_password_generate_salt includes/password.inc Generates a random base 64-encoded salt prefixed with settings for the hash.
_password_enforce_log2_boundaries includes/password.inc Ensures that $count_log2 is within set bounds.
_password_crypt includes/password.inc Hash a password using a secure stretched hash.
_password_base64_encode includes/password.inc Encodes bytes into printable base 64 using the *nix standard from crypt().
_fp_map_php_error_code includes/misc.inc Map an error code into an Error word *
_fp_error_handler includes/misc.inc This is our custom error handler, which will intercept PHP warnings, notices, etc, and let us display them, log them, etc.
_engagements_imap_get_body modules/engagements/engagements.module
_engagements_imap_get_attachments modules/engagements/engagements.module $inbox is the imap link. email_number is msg_no.
_content_generate_create_table_sql modules/content/content.module Meant to be run by admin, this generates table creation sql for a given type.
z______student_search_render_advisees modules/student_search/student_search.module
z__student_search_render_advisees modules/student_search/student_search.module
z__stats_report_selected_degree_options modules/stats/stats.module This report will show which degree options are being selected for degrees which offer options.
z__stats_draw_student_cwid_form modules/stats/stats.module Draws a simple form for entering a student's CWID, used by other reports.
z__schools_apply_draft_changes modules/schools/schools.module Implements hook_apply_draft_changes
z__schools_admin_copy_degree_form_validate modules/schools/schools.module
z__fp_get_system_settings includes/db.inc
z__course_search_get_offering_csv modules/course_search/course_search.edit.inc
z__course_search_display_view_reports modules/course_search/course_search.edit.inc
z__admin_display_watchdog modules/admin/admin.module Displays recent watchdog entries, from the watchdog table
watchdog includes/db.inc Add a log entry to the watchdog (log) table.
variable_set includes/db.inc Set a variable value, so we can retrieve it later on.
variable_get_for_school includes/db.inc Get a value for a particular school. if bool_ignore_override is TRUE, then we won't worry if it's being overwritten or not.
variable_get includes/db.inc Get a variable from the database. We will first look in our GLOBALS array, to see that it hasn't already been retrieved this page load.
variable_exists includes/db.inc Returns TRUE or FALSE if the variable exists in the variables table.
variable_delete includes/db.inc Remove a variable entirely from the table
user_user_settings_form_validate modules/user/user.module Needed if we are trying to change password.
user_user_settings_form_submit modules/user/user.module Save values from our settings form into the user_settings table (or other tables), as appropriate.
user_user_settings_form modules/user/user.module This is the main settings form for a user.
user_user_roles_form_submit modules/user/user.module
user_user_roles_form modules/user/user.module This form allows the user to manage the roles in the system.
user_subtab_switchboard modules/user/user.module Decide what should happen when we go to "admin/config/users" by itself
user_student_list_filter_form_submit modules/user/user.student.inc
user_student_list_filter_form modules/user/user.student.inc
user_student_edit_student_courses_form_validate modules/user/user.student.inc
user_student_edit_student_courses_form_submit modules/user/user.student.inc
user_student_edit_student_courses_form modules/user/user.student.inc This is the form which we will use to manage a student's courses they've taken.
user_set_setting modules/user/user.module Very similar to variable_set
user_set_attribute modules/user/user.module Very similar to variable_set
user_permissions_form_submit modules/user/user.module Submit handler for the permissions form.
user_permissions_form modules/user/user.module This is the permissions form, where users can set which roles have which permissions.
user_perm modules/user/user.module
user_needs_new_hash includes/password.inc
user_menu modules/user/user.module Implementation of hook_menu
user_list_filter_form_submit modules/user/user.module
user_list_filter_form modules/user/user.module
user_has_role includes/misc.inc Does the user have the specified role?
user_has_permission includes/misc.inc Returns TRUE or FALSE if the logged in user has access based on the permission supplied.

Pages