You are here

function hook_course_unenrol in Course 6

Notify other modules after course unenrollment.

Parameters

object $node: The course node.

object $user.: The unenrolled user.

See also

course_unenrol()

1 invocation of hook_course_unenrol()
course_unenrol in ./course.module
Un-enroll the user.

File

./course.api.php, line 255
Hooks provided by Course module.

Code

function hook_course_unenrol($node, $user) {

  // @todo add example.
}