mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
Merge branch 'MDL-71943-master' of git://github.com/dravek/moodle
This commit is contained in:
commit
d7620cc5bc
16 changed files with 755 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue