mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-31861 add web service function save_definitions
This commit is contained in:
parent
337075d17b
commit
0ff4ebb4a3
5 changed files with 505 additions and 21 deletions
|
@ -825,6 +825,13 @@ $functions = array(
|
|||
'type' => 'read'
|
||||
),
|
||||
|
||||
'core_grading_save_definitions' => array(
|
||||
'classname' => 'core_grading_external',
|
||||
'methodname' => 'save_definitions',
|
||||
'description' => 'Save grading definitions',
|
||||
'type' => 'write'
|
||||
),
|
||||
|
||||
'core_grading_get_gradingform_instances' => array(
|
||||
'classname' => 'core_grading_external',
|
||||
'methodname' => 'get_gradingform_instances',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue