Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.10.x will end 8 November 2021 (12 months).
  • Bug fixes for security issues in 3.10.x will end 9 May 2022 (18 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

Class for loading/storing issuers from the DB.

Copyright: 2017 Damyon Wiese
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 113 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

linked_login:: (3 methods):
  define_properties()
  has_existing_issuer_match()
  delete_orphaned()


Class: linked_login  - X-Ref

Class for loading/storing issuer from the DB

define_properties()   X-Ref
Return the definition of the properties of this model.

return: array

has_existing_issuer_match(\core\oauth2\issuer $issuer, $username)   X-Ref
Check whether there are any valid linked accounts for this issuer
and username combination.

param: \core\oauth2\issuer $issuer The issuer
param: string $username The username to check

delete_orphaned($issuerid = false)   X-Ref
Remove all linked logins that are using issuers that have been deleted.

param: int $issuerid The issuer id of the issuer to check, or false to check all (defaults to all)
return: boolean