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.

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.

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

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

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