Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
|
Static Public Member Functions | |
static | get_deprecated_plugin_callbacks () |
Returns list of lib.php plugin callbacks that were deprecated by the hook. | |
|
static |
Returns list of lib.php plugin callbacks that were deprecated by the hook.
It is used for automatic debugging messages and if present it also skips relevant legacy callbacks in plugins that implemented callbacks for this hook (to allow plugin compatibility with multiple Moodle branches).
array |
Implemented in core_user\hook\extend_bulk_user_actions.