Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.0.x will end 8 May 2023 (12 months).
  • Bug fixes for security issues in 4.0.x will end 13 November 2023 (18 months).
  • PHP version: minimum PHP 7.3.0 Note: the minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is also supported.

Differences Between: [Versions 310 and 400] [Versions 311 and 400] [Versions 39 and 400] [Versions 400 and 402] [Versions 400 and 403]

Mustache helper to load strings from string_manager.

Copyright: 2015 Damyon Wiese
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 234 lines (9 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class


Class: external  - X-Ref

This class contains a list of webservice functions related to output.

load_template_parameters()   X-Ref
Returns description of load_template() parameters.

return: external_function_parameters

load_template($component, $template, $themename, $includecomments = false)   X-Ref
Return a mustache template, and all the strings it requires.

return: string the template
param: string $component The component that holds the template.
param: string $templatename The name of the template.
param: string $themename The name of the current theme.

load_template_returns()   X-Ref
Returns description of load_template() result value.

return: external_description

load_template_with_dependencies_parameters()   X-Ref
Returns description of load_template_with_dependencies() parameters.

return: external_function_parameters

load_template_with_dependencies(string $component,string $template,string $themename,bool $includecomments = false,string $lang = null)   X-Ref
Return a mustache template, and all the child templates and strings it requires.

return: string the template
param: string $component The component that holds the template.
param: string $template The name of the template.
param: string $themename The name of the current theme.
param: bool $includecomments Whether to strip comments from the template source.
param: string $lang moodle translation language, null means use current.

load_template_with_dependencies_returns()   X-Ref
Returns description of load_template_with_dependencies() result value.

return: external_description

load_fontawesome_icon_map_parameters()   X-Ref
Returns description of load_icon_map() parameters.

return: external_function_parameters

load_fontawesome_icon_map()   X-Ref
Return a mapping of icon names to icons.

return: array the mapping

load_fontawesome_icon_map_returns()   X-Ref
Returns description of load_icon_map() result value.

return: external_description

load_fontawesome_icon_map_is_deprecated()   X-Ref
The `load_fontawesome_icon_map` function has been replaced with

return: bool