You are here

Deprecated in Course 7.2

Primary tabs

Examples: "before Drupal 9", "in Drupal 8.4"
Namesort descending Location Type Deprecation Direct uses Namespaced uses Overrides Use statements
course_get_course_object ./course.module function It is not recommended to use this function anymore. Use entity_create() to create your own course object instantiations. If module and object_type are provided, this will construct and return an empty course object. If instance is also provided, this will get an existing object or return FALSE. If course is also provided, the newly found or constructed course object will be set to that course before being returned. If the found object does not exist in the provided course, this will return FALSE. 25
course_remove_enrollment_action ./course.module function Use core "Delete item" bulk action. Action to unenroll a user.

Other projects