Merge branch 'MDL-60579-master' of https://github.com/mihailges/moodle
This commit is contained in:
@@ -546,6 +546,14 @@ $functions = array(
|
||||
'type' => 'write',
|
||||
'ajax' => true,
|
||||
),
|
||||
'core_enrol_unenrol_user_enrolment' => array(
|
||||
'classname' => 'core_enrol_external',
|
||||
'methodname' => 'unenrol_user_enrolment',
|
||||
'classpath' => 'enrol/externallib.php',
|
||||
'description' => 'External function that unenrols a given user enrolment',
|
||||
'type' => 'write',
|
||||
'ajax' => true,
|
||||
),
|
||||
'core_fetch_notifications' => array(
|
||||
'classname' => 'core_external',
|
||||
'methodname' => 'fetch_notifications',
|
||||
|
||||
Reference in New Issue
Block a user