Moodle APIs 3.9
Moodle 3.9.13+ (Build: 20220325)
|
Privacy Subsystem for block_myoverview. More...
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... | |
Privacy Subsystem for block_myoverview.
|
static |
Export all user preferences for the myoverview block.
int | $userid | The userid of the user whose data is to be exported. |
Implements core_privacy\local\request\user_preference_provider.
|
static |
Returns meta-data information about the myoverview block.
core_privacy::local::metadata::collection | $collection | A collection of meta-data. |
core_privacy::local::metadata::collection | Return the collection of meta-data. |
Implements core_privacy\local\metadata\provider.