moodle/enrol
2023-03-09 08:21:22 +08:00
..
category MDL-76403 versions: bump all versions and requires near release 2022-11-23 09:45:23 +08:00
classes/privacy MDL-64782 core_enrol: Performance improvement 2019-04-23 17:01:48 +10:00
cohort MDL-76658 Behat: Coverage for course cohort enrolment groups 2023-01-31 21:18:31 +08:00
database MDL-76497 upgrade: add the 4.1.0 separation line to all upgrade scripts 2022-11-28 14:43:04 +08:00
fee MDL-76403 versions: bump all versions and requires near release 2022-11-23 09:45:23 +08:00
flatfile MDL-76497 upgrade: add the 4.1.0 separation line to all upgrade scripts 2022-11-28 14:43:04 +08:00
guest MDL-76583 core: Update uses of external_* classes 2023-01-19 07:34:09 +08:00
imsenterprise MDL-76497 upgrade: add the 4.1.0 separation line to all upgrade scripts 2022-11-28 14:43:04 +08:00
ldap MDL-76403 versions: bump all versions and requires near release 2022-11-23 09:45:23 +08:00
lti MDL-75012 js: Full build of all grunt things 2023-03-02 11:55:32 +08:00
manual MDL-75012 js: Full build of all grunt things 2023-03-02 11:55:32 +08:00
meta MDL-76583 core: Update uses of external_* classes 2023-01-19 07:34:09 +08:00
mnet MDL-76497 upgrade: add the 4.1.0 separation line to all upgrade scripts 2022-11-28 14:43:04 +08:00
paypal MDL-76497 upgrade: add the 4.1.0 separation line to all upgrade scripts 2022-11-28 14:43:04 +08:00
self Merge branch 'MDL-77145-master' of https://github.com/davewoloszyn/moodle 2023-02-16 11:56:28 +08:00
tests MDL-76583 core: Update uses of external_* classes 2023-01-19 07:34:09 +08:00
yui MDL-77559 js: Revert "MDL-75012 js: Bump stylelint and components" 2023-03-09 08:21:22 +08:00
ajax.php MDL-71099 Lib: Move new user_fields class from core to core_user 2021-03-25 13:47:23 +00:00
bulkchange_forms.php
editenrolment.php MDL-66489 enrol: prevent warning when the duration field is disabled 2019-09-11 20:18:43 +10:00
editenrolment_form.php MDL-64032 enrol_manual: Make consistent the UI for setting enrolment 2019-07-23 14:21:43 +07:00
editinstance.php MDL-73645 core_enrol: Update breadcrumb nodes 2022-03-02 13:00:25 +08:00
editinstance_form.php
externallib.php MDL-76583 core: Update uses of external_* classes 2023-01-19 07:34:09 +08:00
index.php MDL-74964 core_enrol: enrolment page UI fixes 2022-07-27 08:10:43 +08:00
instances.php MDL-72875 course: Introduce tertiary nav in participants 2021-12-02 13:09:12 +08:00
locallib.php MDL-71836 core_enrol: Cannot search for users by username 2021-06-02 14:52:43 +01:00
otherusers.php MDL-75337 core: Single button - core changes 2023-01-24 06:01:35 +01:00
README.txt
renderer.php MDL-75337 core: Single button - core changes 2023-01-24 06:01:35 +01:00
test_settings.php MDL-29895 core: removed require_login() when not needed 2018-09-10 11:22:50 +02:00
unenroluser.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
upgrade.txt MDL-75441 mod_forum: Show add new post button to guest users 2022-12-13 18:49:53 +01:00
users_forms.php

ENROLMENT MODULES
-----------------

(Yes, that's the correct English spelling  ;-) )

All enrolment modules must extend base class enrol_plugin
which is defined in lib/enrollib.php. You can find documentation
of each method in the base class.