Moodle APIs  3.8
Moodle 3.8.6 (Build: 20201109)
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

 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