Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
workshopform_comments\privacy\provider Class Reference

Privacy API implementation for the Comments grading strategy. More...

Inheritance diagram for workshopform_comments\privacy\provider:
core_privacy\local\metadata\null_provider mod_workshop\privacy\workshopform_provider core_privacy\local\request\plugin\subplugin_provider core_privacy\local\request\shared_userlist_provider core_privacy\local\request\shared_data_provider core_privacy\local\request\userlist_provider core_privacy\local\request\data_provider

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.
 

Detailed Description

Privacy API implementation for the Comments grading strategy.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Member Function Documentation

◆ export_assessment_form()

static workshopform_comments\privacy\provider::export_assessment_form ( \stdClass $user,
context $context,
array $subcontext,
int $assessmentid )
static

Return details of the filled assessment form.

Parameters
stdClass$userUser we are exporting data for
context$contextThe workshop activity context
array$subcontextSubcontext within the context to export to
int$assessmentidID of the assessment

Implements mod_workshop\privacy\workshopform_provider.

◆ get_reason()

static workshopform_comments\privacy\provider::get_reason ( )
static

Explain that this plugin stores no personal data.

Return values
string

Implements core_privacy\local\metadata\null_provider.


The documentation for this class was generated from the following file: