Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.3.x will end 7 October 2024 (12 months).
  • Bug fixes for security issues in 4.3.x will end 21 April 2025 (18 months).
  • PHP version: minimum PHP 8.0.0 Note: minimum PHP version has increased since Moodle 4.1. PHP 8.2.x is supported too.

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

A form for creating and editing groupings.

Copyright: 2006 The Open University, N.D.Freear AT open.ac.uk, J.White AT open.ac.uk
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 131 lines (5 kb)
Included or required: 1 time
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

grouping_form:: (3 methods):
  definition()
  validation()
  definition_after_data()


Class: grouping_form  - X-Ref

Grouping form class

definition()   X-Ref
Form definition


validation($data, $files)   X-Ref
Form validation

param: array $data
param: array $files
return: array $errors An array of validataion errors for the form.

definition_after_data()   X-Ref
Apply a logic after data is set.