Moodle APIs 4.3
Moodle 4.3.6 (Build: 20240812)
webservice

Variables

 $functions
 Manual plugin external functions and service definitions.
 

Detailed Description

Variable Documentation

◆ $functions

$functions
Initial value:
= array(
'enrol_manual_enrol_users' => array(
'classname' => 'enrol_manual_external',
'methodname' => 'enrol_users',
'classpath' => 'enrol/manual/externallib.php',
'description' => 'Manual enrol users',
'capabilities'=> 'enrol/manual:enrol',
'type' => 'write',
),
'enrol_manual_unenrol_users' => array(
'classname' => 'enrol_manual_external',
'methodname' => 'unenrol_users',
'classpath' => 'enrol/manual/externallib.php',
'description' => 'Manual unenrol users',
'capabilities'=> 'enrol/manual:unenrol',
'type' => 'write',
),
)

Manual plugin external functions and service definitions.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later