Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
|
Privacy subsystem for quiz_grading. More...
Static Public Member Functions | |
static | export_user_preferences (int $userid) |
Export all user preferences for the plugin. | |
static | get_metadata (collection $collection) |
Returns meta data about this system. | |
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.