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.

List the valid locations to search for a template with a given name.

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

Defines 1 class

mustache_template_finder:: (2 methods):
  get_template_directories_for_component()
  get_template_filepath()


Class: mustache_template_finder  - X-Ref

Get information about valid locations for mustache templates.

get_template_directories_for_component($component, $themename = '')   X-Ref
Helper function for getting a list of valid template directories for a specific component.

return: string[] List of valid directories for templates for this compoonent. Directories are not checked for existence.
param: string $component The component to search
param: string $themename The current theme name

get_template_filepath($name, $themename = '')   X-Ref
Helper function for getting a filename for a template from the template name.

return: string
param: string $name - This is the componentname/templatename combined.
param: string $themename - This is the current theme name.