mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
2dc074656b
The previous method of hardcoded filepaths, specifically for events belonging to core, meant that any events belongs to core subsystems were omitted (core_customfield, core_h5p, core_payment, etc).
9 lines
351 B
Plaintext
9 lines
351 B
Plaintext
This file describes API changes in /report/eventlist/*,
|
|
information provided here is intended especially for developers.
|
|
|
|
=== 4.0 ===
|
|
* The following methods have been deprecated in favour of a single `get_all_events_list` method:
|
|
- report_eventlist_list_generator::get_core_events_list
|
|
- report_eventlist_list_generator::get_non_core_event_list
|
|
|