Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 4.1.x will end 13 November 2023 (12 months).
  • Bug fixes for security issues in 4.1.x will end 10 November 2025 (36 months).
  • PHP version: minimum PHP 7.4.0 Note: minimum PHP version has increased since Moodle 4.0. PHP 8.0.x is supported too.

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

(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.

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

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.

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

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

param: int $userid The id of the user.