Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.0.x will end 8 May 2023 (12 months).
  • Bug fixes for security issues in 4.0.x will end 13 November 2023 (18 months).
  • PHP version: minimum PHP 7.3.0 Note: the minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is also supported.

Differences Between: [Versions 310 and 400] [Versions 311 and 400] [Versions 39 and 400]

(no description)

File Size: 184 lines (7 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class


Class: provider  - X-Ref

Privacy Subsystem for auth_lti implementing null_provider.

get_contexts_for_userid(int $userid)   X-Ref
Get all contexts contain user information for the given user.

return: contextlist the list of contexts containing user information.
param: int $userid the id of the user.

export_user_data(approved_contextlist $contextlist)   X-Ref
Export all user data for the user in the identified contexts.

param: approved_contextlist $contextlist the list of approved contexts for the user.

delete_data_for_all_users_in_context(\context $context)   X-Ref
Delete all user data for this context.

param: \context $context The context to delete data for.

delete_data_for_user(approved_contextlist $contextlist)   X-Ref
Delete user data in the list of given contexts.

param: approved_contextlist $contextlist the list of contexts.

get_users_in_context(userlist $userlist)   X-Ref
Get the list of users within a specific context.

param: userlist $userlist The userlist containing the list of users who have data in this context/plugin combination.

delete_data_for_users(approved_userlist $userlist)   X-Ref
Delete multiple users within a single context.

param: approved_userlist $userlist The approved context and user information to delete information for.

get_metadata(collection $collection)   X-Ref
Description of the metadata stored for users in auth_lti.

return: collection the collection, with relevant metadata descriptions for auth_lti added.
param: collection $collection a collection to add to.

delete_user_data(int $userid)   X-Ref
Delete user data for the user.

param: int $userid The id of the user.