◆ delete_data_for_all_users_in_context()
static core_payment\privacy\consumer_provider::delete_data_for_all_users_in_context |
( |
context | $context | ) |
|
|
static |
Delete all data for all users in the specified context.
- Parameters
-
context | $context | The specific context to delete data for. |
◆ delete_data_for_user()
static core_payment\privacy\consumer_provider::delete_data_for_user |
( |
approved_contextlist | $contextlist | ) |
|
|
static |
Delete all user data for the specified user, in the specified contexts.
- Parameters
-
approved_contextlist | $contextlist | The approved contexts and user information to delete information for. |
Implemented in enrol_fee\privacy\provider.
◆ delete_data_for_users()
static core_payment\privacy\consumer_provider::delete_data_for_users |
( |
approved_userlist | $userlist | ) |
|
|
static |
Delete multiple users within a single context.
- Parameters
-
approved_userlist | $userlist | The approved context and user information to delete information for. |
Implemented in enrol_fee\privacy\provider.
◆ export_user_data()
static core_payment\privacy\consumer_provider::export_user_data |
( |
approved_contextlist | $contextlist | ) |
|
|
static |
Export all user data for the specified user, in the specified contexts.
- Parameters
-
approved_contextlist | $contextlist | The approved contexts to export information for. |
Implemented in enrol_fee\privacy\provider.
◆ get_users_in_context()
static core_payment\privacy\consumer_provider::get_users_in_context |
( |
userlist | $userlist | ) |
|
|
static |
Get the list of users who have data within a context.
- Parameters
-
userlist | $userlist | The userlist containing the list of users who have data in this context/plugin combination. |
Implemented in enrol_fee\privacy\provider.
The documentation for this interface was generated from the following file:
- payment/classes/privacy/consumer_provider.php