Moodle APIs 3.9
Moodle 3.9.13+ (Build: 20220325)
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

namespace  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