Moodle APIs  3.8
Moodle 3.8.6 (Build: 20201109)
Classes | Namespaces
subsystem_provider.php File Reference

This file contains the core_privacy\local\request\plugin\subsystem_provider interface to describe a class which provides data in some form for a subsystem. More...

Classes

interface  core_privacy\local\request\plugin\subsystem_provider
 The subsystem_provider interface is for plugins which may not necessarily be called directly, but instead via a subsystem. More...
 

Namespaces

 core_privacy\local\request\plugin
  
 

Detailed Description

This file contains the core_privacy\local\request\plugin\subsystem_provider interface to describe a class which provides data in some form for a subsystem.

It should not be implemented directly, but should be extended by the subsystem responsible for the plugintype.

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