MDL-64656 core_tag: New WebService core_tag_get_tag_collections

This commit is contained in:
Juan Leyva 2019-02-27 13:33:13 +01:00
parent 07a4883796
commit 87bdad57c4
4 changed files with 171 additions and 0 deletions

View file

@ -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',