mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
520add19d6
This involves a few changes: - The callback is still called by the repository but only if the replacement callback get_course_content_items is not implemented. - Debugging is called when the get_shortcuts callback is called. - We leave lti's implementation of get_shortcuts alone, in order to maintain the output of get_module_metadata during its deprecation life span.
13 lines
577 B
Plaintext
13 lines
577 B
Plaintext
This files describes API changes in /mod/lti/source/* - LTI source plugins,
|
|
information provided here is intended especially for developers.
|
|
|
|
=== 3.9 ===
|
|
|
|
* The callback get_shortcuts() is now deprecated. Please use get_course_content_items and get_all_content_items instead.
|
|
See source code examples in get_course_content_items() and get_all_content_items() in mod/lti/lib.php for details.
|
|
|
|
=== 3.1 ===
|
|
|
|
* Callback get_types() is deprecated, instead ltisource plugins can define callback get_shortcuts().
|
|
See source code for lti_get_shortcuts() and get_module_metadata().
|