moodle/.upgradenotes/MDL-82287-2024062501330649.yml
Andrew Nicols 77f9238cf4
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!
2024-06-26 22:19:07 +08:00

41 lines
814 B
YAML

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