Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 4.1.x will end 13 November 2023 (12 months).
  • Bug fixes for security issues in 4.1.x will end 10 November 2025 (36 months).
  • PHP version: minimum PHP 7.4.0 Note: minimum PHP version has increased since Moodle 4.0. PHP 8.0.x is supported too.

Differences Between: [Versions 310 and 401] [Versions 311 and 401] [Versions 39 and 401] [Versions 400 and 401] [Versions 401 and 402] [Versions 401 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: https://moodledev.io/docs/apis/subsystems/form

Copyright: 2009 David Mudrak <david.mudrak@gmail.com>
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 495 lines (25 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