110 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_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_degrees in modules/admin/admin.degrees.inc
admin_display_degrees_popup_add_group in modules/admin/admin.degrees.inc
admin_display_degrees_popup_add_group2 in modules/admin/admin.degrees.inc
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_edit_degree_form_submit in modules/admin/admin.degrees.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_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
advise_what_if_selection_form in modules/advise/advise.module
blank_degrees_display_blank_degree in modules/blank_degrees/blank_degrees.module
blank_degrees_menu in modules/blank_degrees/blank_degrees.module
Implementation of hook_menu
blank_degrees_select_degree_form in modules/blank_degrees/blank_degrees.module
This form lets the user select which degree they wish to view.
blocks_menu in modules/blocks/blocks.module
comments_comment_form in modules/comments/comments.module
This is the form to enter a new comment.
content_menu 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_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_display_search in modules/course_search/course_search.module
Displays the search pulldown for the user to use to find courses.
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_get_degree_classifications in includes/misc.inc
Return back an assoc array of our set degree classifications, separated by "level"
fp_get_requirement_types in includes/misc.inc
Returns back an array of all the available requirement types (by code) that have been defined.
fp_goto in includes/misc.inc
Redirect the user's browser to the specified internal path + query.
fp_render_currently_advising_box in includes/theme.inc
Draws the CurrentlyAdvisingBox which appears at the top of the screen, containing the student's information like name, major, etc.
fp_template.php in themes/basic/fp_template.php
fp_template.php in themes/classic/fp_template.php
fp_template.php in themes/fp5_clean/fp_template.php
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…
menu_execute_page_request in includes/menu.inc
smtp_mail in modules/smtp/smtp.module
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_draw_majors_pulldown in modules/stats/stats.module
Display a major selection pulldown, used by other reports.
stats_menu in modules/stats/stats.module
Implementation of hook_menu
stats_test in modules/stats/stats.module
Lets me run a test...
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
Accepts the SQL, plus an array of parameters compatible with our PDO set up. ex: $params[":name"] = "Bob" and $sql = " SELECT * where name = :name";
student_search_settings_form in modules/student_search/student_search.module
This is a system_settings form for configuring our module.
system_cron in modules/system/system.module
Implementation of hook_cron
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_flightpath_can_assign_course_to_degree_id in modules/system/system.module
Implements hook flightpath_can_assign_course_to_degree_id
system_get_exclude_degree_ids_from_appears_in_counts in modules/system/system.module
Uses the "exclude_majors...." setting, but converts them into an array of degree_ids.
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_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_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_display_student_users in modules/user/user.module
Similar to user_display_users, except only for student users.
user_display_users in modules/user/user.module
Display our list of faculty/staff users in the system.
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
z___admin_handle_edit_degree_submit in modules/admin/admin.degrees.inc
z___advise_display_what_if_selection in modules/advise/advise.module
Displays the pulldown select list for picking a new What If degree. Returns HTML.
_AdvisingScreen::build_excess_credit in classes/_AdvisingScreen.php
Constructs the HTML to show the Excess Credits list.
_AdvisingScreen::build_graduate_credit in classes/_AdvisingScreen.php
Constructs the HTML which will be used to display the student's graduate credits (if any exist)
_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_substitute in classes/_AdvisingScreen.php
This is used to display the substitution popup to a user, to let them actually make a substitution.
_AdvisingScreen::display_toolbox_transfers in classes/_AdvisingScreen.php
Used in the Toolbox popup, this will display content of the tab which shows a student's transfers
_AdvisingScreen::draw_group_select_row in classes/_AdvisingScreen.php
This draws the "blank row" for a group on the degree plan, which instructs the user to click on it to select a course from the popup.
_AdvisingScreen::draw_popup_group_select_course_row in classes/_AdvisingScreen.php
Used in the group selection popup, this will display a course with a radio button next to it, so the user can select it.
_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::draw_progress_boxes in classes/_AdvisingScreen.php
This function calls drawPieChart to construct the student's 3 progress pie charts.
_AdvisingScreen::get_quality_points in classes/_AdvisingScreen.php
Calculate the quality points for a grade and hours.
_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.
_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.
_Course::meets_min_grade_requirement_of in classes/_Course.php
Does $this meed the minimum grade requirement of the supplied course requirement? You may specify either a Course object, or just enter the min_grade in the mGrade variable.
_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.
_CourseList::find_best_grade_match in classes/_CourseList.php
Find a list of matches to Course courseC, which fulfill the min_grade requirement, ordered by most best grade first.
_CourseList::find_best_match in classes/_CourseList.php
Find the "best" match for this course, based on what the university considers a best match. This largely has to do with repeats. If the student has more than one credit, what is the "best" match?
_CourseList::find_most_recent_match in classes/_CourseList.php
Find a list of matches to Course courseC, which fulfill the min_grade requirement, ordered by most recently taken.
_CourseList::sort_best_grade_first in classes/_CourseList.php
Sorts best-grade-first, as defined by the setting "grade_order", which is a CSV of grades, best-first. Ex: A, B, C, D, F
_CourseList::z____sort_best_grade_first in classes/_CourseList.php
This is the original sort_best_grade_first method, replaced by the new one (modified by Logan Buth) on 3-29-2018)
_DatabaseHandler::get_degree_plan in classes/_DatabaseHandler.php
_DatabaseHandler::load_course_descriptive_data in classes/_DatabaseHandler.php
_DegreePlan::add_semester_developmental in classes/_DegreePlan.php
_FlightPath::assign_courses_to_groups in classes/_FlightPath.php
_FlightPath::assign_courses_to_list in classes/_FlightPath.php
_FlightPath::init in classes/_FlightPath.php
_FlightPath::load_advising_session_from_database in classes/_FlightPath.php
_FlightPath::save_advising_session_from_post in classes/_FlightPath.php
_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.
_GroupList::sort_best_grade_first_by_student_grades in classes/_GroupList.php
Sorts best-grade-first, as defined by the setting "grade_order", which is a CSV of grades, best-first. Ex: A, B, C, D, F
_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_courses_taken in classes/_Student.php
_Student::load_significant_courses in classes/_Student.php
_Student::load_student in classes/_Student.php