-
Task
-
Resolution: Fixed
-
Minor
-
4.2
-
MOODLE_402_STABLE
-
MOODLE_402_STABLE
-
MDL-67526_final-deprecation-of-plagiarism-functions -
Do the final deprecation of:
- plagiarism_save_form_elements()
- plagiarism_get_form_elements_module()
- plagiarism_plugin::get_form_elements_module()
- plagiarism_plugin::save_form_elements()
The first two files need to be moved into deprecatedlib.php and the body of the function removed. The second two methods just need to be removed.
Code calling these functions should be removed from mod_assign, mod_forum, and mod_workshop.
plagiarism_load_available_plugins method should be deprecated too.