34 calls to l()
Search API
- 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::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_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_select_degree_form in modules/
blank_degrees/ blank_degrees.module - This form lets the user select which degree they wish to view.
- calendar_render_mini_calendar in modules/
calendar/ calendar.module - content_display_content_admin_list in modules/
content/ content.module - Display a list of content for the administrator
- 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_mass_sms_form in modules/
engagements/ engagements.module - 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_form in modules/
masquerade/ masquerade.module - This form will let the user specify which user they wish to impersonate.
- 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_content_alter in modules/
student_files/ student_files.module - Implememnt hook_content_alter
- 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_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_status in modules/
update_status/ update_status.module - Implementation of hook_status.
- 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