Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
core_privacy\manager_observer Interface Reference

The interface for a Manager observer. More...

Inheritance diagram for core_privacy\manager_observer:
tool_dataprivacy\manager_observer

Public Member Functions

 handle_component_failure ($e, $component, $interface, $methodname, array $params)
 Handle failure of a component.
 

Detailed Description

The interface for a Manager observer.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Member Function Documentation

◆ handle_component_failure()

core_privacy\manager_observer::handle_component_failure ( $e,
$component,
$interface,
$methodname,
array $params )

Handle failure of a component.

Parameters
Throwable$e
string$component
string$interface
string$methodname
array$params

Implemented in tool_dataprivacy\manager_observer.


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