Logstore provider interface.
More...
Logstore provider interface.
Logstore subplugins providers must implement this interface.
- Copyright
- 2018 Frédéric Massart
- Author
- Frédéric Massart fred@.nosp@m.bran.nosp@m.chup..nosp@m.tech
- License
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
◆ add_contexts_for_userid()
static tool_log\local\privacy\logstore_provider::add_contexts_for_userid |
( |
contextlist | $contextlist, |
|
|
| $userid ) |
|
static |
◆ delete_data_for_all_users_in_context()
static tool_log\local\privacy\logstore_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. |
- Return values
-
◆ delete_data_for_user()
static tool_log\local\privacy\logstore_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. |
- Return values
-
◆ export_user_data()
static tool_log\local\privacy\logstore_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. |
- Return values
-
The documentation for this interface was generated from the following file:
- admin/tool/log/classes/local/privacy/logstore_provider.php