mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
MDL-82287 core: Deprecate long-deprecated functions
These were originally believed to be so widely used that we could never migrate away from them but it seems we have!
This commit is contained in:
parent
4101dc6dab
commit
77f9238cf4
9 changed files with 159 additions and 395 deletions
40
.upgradenotes/MDL-82287-2024062501330649.yml
Normal file
40
.upgradenotes/MDL-82287-2024062501330649.yml
Normal file
|
@ -0,0 +1,40 @@
|
|||
issueNumber: MDL-82287
|
||||
notes:
|
||||
core:
|
||||
- message: >
|
||||
The following methods have been formally deprecated:
|
||||
|
||||
|
||||
- `get_core_subsystems`
|
||||
|
||||
- `get_plugin_types`
|
||||
|
||||
- `get_plugin_list`
|
||||
|
||||
- `get_plugin_list_with_class`
|
||||
|
||||
- `get_plugin_directory`
|
||||
|
||||
- `normalize_component`
|
||||
|
||||
- `get_component_directory`
|
||||
|
||||
- `get_context_instance`
|
||||
|
||||
|
||||
Note: These methods have been deprecated for a long time, but previously
|
||||
did not emit any deprecation notice.
|
||||
type: deprecated
|
||||
- message: >
|
||||
The following methods have been finally deprecated and will now throw an
|
||||
exception if called:
|
||||
|
||||
|
||||
- `get_context_instance`
|
||||
|
||||
- `can_use_rotated_text`
|
||||
|
||||
- `get_system_context`
|
||||
|
||||
- `print_arrow`
|
||||
type: deprecated
|
Loading…
Add table
Add a link
Reference in a new issue