MDL-75316 core: Webservice for sending activity to MoodleNet

Originally implemented as MDL-75933
This commit is contained in:
Huong Nguyen 2023-03-09 09:18:49 +07:00 committed by Michael Hawkins
parent 42ba0492e2
commit 6a877d438b
5 changed files with 294 additions and 15 deletions

View file

@ -3042,6 +3042,12 @@ $functions = array(
'type' => 'write',
'ajax' => true,
],
'core_moodlenet_send_activity' => [
'classname' => 'core\external\moodlenet_send_activity',
'description' => 'Send activity to MoodleNet',
'type' => 'read',
'ajax' => true,
],
);
$services = array(