mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
MDL-64348 template: add load_template_with_dependencies external func
This commit is contained in:
parent
0664130b88
commit
e0034b5da6
4 changed files with 105 additions and 173 deletions
|
@ -1396,6 +1396,14 @@ $functions = array(
|
|||
'loginrequired' => false,
|
||||
'ajax' => true,
|
||||
),
|
||||
'core_output_load_template_with_dependencies' => array(
|
||||
'classname' => 'core\output\external',
|
||||
'methodname' => 'load_template_with_dependencies',
|
||||
'description' => 'Load a template and its dependencies for a renderable',
|
||||
'type' => 'read',
|
||||
'loginrequired' => false,
|
||||
'ajax' => true,
|
||||
),
|
||||
'core_output_load_fontawesome_icon_map' => array(
|
||||
'classname' => 'core\output\external',
|
||||
'methodname' => 'load_fontawesome_icon_map',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue