Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
|
A failure observer for the core_privacy\manager. More...
Public Member Functions | |
handle_component_failure ($e, $component, $interface, $methodname, array $params) | |
Notifies all DPOs that an exception occurred. | |
A failure observer for the core_privacy\manager.
tool_dataprivacy\manager_observer::handle_component_failure | ( | $e, | |
$component, | |||
$interface, | |||
$methodname, | |||
array | $params ) |
Notifies all DPOs that an exception occurred.
Throwable | $e | |
string | $component | |
string | $interface | |
string | $methodname | |
array | $params |
Implements core_privacy\manager_observer.