mirror of
https://github.com/moodle/moodle.git
synced 2025-03-16 05:30:06 +01:00
Verify the expected behaviour of the sync_members and sync_grades tasks when enrolment instances are disabled, whether as a byproduct of module deletion, or as status change made by the user.
ENROLMENT MODULES ----------------- (Yes, that's the correct English spelling ;-) ) All enrolment modules must extend base class enrol_plugin which is defined in lib/enrollib.php. You can find documentation of each method in the base class.