mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-40406 libraries: Deprecate cleanup_contexts()
This commit is contained in:
parent
9fdbf620a4
commit
84378a57b9
4 changed files with 15 additions and 11 deletions
|
@ -13,6 +13,7 @@ information provided here is intended especially for developers.
|
|||
* get_parent_contextid() is deprecated, please use $context->get_parent_context().
|
||||
* get_child_contexts() is deprecated, please use $context->get_child_contexts().
|
||||
* create_contexts() is deprecated, please use context_helper::create_instances().
|
||||
* cleanup_contexts() is deprecated, please use context_helper::cleanup_instances().
|
||||
|
||||
=== 2.5.1 ===
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue