Moodle APIs  3.8
Moodle 3.8.6 (Build: 20201109)
Static Public Member Functions | List of all members
core_cache\privacy\provider Class Reference

Privacy Subsystem implementation for core_cache. More...

Inheritance diagram for core_cache\privacy\provider:
core_privacy\local\metadata\provider core_privacy\local\request\subsystem\plugin_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 get_metadata (collection $collection)
 Returns meta data about this system. More...
 

Detailed Description

Privacy Subsystem implementation for core_cache.

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

Member Function Documentation

◆ get_metadata()

static core_cache\privacy\provider::get_metadata ( collection  $collection)
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.

Parameters
collection$collectionThe initialised collection to add items to.
Return values
collectionA listing of user data stored through this system.

Implements core_privacy\local\metadata\provider.


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