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.

A Moodle form base class for editing local filter settings.

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

Defines 1 class

filter_local_settings_form:: (3 methods):
  __construct()
  definition()
  save_changes()


Class: filter_local_settings_form  - X-Ref

__construct($submiturl, $filter, $context)   X-Ref
No description

definition()   X-Ref
Build the form definition. Rather than overriding this method, you
should probably override definition_inner instead.

This method adds the necessary hidden fields and submit buttons,
and calls definition_inner to insert the custom controls in the appropriate place.

save_changes($data)   X-Ref
Override this method to save the settings to the database. The default
implementation will probably be sufficient for most simple cases.

param: object $data the form data that was submitted.