mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-12886 one more external group function, other minor fixes
This commit is contained in:
parent
f507217757
commit
246f6da2b8
6 changed files with 122 additions and 33 deletions
|
@ -43,6 +43,15 @@ $functions = array(
|
|||
'description' => 'Returns group details.',
|
||||
'type' => 'read',
|
||||
),
|
||||
|
||||
'moodle_group_get_course_groups' => array(
|
||||
'classname' => 'moodle_group_external',
|
||||
'methodname' => 'get_course_groups',
|
||||
'classpath' => 'group/externallib.php',
|
||||
'description' => 'Returns all groups in specified course.',
|
||||
'type' => 'read',
|
||||
),
|
||||
|
||||
/*
|
||||
'moodle_group_delete_groups' => array(
|
||||
'classname' => 'moodle_group_external',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue