56 calls to l()

admin.courses.inc in modules/admin/admin.courses.inc
admin.degrees.inc in modules/admin/admin.degrees.inc
admin.groups.inc in modules/admin/admin.groups.inc
admin.module in modules/admin/admin.module
The administrative configurations for FlightPath.
admin_display_courses in modules/admin/admin.courses.inc
This function displays all of our courses for us to edit.
admin_display_degrees in modules/admin/admin.degrees.inc
admin_display_groups in modules/admin/admin.groups.inc
This function will display a list of all our groups.
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_display_watchdog in modules/admin/admin.module
AdvisingScreen.php in classes/AdvisingScreen.php
AdvisingScreen::display_toolbox_courses in classes/AdvisingScreen.php
Used in the Toolbox popup, this will display content of the tab which shows a student's courses which they have taken.
batch.test.inc in modules/batch/batch.test.inc
This file contains functionality for testing out Batch's processing with a sample form which performs some arbitrary actions.
batch_test_finished_page in modules/batch/batch.test.inc
This is our test "finished" page which will be displayed upon completion of the batch (if selected in the test form).
blank_degrees.module in modules/blank_degrees/blank_degrees.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.
calendar.module in modules/calendar/calendar.module
calendar_render_mini_calendar in modules/calendar/calendar.module
content.module in modules/content/content.module
content_display_content_admin_list in modules/content/content.module
Display a list of content for the administrator
course_search.edit.inc in modules/course_search/course_search.edit.inc
This file contains functions relating to editing the course info, like rotation schedule and syllabus
course_search.module in modules/course_search/course_search.module
This module allows users to search for courses, descriptions, and, if supported, rotation schedules and sample syllabi.
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.
engagements.module in modules/engagements/engagements.module
This is the primary module file for the engagements module.
engagements_mass_sms_form in modules/engagements/engagements.module
example_helper.module in custom/modules/example_helper/example_helper.module
example_helper.module - Example module file
example_helper_init in custom/modules/example_helper/example_helper.module
Implementation of "hook_init".
fp_render_breadcrumbs in includes/theme.inc
Return the HTML for breadcrumbs for the current page we are on. Will skip any breadcrumbs we do not have permission to access.
fp_render_top_nav_content in includes/theme.inc
Returns the HTML for the top navigation content of the screen itself.
masquerade.module in modules/masquerade/masquerade.module
The masquerade module, which allows admin users to impersonate other users.
masquerade_form in modules/masquerade/masquerade.module
This form will let the user specify which user they wish to impersonate.
reports.major-students-progress.inc in modules/stats/reports.major-students-progress.inc
This file handles the more complicated Major Students Progress csv export report, since it is part of a batch process.
stats.module in modules/stats/stats.module
This module displays statistics and reports for FlightPath
stats_report_access_stats in modules/stats/stats.module
This report shows recent activity in FlightPath. It can also be used to see if anyone is "online" in that they would have activity less than 5 minutes old.
stats_report_major_students_progress_form in modules/stats/reports.major-students-progress.inc
Simply display a form letting the user select an available major.
student_files.module in modules/student_files/student_files.module
This is the student_files module, which will facilitate uploading (securely) files to be associated with student accounts.
student_files_content_alter in modules/student_files/student_files.module
Implememnt hook_content_alter
system.module in modules/system/system.module
system_display_completed_db_updates in modules/system/system.module
Once db updates are run, display contents of this page.
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_disable_login_page in modules/system/system.module
system_display_install_finished_page in modules/system/system.module
This page is displayed to the user once FlightPath has been installed.
system_login_form in modules/system/system.module
This draws the form which facilitates logins.
system_modules_form in modules/system/system.module
This is the form which an admin may use to manage the modules in the system.
theme.inc in includes/theme.inc
theme_pager_link in includes/theme.inc
Adapted from https://api.drupal.org/api/drupal/includes%21pager.inc/function/theme_pa...
theme_table_header_sortable in includes/theme.inc
Given an array of table headers (in the format listed below), returns back the HTML to draw it to the screen. This makes them clickable, to make the table header sortable. This is meant to be used with queries, by adding in an "ORDER BY"…
update_status.module in modules/update_status/update_status.module
The update status module file.
update_status_status in modules/update_status/update_status.module
Implementation of hook_status.
user.module in modules/user/user.module
user.student.inc in modules/user/user.student.inc
Keep track of functions dealing specifically with student user management
user_display_student_users in modules/user/user.student.inc
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.
z__admin_display_watchdog in modules/admin/admin.module
Displays recent watchdog entries, from the watchdog table
z__course_search_display_view_reports in modules/course_search/course_search.edit.inc