moodle/enrol
2022-05-05 09:55:37 +08:00
..
category MDL-74471 versions: bump all versions and requires near release 2022-04-13 10:37:36 +08:00
classes/privacy
cohort MDL-74471 versions: bump all versions and requires near release 2022-04-13 10:37:36 +08:00
database MDL-74510 upgrade: add the 4.0.0 separation line to all upgrade scripts 2022-04-22 18:45:10 +02:00
fee MDL-74471 versions: bump all versions and requires near release 2022-04-13 10:37:36 +08:00
flatfile MDL-74510 upgrade: add the 4.0.0 separation line to all upgrade scripts 2022-04-22 18:45:10 +02:00
guest MDL-74510 upgrade: add the 4.0.0 separation line to all upgrade scripts 2022-04-22 18:45:10 +02:00
imsenterprise MDL-74510 upgrade: add the 4.0.0 separation line to all upgrade scripts 2022-04-22 18:45:10 +02:00
ldap MDL-74471 versions: bump all versions and requires near release 2022-04-13 10:37:36 +08:00
lti Merge branch 'MDL-74576-master' of https://github.com/snake/moodle 2022-05-05 09:55:37 +08:00
manual MDL-74510 upgrade: add the 4.0.0 separation line to all upgrade scripts 2022-04-22 18:45:10 +02:00
meta MDL-74471 versions: bump all versions and requires near release 2022-04-13 10:37:36 +08:00
mnet MDL-74510 upgrade: add the 4.0.0 separation line to all upgrade scripts 2022-04-22 18:45:10 +02:00
paypal MDL-74510 upgrade: add the 4.0.0 separation line to all upgrade scripts 2022-04-22 18:45:10 +02:00
self MDL-74510 upgrade: add the 4.0.0 separation line to all upgrade scripts 2022-04-22 18:45:10 +02:00
tests MDL-73669 core_enrol: move deprecated behat steps to own file 2022-02-04 17:17:08 +01:00
yui MDL-71373 core_enrol: localize "close" in role manager. 2021-05-14 14:18:52 +02: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
editinstance.php MDL-73645 core_enrol: Update breadcrumb nodes 2022-03-02 13:00:25 +08:00
editinstance_form.php
externallib.php MDL-73084 enroll: Return timemodified field in get_users_courses 2021-11-23 15:59:04 +01:00
index.php
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-73722 enrol: verify we have a search button to render. 2022-01-31 18:11:07 +00:00
README.txt
renderer.php MDL-72875 course: Introduce tertiary nav in participants 2021-12-02 13:09:12 +08:00
test_settings.php
unenroluser.php
upgrade.txt MDL-72090 behat: Deprecation of enrolment behat step. 2021-12-09 11:13:35 +08: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.