mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
Merge branch 'MDL-81065-master' of https://github.com/jleyva/moodle
This commit is contained in:
commit
307d5e8c04
4 changed files with 178 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue