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 402] [Versions 310 and 403]

This is the external API for this tool.

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

Defines 1 class


Class: external  - X-Ref

This is the external API for this tool.

list_templates_parameters()   X-Ref
Returns description of list_templates() parameters.

return: external_function_parameters

list_templates($component, $search, $themename = '')   X-Ref
Loads the list of templates.

param: string $component Limit the search to a component.
param: string $search The search string.
param: string $themename The name of theme
return: array[string]

list_templates_returns()   X-Ref
Returns description of list_templates() result value.

return: external_description

load_canonical_template_parameters()   X-Ref
Returns description of load_canonical_template() parameters.

return: external_function_parameters

load_canonical_template($component, $template)   X-Ref
Return a mustache template.
Note - this function differs from the function core_output_load_template
because it will never return a theme overridden version of a template.

param: string $component The component that holds the template.
param: string $template The name of the template.
return: string the template, false if template doesn't exist.

load_canonical_template_returns()   X-Ref
Returns description of load_canonical_template() result value.

return: external_description