Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 3.9.x will end* 10 May 2021 (12 months).
  • Bug fixes for security issues in 3.9.x will end* 8 May 2023 (36 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

Differences Between: [Versions 39 and 403]

print the form to add or edit a feedback-instance

Author: Andreas Grabs
License: http://www.gnu.org/copyleft/gpl.html GNU Public License
File Size: 221 lines (10 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

mod_feedback_mod_form:: (6 methods):
  definition()
  data_preprocessing()
  data_postprocessing()
  validation()
  add_completion_rules()
  completion_rule_enabled()


Class: mod_feedback_mod_form  - X-Ref

definition()   X-Ref
No description

data_preprocessing(&$default_values)   X-Ref
No description

data_postprocessing($data)   X-Ref
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.

param: stdClass $data the form data to be modified.

validation($data, $files)   X-Ref
Enforce validation rules here

param: array $data array of ("fieldname"=>value) of submitted data
param: array $files array of uploaded files "element_name"=>tmp_file_path
return: array

add_completion_rules()   X-Ref
No description

completion_rule_enabled($data)   X-Ref
No description