mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
MDL-71135 course: core_course_get_state external method
This commit is contained in:
parent
f7b0960d18
commit
5f91cbb611
9 changed files with 685 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue