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 |
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 |