| [ Index ] |
PHP Cross Reference of Moodle 310 |
[Summary view] [Print] [Text view]
1 This files describes API changes in /media/ plugins, 2 information provided here is intended especially for developers. 3 4 === 3.8 === 5 * The final deprecation of core_media_manager::setup() means that this function will no longer be called. 6 The setup is now done in ::instance() so there is no need to call this. 7 8 === 3.6 === 9 * The following functions have been finally deprecated and can not be used anymore: 10 * core_media_player::is_enabled() 11 * core_media_player::compare_by_rank() 12 13 === 3.3 === 14 * core_media_manager setup() is now deprecated as it is now called when initialising core_media_manager::instance(). 15 * core_media_manager is now final. Do not extend core_media_manager, instead create a media plugin.
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Wed Jan 22 11:59:49 2025 | Cross-referenced by PHPXref 0.7.1 |