Moodle APIs  3.8
Moodle 3.8.6 (Build: 20201109)
Public Member Functions | List of all members
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. More...
 

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: