Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.10.x will end 8 November 2021 (12 months).
  • Bug fixes for security issues in 3.10.x will end 9 May 2022 (18 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

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

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: 233 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.

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.
return: string the template

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.

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.
return: string the template

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