moodle/enrol
Ilya Tregubov 93b2db25ba
MDL-43820 enrol_cohort: Override find_instance
For cohort enrol method we can have multiple instances. We can match
those by cohort idnumber and role provided.

Also adding some extra validation and update tests.
2023-10-26 14:27:06 +08:00
..
category MDL-79551 versions: bump all versions and requires near release 2023-10-04 13:57:17 +08:00
classes Merge branch 'MDL-78175-master' of https://github.com/ferranrecio/moodle 2023-06-13 13:43:48 +08:00
cohort MDL-43820 enrol_cohort: Override find_instance 2023-10-26 14:27:06 +08:00
database MDL-79626 upgrade: add the 4.3.0 separation line to all upgrade scripts 2023-10-10 10:44:17 +08:00
fee MDL-79551 versions: bump all versions and requires near release 2023-10-04 13:57:17 +08:00
flatfile MDL-79626 upgrade: add the 4.3.0 separation line to all upgrade scripts 2023-10-10 10:44:17 +08:00
guest MDL-43820 enrol_guest: Override find_instance 2023-10-26 14:27:03 +08:00
imsenterprise MDL-79626 upgrade: add the 4.3.0 separation line to all upgrade scripts 2023-10-10 10:44:17 +08:00
ldap MDL-79551 versions: bump all versions and requires near release 2023-10-04 13:57:17 +08:00
lti MDL-79626 upgrade: add the 4.3.0 separation line to all upgrade scripts 2023-10-10 10:44:17 +08:00
manual MDL-43820 enrol_manual: Override find_instance 2023-10-26 14:27:04 +08:00
meta MDL-79551 versions: bump all versions and requires near release 2023-10-04 13:57:17 +08:00
mnet MDL-79626 upgrade: add the 4.3.0 separation line to all upgrade scripts 2023-10-10 10:44:17 +08:00
paypal MDL-79626 upgrade: add the 4.3.0 separation line to all upgrade scripts 2023-10-10 10:44:17 +08:00
self MDL-43820 enrol_self: Override find_instance 2023-10-26 14:27:05 +08:00
tests MDL-79310 enrol: restrict searched users to those user can view. 2023-10-04 14:30:45 +08:00
yui MDL-77174 enrol: Update role manager to drop YUI confirm module 2023-07-31 10:56:21 +08:00
ajax.php Merge branch 'MDL-78312-master' of https://github.com/NashTechOpenUniversity/moodle 2023-09-15 16:56:22 +08: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-77164 various: fix incorrect phpdocs 2023-04-13 11:35:06 +01:00
index.php MDL-74964 core_enrol: enrolment page UI fixes 2022-07-27 08:10:43 +08:00
instances.php MDL-78587 course: use tertiary nav selector on participant pages. 2023-07-12 18:26:23 +01:00
locallib.php MDL-79310 enrol: restrict searched users to those user can view. 2023-10-04 14:30:45 +08:00
otherusers.php MDL-75337 core: Single button - core changes 2023-01-24 06:01:35 +01:00
README.txt
renameroles.php MDL-78587 course: use tertiary nav selector on participant pages. 2023-07-12 18:26:23 +01:00
renderer.php MDL-77350 enrol: Added class properties that are not declared 2023-05-16 00:33:19 +07: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-43820 enrol: Add method to find plugin enrol instance 2023-10-26 14:27:02 +08:00
users_forms.php MDL-50666 core: Add function get_viewable_roles to set role visibility 2017-12-19 13:53:23 +13:00

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.