Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
core\hook\deprecated_callback_replacement Interface Reference
Inheritance diagram for core\hook\deprecated_callback_replacement:
core_user\hook\extend_bulk_user_actions

Static Public Member Functions

static get_deprecated_plugin_callbacks ()
 Returns list of lib.php plugin callbacks that were deprecated by the hook.
 

Member Function Documentation

◆ get_deprecated_plugin_callbacks()

static core\hook\deprecated_callback_replacement::get_deprecated_plugin_callbacks ( )
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).

Return values
array

Implemented in core_user\hook\extend_bulk_user_actions.


The documentation for this interface was generated from the following file: