mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 13:38:32 +01:00
MDL-63816 privacy: Corrected interface get_users_in_context description
This commit is contained in:
parent
8b019fb709
commit
52e5c8b739
@ -36,7 +36,7 @@ defined('MOODLE_INTERNAL') || die();
|
||||
interface core_userlist_provider {
|
||||
|
||||
/**
|
||||
* Get the list of contexts that contain user information for the specified user.
|
||||
* Get the list of users who have data within a context.
|
||||
*
|
||||
* @param userlist $userlist The userlist containing the list of users who have data in this context/plugin combination.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user