Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
|
Privacy Subsystem implementation for core_cache. More...
Static Public Member Functions | |
static | get_metadata (collection $collection) |
Returns meta data about this system. | |
Privacy Subsystem implementation for core_cache.
|
static |
Returns meta data about this system.
Note, although this plugin does store user data, it is not able to identify it, and that user data is typically very short lived.
Therefore it is not realistically possible to export any of this data as it is only identifiable by the plugin storing it, and that plugin should already be exporting the data as part of it's own implementation.
collection | $collection | The initialised collection to add items to. |
collection | A listing of user data stored through this system. |
Implements core_privacy\local\metadata\provider.