mirror of
https://github.com/moodle/moodle.git
synced 2025-03-15 05:00:06 +01:00
3 new plugin callbacks are available to extend any course module form. xx_coursemodule_standard_elements() xx_coursemodule_validation() xx_coursemodule_edit_post_actions() This allows you to add elements to the form, extend the validation and process the extra information once the module has been created/updated.