mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +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
|
@ -51,7 +51,10 @@ class provider implements
|
|||
\core_privacy\local\request\core_userlist_provider,
|
||||
|
||||
// The tag subsystem may have data that belongs to this user.
|
||||
\core_privacy\local\request\plugin\provider {
|
||||
\core_privacy\local\request\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