Merge branch 'MDL-71943-master' of git://github.com/dravek/moodle

This commit is contained in:
Ilya Tregubov 2021-09-27 18:34:12 +02:00
commit d7620cc5bc
16 changed files with 755 additions and 1 deletions

View file

@ -2779,6 +2779,13 @@ $functions = array(
'type' => 'write',
'ajax' => true,
],
'core_dynamic_tabs_get_content' => [
'classname' => 'core\external\dynamic_tabs_get_content',
'description' => 'Returns the content for a dynamic tab',
'type' => 'read',
'ajax' => true,
],
);
$services = array(