Moodle APIs 3.9
Moodle 3.9.13+ (Build: 20220325)
|
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 | |
namespace | 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 = 2020060900 | |
$plugin | component = 'auth_manual' |
$plugin | version = 2020061500 |
xmldb_auth_manual_upgrade | ( | $oldversion | ) |
Function to upgrade auth_manual.
int | $oldversion | the version we are upgrading from |
bool | result |