32 calls to csv_to_array()

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_edit_degree_form_submit in modules/admin/admin.degrees.inc
advise_display_popup_change_track in modules/advise/advise.module
advise_popup_display_summary in modules/advise/advise.history.inc
Displays the printable advising summary.
course_search_display_courses in modules/course_search/course_search.module
Show the user their select of courses.
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
stats_report_major_counts in modules/stats/stats.module
This report shows how many students are in each major.
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_render_advisees in modules/student_search/student_search.module
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_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…
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.
z___admin_handle_edit_degree_submit in modules/admin/admin.degrees.inc
_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::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
_Course::assign_display_status in classes/_Course.php
This will assign the $this->display_status string based on the grade the student has made on the course. The display_status is used by other display functions to decide what color the course should show up as.
_Course::is_completed in classes/_Course.php
Returns TRUE if the student has completed the course (and did not make a failing grade on it).
_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::count_credit_quality_points in classes/_CourseList.php
Similar to count_credit_hours, but this will only count courses which have been taken and have a grade. We will return back a sum of their quality points.
_CourseList::count_hours in classes/_CourseList.php
Returns hour many hours are in $this CourseList.
_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_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)
_FlightPath::assign_courses_to_list in classes/_FlightPath.php
_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::load_courses_taken in classes/_Student.php