Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
|
Privacy API implementation for the Comments grading strategy. More...
Static Public Member Functions | |
static | export_assessment_form (\stdClass $user, context $context, array $subcontext, int $assessmentid) |
Return details of the filled assessment form. | |
static | get_reason () |
Explain that this plugin stores no personal data. | |
Privacy API implementation for the Comments grading strategy.
|
static |
Return details of the filled assessment form.
stdClass | $user | User we are exporting data for |
context | $context | The workshop activity context |
array | $subcontext | Subcontext within the context to export to |
int | $assessmentid | ID of the assessment |
Implements mod_workshop\privacy\workshopform_provider.
|
static |
Explain that this plugin stores no personal data.
string |
Implements core_privacy\local\metadata\null_provider.