You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/apis/subsystems/privacy/faq.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,6 @@ You can ultimately work out which enrol plugin a user is enrolled with, but the
64
64
65
65
## My plugin does not store any personal data itself, but does send personal data into the Moodle logs or another subsystem. What should I do?
66
66
67
-
You need to implement *\core_privacy\local\metadata\provider* so that you can describe the sub-systems used by your plugin in *get_metadata*.
67
+
You need to implement `\core_privacy\local\metadata\provider` so that you can describe the sub-systems used by your plugin in the `get_metadata()` method of your provider.
68
68
69
69
The exporting and deleting of the user data in the subsystem will be handled by that subsystem and the plugins inside it, so you do not need to implement any of the request interfaces which are used to export data from the plugin.
Copy file name to clipboardExpand all lines: versioned_docs/version-4.1/apis/subsystems/privacy/faq.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,6 @@ You can ultimately work out which enrol plugin a user is enrolled with, but the
64
64
65
65
## My plugin does not store any personal data itself, but does send personal data into the Moodle logs or another subsystem. What should I do?
66
66
67
-
You need to implement *\core_privacy\local\metadata\provider* so that you can describe the sub-systems used by your plugin in *get_metadata*.
67
+
You need to implement `\core_privacy\local\metadata\provider` so that you can describe the sub-systems used by your plugin in the `get_metadata()` method of your provider.
68
68
69
69
The exporting and deleting of the user data in the subsystem will be handled by that subsystem and the plugins inside it, so you do not need to implement any of the request interfaces which are used to export data from the plugin.
Copy file name to clipboardExpand all lines: versioned_docs/version-4.2/apis/subsystems/privacy/faq.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,6 @@ You can ultimately work out which enrol plugin a user is enrolled with, but the
64
64
65
65
## My plugin does not store any personal data itself, but does send personal data into the Moodle logs or another subsystem. What should I do?
66
66
67
-
You need to implement *\core_privacy\local\metadata\provider* so that you can describe the sub-systems used by your plugin in *get_metadata*.
67
+
You need to implement `\core_privacy\local\metadata\provider` so that you can describe the sub-systems used by your plugin in the `get_metadata()` method of your provider.
68
68
69
69
The exporting and deleting of the user data in the subsystem will be handled by that subsystem and the plugins inside it, so you do not need to implement any of the request interfaces which are used to export data from the plugin.
Copy file name to clipboardExpand all lines: versioned_docs/version-4.3/apis/subsystems/privacy/faq.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,6 @@ You can ultimately work out which enrol plugin a user is enrolled with, but the
64
64
65
65
## My plugin does not store any personal data itself, but does send personal data into the Moodle logs or another subsystem. What should I do?
66
66
67
-
You need to implement *\core_privacy\local\metadata\provider* so that you can describe the sub-systems used by your plugin in *get_metadata*.
67
+
You need to implement `\core_privacy\local\metadata\provider` so that you can describe the sub-systems used by your plugin in the `get_metadata()` method of your provider.
68
68
69
69
The exporting and deleting of the user data in the subsystem will be handled by that subsystem and the plugins inside it, so you do not need to implement any of the request interfaces which are used to export data from the plugin.
Copy file name to clipboardExpand all lines: versioned_docs/version-4.4/apis/subsystems/privacy/faq.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,6 @@ You can ultimately work out which enrol plugin a user is enrolled with, but the
64
64
65
65
## My plugin does not store any personal data itself, but does send personal data into the Moodle logs or another subsystem. What should I do?
66
66
67
-
You need to implement *\core_privacy\local\metadata\provider* so that you can describe the sub-systems used by your plugin in *get_metadata*.
67
+
You need to implement `\core_privacy\local\metadata\provider` so that you can describe the sub-systems used by your plugin in the `get_metadata()` method of your provider.
68
68
69
69
The exporting and deleting of the user data in the subsystem will be handled by that subsystem and the plugins inside it, so you do not need to implement any of the request interfaces which are used to export data from the plugin.
0 commit comments