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 400] [Versions 39 and 401] [Versions 39 and 402] [Versions 39 and 403]

The main workshop configuration form The UI mockup has been proposed in MDL-18688 It uses the standard core Moodle formslib. For more info about them, please visit: http://docs.moodle.org/dev/lib/formslib.php

Copyright: 2009 David Mudrak <david.mudrak@gmail.com>
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 472 lines (24 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 1 file
 mod/workshop/locallib.php

Defines 1 class

mod_workshop_mod_form:: (6 methods):
  __construct()
  definition()
  data_preprocessing()
  data_postprocessing()
  definition_after_data()
  validation()


Class: mod_workshop_mod_form  - X-Ref

Module settings form for Workshop instances

__construct($current, $section, $cm, $course)   X-Ref
Constructor


definition()   X-Ref
Defines the workshop instance configuration form

return: void

data_preprocessing(&$data)   X-Ref
Prepares the form before data are set

Additional wysiwyg editor are prepared here, the introeditor is prepared automatically by core.
Grade items are set here because the core modedit supports single grade item only.

param: array $data to be set
return: void

data_postprocessing($data)   X-Ref
Combine submission type checkboxes into integer values for the database.

param: stdClass $data The submitted form data.

definition_after_data()   X-Ref
Set the grade item categories when editing an instance


validation($data, $files)   X-Ref
Validates the form input

param: array $data submitted data
param: array $files submitted files
return: array eventual errors indexed by the field name