You are here

function course_object_load in Course 7.2

Same name and namespace in other branches
  1. 6 course.module \course_object_load()
  2. 7 course.module \course_object_load()

Menu loader for course objects, in the context of a course.

1 call to course_object_load()
CourseObjectAccessGrade::take in plugins/course_object_access/grade.inc
Can the user take the object?

File

./course.module, line 566
course.module Core functionality for Courses.

Code

function course_object_load($coid) {
  return course_get_course_object_by_id($coid);
}