You are here

function CourseObjectFulfillment::delete in Course 7.2

Same name and namespace in other branches
  1. 6 includes/course_object.core.inc \CourseObjectFulfillment::delete()

Do any sort of cleanup that the fulfillment needs. Example: deleting quiz results, webform submissions, etc.

Overrides Entity::delete

1 call to CourseObjectFulfillment::delete()
CourseObjectNodeFulfillment::delete in includes/CourseObjectNodeFulfillment.inc
Revoke content access before the fulfillment is deleted.
1 method overrides CourseObjectFulfillment::delete()
CourseObjectNodeFulfillment::delete in includes/CourseObjectNodeFulfillment.inc
Revoke content access before the fulfillment is deleted.

File

includes/CourseObjectFulfillment.inc, line 141

Class

CourseObjectFulfillment
Parent class for course object fulfillment.

Code

function delete() {
}