6 methods override CourseObject::take() in Course 7.2
- CourseObjectBroken::take in includes/
CourseObjectBroken.inc - Course object entry point for taking. This method should return a value corresponding to the type set in getTakeType().
- CourseObjectCertificate::take in modules/
course_certificate/ course_certificate.classes.inc - Course object entry point for taking. This method should return a value corresponding to the type set in getTakeType().
- CourseObjectManual::take in modules/
course_object_manual/ course_object_manual.classes.inc - Display status message as course content.
- CourseObjectSignup::take in modules/
course_signup/ course_signup.classes.inc - Course object entry point for taking. This method should return a value corresponding to the type set in getTakeType().
- CourseObjectTest::take in tests/
course_test/ course_test.classes.inc - Course object entry point for taking. This method should return a value corresponding to the type set in getTakeType().
- CourseObjectUbercart::take in modules/
course_uc/ course_uc.classes.inc - Display the add to cart button, or a message that it was already purchased.