mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
MDL-64656 core_tag: New WebService core_tag_get_tag_collections
This commit is contained in:
parent
07a4883796
commit
87bdad57c4
4 changed files with 171 additions and 0 deletions
|
@ -1528,6 +1528,13 @@ $functions = array(
|
|||
'type' => 'read',
|
||||
'services' => array(MOODLE_OFFICIAL_MOBILE_SERVICE),
|
||||
),
|
||||
'core_tag_get_tag_collections' => array(
|
||||
'classname' => 'core_tag_external',
|
||||
'methodname' => 'get_tag_collections',
|
||||
'description' => 'Retrieves existing tag collections.',
|
||||
'type' => 'read',
|
||||
'services' => array(MOODLE_OFFICIAL_MOBILE_SERVICE),
|
||||
),
|
||||
'core_update_inplace_editable' => array(
|
||||
'classname' => 'core_external',
|
||||
'methodname' => 'update_inplace_editable',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue