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.

(no description)

File Size: 259 lines (10 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class


Class: schedule  - X-Ref

Schedule form

get_report()   X-Ref
Return instance of the system report using the filter form

return: base

get_context_for_dynamic_submission()   X-Ref
Return the context for the form, it should be that of the report itself

return: context

check_access_for_dynamic_submission()   X-Ref
Ensure current user is able to use this form

A {@see \core_reportbuilder\report_access_exception} will be thrown if they can't

definition()   X-Ref
Form definition


set_data_for_dynamic_submission()   X-Ref
Load form data if we are editing an existing schedule


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

param: array $data
param: array $files
return: array

process_dynamic_submission()   X-Ref
Process form submission


get_page_url_for_dynamic_submission()   X-Ref
URL of the page using this form

return: moodle_url