Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
core_plagiarism\privacy\plagiarism_user_provider Interface Reference

Interface for the plagiarism system. More...

Inheritance diagram for core_plagiarism\privacy\plagiarism_user_provider:
core_privacy\local\request\plugin\subsystem_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 delete_plagiarism_for_users (array $userids, context $context)
 Delete all user information for the provided users and context.
 

Detailed Description

Interface for the plagiarism system.

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

Member Function Documentation

◆ delete_plagiarism_for_users()

static core_plagiarism\privacy\plagiarism_user_provider::delete_plagiarism_for_users ( array $userids,
context $context )
static

Delete all user information for the provided users and context.

Parameters
array$useridsThe users to delete
context$contextThe context to refine the deletion.

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