mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
MDL-75316 core: Webservice for sending activity to MoodleNet
Originally implemented as MDL-75933
This commit is contained in:
parent
42ba0492e2
commit
6a877d438b
5 changed files with 294 additions and 15 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue