Moodle PHP Documentation 4.1
Moodle 4.1.11 (Build: 20240610) (c8c84b4af18)
|
Privacy Subsystem for block_timeline. More...
Static Public Member Functions | |
static | export_user_preferences (int $userid) |
Export all user preferences for the myoverview block. | |
static | get_metadata (collection $collection) |
Returns meta-data information about the myoverview block. | |
Privacy Subsystem for block_timeline.
|
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.