Moodle APIs 3.9
Moodle 3.9.13+ (Build: 20220325)
Static Public Member Functions | List of all members
block_timeline\privacy\provider Class Reference

Privacy Subsystem for block_timeline. More...

Inheritance diagram for block_timeline\privacy\provider:
core_privacy\local\metadata\provider core_privacy\local\request\user_preference_provider core_privacy\local\request\core_data_provider core_privacy\local\request\data_provider

Static Public Member Functions

static export_user_preferences (int $userid)
 Export all user preferences for the myoverview block. More...
 
static get_metadata (collection $collection)
 Returns meta-data information about the myoverview block. More...
 

Detailed Description

Privacy Subsystem for block_timeline.

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

Member Function Documentation

◆ export_user_preferences()

static block_timeline\privacy\provider::export_user_preferences ( int  $userid)
static

Export all user preferences for the myoverview block.

Parameters
int$useridThe userid of the user whose data is to be exported.

Implements core_privacy\local\request\user_preference_provider.

◆ get_metadata()

static block_timeline\privacy\provider::get_metadata ( collection  $collection)
static

Returns meta-data information about the myoverview block.

Parameters
core_privacy::local::metadata::collection$collectionA collection of meta-data.
Return values
core_privacy::local::metadata::collectionReturn the collection of meta-data.

Implements core_privacy\local\metadata\provider.


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