Moodle PHP Documentation 4.1
Moodle 4.1.11 (Build: 20240610) (c8c84b4af18)
|
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.