mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-68011 course: Final deprecation of the callback get_shortcuts()
Removal of the callback get_shortcuts() and its plugin implementations. The private methods in the content_item_readonly_repository class which were only used by the callback hook logic are also removed.
This commit is contained in:
parent
2ca262a5e3
commit
6a122984da
7 changed files with 46 additions and 143 deletions
|
@ -1,6 +1,10 @@
|
|||
This files describes API changes in /mod/* - activity modules,
|
||||
information provided here is intended especially for developers.
|
||||
|
||||
=== 4.1 ===
|
||||
|
||||
* The callback get_shortcuts() is now removed. Please use get_course_content_items and get_all_content_items instead.
|
||||
|
||||
=== 4.0 ===
|
||||
* A new API function introduced to handle custom completion logic. Refer to completion/upgrade.txt for additional information.
|
||||
* Modules that extend the settings navigation via '_extend_settings_navigation()' should use the get_page() method from
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue