Moodle APIs 4.3
Moodle 4.3.6 (Build: 20240812)
core\hook\deprecated_callback_replacement Interface Reference

Interface for describing of lib.php callbacks that were deprecated by the hook. More...

Static Public Member Functions

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

Detailed Description

Interface for describing of lib.php callbacks that were deprecated by the hook.

Author
Petr Skoda
License
https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

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

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