Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.

Differences Between: [Versions 311 and 400] [Versions 311 and 401] [Versions 311 and 402] [Versions 311 and 403]

This file contains the forms to create and edit an instance of this module

Copyright: 2012 NetSpot {@link http://www.netspot.com.au}
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 314 lines (14 kb)
Included or required:0 times
Referenced: 1 time
Includes or requires: 0 files

Defines 1 class

mod_assign_mod_form:: (5 methods):
  definition()
  validation()
  data_preprocessing()
  add_completion_rules()
  completion_rule_enabled()


Class: mod_assign_mod_form  - X-Ref

Assignment settings form.

definition()   X-Ref
Called to define this moodle form

return: void

validation($data, $files)   X-Ref
Perform minimal validation on the settings form

param: array $data
param: array $files

data_preprocessing(&$defaultvalues)   X-Ref
Any data processing needed before the form is displayed
(needed to set up draft areas for editor and filemanager elements)

param: array $defaultvalues

add_completion_rules()   X-Ref
Add any custom completion rules to the form.

return: array Contains the names of the added form elements

completion_rule_enabled($data)   X-Ref
Determines if completion is enabled for this module.

param: array $data
return: bool