MDL-71135 course: core_course_get_state external method

This commit is contained in:
Sara Arjona 2021-03-23 18:41:00 +01:00
parent f7b0960d18
commit 5f91cbb611
9 changed files with 685 additions and 1 deletions

View file

@ -46,6 +46,7 @@ renderer and course format renderer:
* Course formats should have a renderer (until now it was only highly recommended but not mandatory). For backwards
compatibility (to not break third-party plugins without it), legacy_format_renderer has been created and will be used when
course formats don't have their own renderer.
* New external core_course\external\get_state returns current state information for a given course.
=== 3.11 ===
* A new callback xxx_coursemodule_definition_after_data that allows plugins to extend activity forms after the data is set.