|
Moodle APIs
3.8
Moodle 3.8.6 (Build: 20201109)
|
Files | |
| file | auth.php |
| Authentication Plugin: Manual Authentication Just does a simple check against the moodle database. | |
| file | provider.php |
| Privacy Subsystem implementation for auth_manual. | |
| file | settings.php |
| Admin settings and defaults. | |
| file | upgrade.php |
| Manual authentication plugin upgrade code. | |
| file | version.php |
| Manual authentication plugin version information. | |
Namespaces | |
| auth_manual\privacy | |
| | |
Classes | |
| class | auth_manual\privacy\provider |
| Privacy provider for the authentication manual. More... | |
| class | auth_plugin_manual |
| Manual authentication plugin. More... | |
Functions | |
| xmldb_auth_manual_upgrade ($oldversion) | |
| Function to upgrade auth_manual. More... | |
Variables | |
| $plugin | component = 'auth_manual' |
| $plugin | requires = 2019111200 |
| $plugin | version = 2019111800 |
| xmldb_auth_manual_upgrade | ( | $oldversion | ) |
Function to upgrade auth_manual.
| int | $oldversion | the version we are upgrading from |
| bool | result |