Merge branch 'MDL-81065-master' of https://github.com/jleyva/moodle

This commit is contained in:
Sara Arjona 2024-03-07 17:01:55 +01:00
commit 307d5e8c04
No known key found for this signature in database
4 changed files with 178 additions and 0 deletions

View file

@ -2817,6 +2817,13 @@ $functions = array(
'type' => 'read',
'services' => array(MOODLE_OFFICIAL_MOBILE_SERVICE),
),
'core_filters_get_all_states' => [
'classname' => 'core_filters\external\get_all_states',
'description' => 'Retrieve all the filters and their states (including overridden ones in any context).',
'type' => 'read',
'services' => [MOODLE_OFFICIAL_MOBILE_SERVICE],
],
'core_customfield_delete_field' => array(
'classname' => 'core_customfield_external',
'methodname' => 'delete_field',