115 calls to variable_get()

admin_add_degree_form in modules/admin/admin.degrees.inc
This form lets the user add a degree to the database.
admin_add_degree_form_submit in modules/admin/admin.degrees.inc
Submit handler for the add_degree_form.
admin_apply_draft_changes_form_submit in modules/admin/admin.module
Handles the actual moving of draft courses into production.
admin_apply_draft_changes_form_validate in modules/admin/admin.module
Before we apply changes, make sure the password is correct.
admin_cron in modules/admin/admin.module
hook_cron
admin_display_main in modules/admin/admin.module
This is the "main" page for the admin module. It's what the user first sees when the click to go to the Admin page.
admin_duplicate_year_form_validate in modules/admin/admin.module
Before we duplicate the year, make sure the password is correct.
admin_get_course_array_from_definition_data in modules/admin/admin.groups.inc
admin_urgent_message_form in modules/admin/admin.module
Meant to be fed into "fp_system_settings_form()", this function returns an array which will automatically save values to our "variables" table.
advise_cron in modules/advise/advise.module
hook_cron
AdvisingScreen::build_screen_elements in classes/AdvisingScreen.php
This function calls the other "build" functions to assemble the View or What If tabs in FlightPath.
AdvisingScreen::display_popup_course_description in classes/AdvisingScreen.php
Displays the contents of the Descripton tab for the course popup.
AdvisingScreen::display_popup_substitute in classes/AdvisingScreen.php
This is used to display the substitution popup to a user, to let them actually make a substitution.
AdvisingScreen::draw_popup_group_subject_select in classes/AdvisingScreen.php
When the groupSelect has too many courses, they are broken down into subjects, and the user first selects a subject. This function will draw out that select list.
AdvisingScreen::output_to_browser in classes/AdvisingScreen.php
This method outputs the screen to the browser by performing an include(path-to-theme-file.php). All necessary information must be placed into certain variables before the include happens.
blank_degrees_menu in modules/blank_degrees/blank_degrees.module
Implementation of hook_menu
comments_cron in modules/comments/comments.module
hook_cron
content_add_new_uploaded_file in modules/content/content.module
bool_replace_existing means should we replace an existing file (based on filename) with this new one? Instead of creating an INSERT, that is.
content_cron in modules/content/content.module
hook_cron
content_menu in modules/content/content.module
content_public_files_form in modules/content/content.module
This screen lets the user upload/manage/delete "public files" stored at custom/files/content_uploads/public_uploads/
content_public_files_form_validate in modules/content/content.module
course_search_display_courses in modules/course_search/course_search.module
Show the user their select of courses.
course_search_display_search in modules/course_search/course_search.module
Displays the search pulldown for the user to use to find courses.
DatabaseHandler::db_error in classes/DatabaseHandler.php
Draw out the error onto the screen.
DatabaseHandler::get_course_id in classes/DatabaseHandler.php
encryption_get_key in modules/encryption/encryption.module
Returns back a suitable key, either from our string or file location.
encryption_settings_form in modules/encryption/encryption.module
engagements_cron in modules/engagements/engagements.module
Implements hook_cron
engagements_display_main in modules/engagements/engagements.module
displays the main Engagements tab, which shows the history of past engagements.
engagements_form_alter in modules/engagements/engagements.module
Implements hook_form_alter
engagements_get_from_phones in modules/engagements/engagements.module
Get the available "from phone" numbers in an organized array structure.
engagements_handle_incoming_sms in modules/engagements/engagements.module
This catches incoming sms messages from POST, but can also be used by our "sms_get_all_messages" function, but it is also used by the sms_get_all_messages to save/update information.
engagements_handle_sms_stop in modules/engagements/engagements.module
This function is called by engagements_handle_incoming_sms, when we receive 'STOP' from the user. We must add them to our "sms_do_not_txt" table, and send a reply letting them know how to re-subscribe in the future.
engagements_handle_sms_unstop in modules/engagements/engagements.module
User opted-IN to receiving txt messages.
engagements_imap_get_all_received_messages in 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_imap_settings_form in modules/engagements/engagements.module
Configure the imap settings used by Engagements
engagements_mass_sms_form_validate in modules/engagements/engagements.module
engagements_send_email_or_txt_form_submit in modules/engagements/engagements.module
engagements_send_sms_to_number in modules/engagements/engagements.module
Actually send a text message. Will drupal_set_message() as an error if there is a problem, and return FALSE. Returns TRUE on success, no drupal_set_message is printed.
engagements_sms_get_all_messages in modules/engagements/engagements.module
Retrieve all messages, update the ones which don't have prices associated with them yet.
engagements_sms_settings_form in modules/engagements/engagements.module
Configure the various SMS settings
FlightPath::init in classes/FlightPath.php
FlightPath::z__cache_course_inventory in classes/FlightPath.php
fp_get_alert_count_by_type in includes/misc.inc
Returns back the total, read, and unread numbers previously calculated to see if we need to place a badge next to the bell icon at the top of the screen. If unset, we will call the recalculate function.
fp_get_degree_classifications in includes/misc.inc
Return back an assoc array of our set degree classifications, separated by "level"
fp_get_user_timezone in includes/db.inc
Returns back the timezone for this user, if selected. If not, we return back the system timezone.
fp_goto in includes/misc.inc
Redirect the user's browser to the specified internal path + query.
fp_theme_location in includes/theme.inc
Return the theme location
fp_token in includes/misc.inc
Returns back the site's "token", which is a simply md5 of some randomness. It is used primarily with forms, to ensure against cross-site forgeries. The site's token gets saved to the variables table, for later use. The idea is…
fp_url in includes/misc.inc
This function will take a path, ex: "admin/config/module" and a query, ex: "nid=5&whatever=yes" And join them together, respecting whether or not clean URL's are enabled.
hook_status in includes/hook.api.php
Reports status information which each module is aware of, visible on admin/config/status.
l in includes/misc.inc
This works like Drupal's l() function for creating links. Ex: l("Click here for course search!", "tools/course-search", "abc=xyz&hello=goodbye", array("class" => "my-class")); Do not…
lassie_check in modules/lassie/lassie.module
Check to see if an email needs to be sent regarding this job.
lassie_cron in modules/lassie/lassie.module
Implements hook_cron
lassie_finish in modules/lassie/lassie.module
Tell Lassie that we have finished the job.
menu_execute_page_request in includes/menu.inc
notify_send_notification_to_user in modules/notify/notify.module
$cid is the related content's cid, if applicable.
page--login.tpl.php in themes/fp6_clean/page--login.tpl.php
This file is responsible for outputting our content to the web browser.
page--login.tpl.php in themes/how_to_customize/custom_fp6_clean/page--login.tpl.php
This file is responsible for outputting our content to the web browser.
page.tpl.php in themes/fp6_clean/page.tpl.php
This file is responsible for outputting our content to the web browser.
page.tpl.php in themes/how_to_customize/custom_fp6_clean/page.tpl.php
This file is responsible for outputting our content to the web browser.
prereqs_content_alter in modules/prereqs/prereqs.module
Implememnt hook_content_alter
prereqs_get_prereq_warnings_for_course in modules/prereqs/prereqs.module
This is meant to be a general function to find all relavent prereq warnings for the supplied course.
prereqs_settings_form in modules/prereqs/prereqs.module
prereqs_theme_advise_course_row in modules/prereqs/prereqs.module
Implements hook_theme_advise_course_row. Lets us re-write how our course rows are drawn, if desired.
schools_administer_schools_form in modules/schools/schools.module
schools_form_alter in modules/schools/schools.module
Implements hook_form_alter
schools_init in modules/schools/schools.module
Implements hook_init
smtp_mail in modules/smtp/smtp.module
For attachments, the array can be one of two methods:
smtp_settings_form in modules/smtp/smtp.module
stats_draw_catalog_year_pulldown in modules/stats/stats.module
Return the HTML for a pulldown containing the catalog years available for selection.
stats_menu in modules/stats/stats.module
Implementation of hook_menu
stats_report_major_counts in modules/stats/stats.module
This report shows how many students are in each major.
Student::get_rank_description in classes/Student.php
Given a rank_code like FR, SO, etc., get the english description. For example: Freshman, Sophomore, etc.
Student::load_significant_courses in classes/Student.php
student_files_handle_upload in modules/student_files/student_files.module
Handles the upload of a file which we assume is located at $_FILES["student_file_upload_file"], or the provided $file array.
student_files_little_upload_form in modules/student_files/student_files.module
student_files_settings_form in modules/student_files/student_files.module
student_files_upload_any_student_files_form in modules/student_files/student_files.module
This is where we can upload (en masse?) to any arbitrary student.
student_search_display_majors_search in modules/student_search/student_search.module
Display the majors search sub-tab, where we can select a major and see the students assigned to it.
student_search_get_advanced_search_tips in modules/student_search/student_search.module
Simply returns the HTML to display the "advanced search tips" collapsible fieldset and instructions.
student_search_query_advisees in modules/student_search/student_search.module
The limit is how many we will query, and also how many will appear on the page at one time.
student_search_settings_form in modules/student_search/student_search.module
This is a system_settings form for configuring our module.
student_search_student_select_switchboard in modules/student_search/student_search.module
The user has selected a student (clicked on a row) from the Search or My Advisees screen.
system_check_course_inventory_should_be_reloaded in modules/system/system.module
Should the course inventory get reloaded from file? If so, return TRUE.
system_cron in modules/system/system.module
Implementation of hook_cron
system_display_dashboard_page in modules/system/system.module
This is the "dashboard" page for FlightPath, which replaces the "main" page from FP 5.
system_display_login_help_page in modules/system/system.module
This page will be shown when the user clicks the "Need Help Logging In?" link on the login page.
system_display_login_page in modules/system/system.module
Display the "login" page. This is the default page displayed to the user, at /login, if they have not logged in yet.
system_execute_php_form in modules/system/system.module
system_get_user_whitelist in modules/system/system.module
Returns the "whitelist" or "allow list" (from system settings) as an array. If empty, it will return FALSE
system_init in modules/system/system.module
Called on every page load.
system_login_form in modules/system/system.module
This draws the form which facilitates logins.
system_login_form_submit in modules/system/system.module
Submit handler for login form. If we are here, it probably means we have indeed authenticated. Just in case, we will test the form_state["passed_authentication"] value, which we expect to have been set in our validate handler.
system_login_form_validate in modules/system/system.module
Validate function for the login form. This is where we will do all of the lookups to verify username and password. If you want to write your own login handler (like for LDAP) this is the function you would duplicate in a custom module, then use…
system_menu in modules/system/system.module
system_popup_report_contact_form in modules/system/system.module
This is the form which lets users send an email to the FlightPath production team,
system_popup_report_contact_form_submit in modules/system/system.module
system_popup_report_contact_thank_you in modules/system/system.module
This is the thank you page you see after submitting the contact form.
system_reload_and_cache_course_inventory in modules/system/system.module
Formerly part of the FlightPath class, this function will read in or reload the course inventory into a file, which then goes into the SESSION to make it faster to access.
system_settings_form in modules/system/system.module
This is the "system settings" form.
system_status in 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.", );
tinymce_config_form in modules/tinymce/tinymce.module
tinymce_init in modules/tinymce/tinymce.module
update_status_cron in modules/update_status/update_status.module
Implementation of hook_cron()
update_status_status in modules/update_status/update_status.module
Implementation of hook_status.
user_edit_student_user_form in modules/user/user.student.inc
Let the user edit a studentuser's information.
user_hash_password in includes/password.inc
Hash a password using a secure hash.
user_needs_new_hash in includes/password.inc
user_user_settings_form in modules/user/user.module
This is the main settings form for a user.
variable_get_for_school in 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.
z__course_search_get_offering_csv in modules/course_search/course_search.edit.inc
z__stats_report_selected_degree_options in modules/stats/stats.module
This report will show which degree options are being selected for degrees which offer options.
_fp_error_handler in includes/misc.inc
This is our custom error handler, which will intercept PHP warnings, notices, etc, and let us display them, log them, etc.