mirror of
https://github.com/moodle/moodle.git
synced 2025-08-10 19:36:41 +02:00
MDL-63924 privacy: Add shared user providers to subsytsems
This commit is contained in:
parent
a14a44ee13
commit
a07e8d7023
20 changed files with 80 additions and 23 deletions
|
@ -41,7 +41,11 @@ require_once($CFG->dirroot . '/comment/lib.php');
|
|||
* @copyright 2018 Adrian Greeve <adrian@moodle.com>
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
class provider implements \core_privacy\local\metadata\provider, \core_privacy\local\request\subsystem\plugin_provider {
|
||||
class provider implements
|
||||
\core_privacy\local\metadata\provider,
|
||||
\core_privacy\local\request\subsystem\plugin_provider,
|
||||
\core_privacy\local\request\shared_userlist_provider
|
||||
{
|
||||
|
||||
/**
|
||||
* Returns meta data about this system.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue