Moodle APIs 3.9
Moodle 3.9.13+ (Build: 20220325)
|
Privacy subsystem for quiz_grading. More...
Static Public Member Functions | |
static | export_user_preferences (int $userid) |
Export all user preferences for the plugin. More... | |
static | get_metadata (collection $collection) |
Returns meta data about this system. More... | |
Privacy subsystem for quiz_grading.
|
static |
Export all user preferences for the plugin.
int | $userid | The userid of the user whose data is to be exported. |
Implements core_privacy\local\request\user_preference_provider.
|
static |
Returns meta data about this system.
collection | $collection | The initialised collection to add items to. |
collection | A listing of user data stored through this system. |
Implements core_privacy\local\metadata\provider.