47 calls to variable_get()

admin_advising_settings_form in modules/admin/admin.module
This is a systems settings form, which lets the user edit advising variabled for FlightPath.
admin_apply_draft_changes_form_submit in modules/admin/admin.module
Handles the actual moving of draft courses into production.
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_submit in modules/admin/admin.module
This function should perform the actual copy of data!
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_display_popup_change_term in modules/advise/advise.module
This popup allows the advisor to change the advising term.
advise_display_popup_substitute_selected in modules/advise/advise.module
blank_degrees_select_degree_form in modules/blank_degrees/blank_degrees.module
This form lets the user select which degree they wish to view.
comments_comment_form in modules/comments/comments.module
This is the form to enter a new comment.
course_search_display_courses in modules/course_search/course_search.module
Show the user their select of courses.
course_search_display_edit_courses in modules/course_search/course_search.edit.inc
Display a plain list of courses, making it easier for admins to edit schedules and details in one spot.
course_search_download_syllabus in modules/course_search/course_search.module
This function will actually deliver a syllabus to the user's browser for download.
course_search_edit_course_details_form in modules/course_search/course_search.edit.inc
This form lets the user edit the course's syllabus or rotation schedule
course_search_edit_course_details_form_submit in modules/course_search/course_search.edit.inc
course_search_get_offering_csv in modules/course_search/course_search.edit.inc
course_search_settings_form in modules/course_search/course_search.module
The system settins form for course_search settings.
fp_goto in includes/misc.inc
Redirect the user's browser to the specified internal path + query.
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…
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…
menu_execute_page_request in includes/menu.inc
stats_draw_majors_with_options_pulldown in modules/stats/stats.module
Display a major selection pulldown, used by other reports.
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_query_advisees in modules/student_search/student_search.module
student_search_settings_form in modules/student_search/student_search.module
This is a system_settings form for configuring our module.
system_execute_php_form in modules/system/system.module
system_init in modules/system/system.module
Called on every page load.
system_popup_report_contact_form_submit in modules/system/system.module
system_school_data_form in modules/system/system.module
This form is for the school-data, like subject code descriptions, colleges, etc.
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.module
Let the user edit a studentuser's information.
_AdvisingScreen::get_quality_points in classes/_AdvisingScreen.php
Calculate the quality points for a grade and hours.
_Course::get_quality_points in classes/_Course.php
Calculate the quality points for this course's grade and hours.
_Course::load_descriptive_data in classes/_Course.php
This function will load $this will all sorts of descriptive data from the database. For example, hours, title, description, etc.
_CourseList::count_credit_hours in classes/_CourseList.php
Similar to count_hours, but this will only count courses which have been taken and have a grade.
_DatabaseHandler::get_degree_plan in classes/_DatabaseHandler.php
_DatabaseHandler::load_course_descriptive_data in classes/_DatabaseHandler.php
_FlightPath::load_advising_session_from_database in classes/_FlightPath.php
_FlightPath::save_advising_session_from_post in classes/_FlightPath.php
_Student::load_courses_taken in classes/_Student.php
_Student::load_significant_courses in classes/_Student.php
_Student::load_student in classes/_Student.php