mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
MDL-31682 added mod_assign_get_submissions web service function
This commit is contained in:
parent
9da506c2a3
commit
c144959c4d
4 changed files with 327 additions and 1 deletions
|
@ -39,5 +39,13 @@ $functions = array(
|
|||
'classpath' => 'mod/assign/externallib.php',
|
||||
'description' => 'Returns the courses and assignments for the users capability',
|
||||
'type' => 'read'
|
||||
),
|
||||
|
||||
'mod_assign_get_submissions' => array(
|
||||
'classname' => 'mod_assign_external',
|
||||
'methodname' => 'get_submissions',
|
||||
'classpath' => 'mod/assign/externallib.php',
|
||||
'description' => 'Returns the submissions for assignments',
|
||||
'type' => 'read'
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue