30 calls to content_load()

alerts_advisees_alerts_form in modules/alerts/alerts.module
Displays alerts for our various advisees.
alerts_display_advisee_activities_page in modules/alerts/alerts.module
Display all advisee activities since the beginning of time, thanks to pager query.
calendar_access_can_cancel_appointment in modules/calendar/calendar.module
Make sure the user is allowed to cancel this appointment.
calendar_build_custom_calendar in modules/calendar/calendar.module
Actually renders the HTML for the calendar.
calendar_confirm_cancel_appointment_form in modules/calendar/calendar.module
Confirm we actually want to cancel this appointment
calendar_confirm_cancel_appointment_form_submit in modules/calendar/calendar.module
calendar_content_alter in modules/calendar/calendar.module
Implements hook_content_alter. We want to alter the way that our calendar appointments are displayed.
calendar_display_schedule_appointment_completed_page in modules/calendar/calendar.module
The user has successfully completed their appointment scheduling. Display a Thank You page.
calendar_display_schedule_appointment_page in modules/calendar/calendar.module
This is the page which lets students schedule an appointment with the faculty member supplied in the user_id.
calendar_find_and_remind_notify_upcoming_appointments in modules/calendar/calendar.module
This function will find appointments approaching within X number of minutes, and send out notifications to all involved.
calendar_get_appointments_for_faculty in modules/calendar/calendar.module
Return back a list of appointment content nodes for this faculty member, which fall between the specified datetimes.
calendar_get_available_faculty_schedule in modules/calendar/calendar.module
Returns back an array of time slots available for this faculty member and event_type
calendar_get_upcoming_appointments_for_cwid in modules/calendar/calendar.module
Returns an array of upcoming appointments, where the user is specified by CWID. start_date and end_date is meant to be in UTC, in the form of Y-m-d
calendar_schedule_appointment_confirm_form in modules/calendar/calendar.module
The confirmation form the user will see once they have made their schedule selections.
calendar_schedule_appointment_confirm_form_submit in modules/calendar/calendar.module
We passed validation, it's time to actually submit now!
calendar_schedule_appointment_confirm_form_validate in modules/calendar/calendar.module
This is our last chance to validate the form before saving.
content_display_content_admin_list in modules/content/content.module
Display a list of content for the administrator
content_display_devel in modules/content/content.module
Simply returns the fpm() results for the supplied content.
content_edit_content_form in modules/content/content.module
This form lets the user edit some piece of content
content_edit_content_form_submit in modules/content/content.module
Submit handler for the edit content form.
content_get_content_for_faculty_id in modules/content/content.module
This function will look for content (in the content tables) for a field called field__faculty_id, and return an array of fully loaded content objects.
content_menu_handle_replacement_pattern in modules/content/content.module
This is an implementation of hook_menu_handle_replacement_pattern. It will search for and replace replacement patterns which we are aware of it in $str.
content_unpublish_content_form in modules/content/content.module
content_unpublish_content_form_submit in modules/content/content.module
content_user_access in modules/content/content.module
Custom user access function to determine if the user can add, edit, etc, the content
content_view_content in modules/content/content.module
Display the content specified in the GET's cid.
engagements_display_advisee_engagements_page in modules/engagements/engagements.module
engagements_display_main in modules/engagements/engagements.module
displays the main Engagements tab, which shows the history of past engagements.
engagements_handle_tracking_pixel_request in modules/engagements/engagements.module
The user has opened an email with a tracking pixel. We will now record that it was opened in our engagements_tracking table.
system_display_dashboard_page in modules/system/system.module
This is the "dashboard" page for FlightPath, which replaces the "main" page from FP 5.