Moodle APIs 3.9
Moodle 3.9.13+ (Build: 20220325)
Classes | Namespaces
subplugin_provider.php File Reference

This file contains the core_privacy::local::request::plugin::subplugin_provider interface to describe a class which provides data in some form for the subplugin of another plugin. More...

Classes

interface  core_privacy\local\request\plugin\subplugin_provider
 The subplugin_provider interface is for plugins which are sub-plugins of a plugin. More...
 

Namespaces

namespace  core_privacy\local\request\plugin
  
 

Detailed Description

This file contains the core_privacy::local::request::plugin::subplugin_provider interface to describe a class which provides data in some form for the subplugin of another plugin.

It should not be implemented directly, but should be extended by the plugin providing a subplugin.

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