Moodle APIs 4.2
Moodle 4.2.7 (Build: 20240422)
Classes | Variables
mod_form.php File Reference

Allows module to modify the data returned by form get_data(). More...

Classes

class  mod_scorm_mod_form
 

Variables

 if (!defined( 'MOODLE_INTERNAL'))
 

Detailed Description

Allows module to modify the data returned by form get_data().

This method is also called in the bulk activity completion form.

Only available on moodleform_mod.

Parameters
stdClass$datathe form data to be modified.