mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
Merge branch 'MDL-64554-master' of git://github.com/andrewnicols/moodle
This commit is contained in:
commit
d6e50d14d2
60 changed files with 1920 additions and 461 deletions
|
@ -837,6 +837,13 @@ $functions = array(
|
|||
'loginrequired' => false,
|
||||
'ajax' => true,
|
||||
),
|
||||
'core_form_dynamic_form' => array(
|
||||
'classname' => 'core_form\external\dynamic_form',
|
||||
'methodname' => 'execute',
|
||||
'description' => 'Process submission of a dynamic (modal) form',
|
||||
'type' => 'write',
|
||||
'ajax' => true,
|
||||
),
|
||||
'core_get_component_strings' => array(
|
||||
'classname' => 'core_external',
|
||||
'methodname' => 'get_component_strings',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue