[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/admin/tool/templatelibrary/classes/ -> api.php (summary)

Class for listing mustache templates.

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

api:: (2 methods):
  list_templates()
  load_canonical_template()


Class: api  - X-Ref

API exposed by tool_templatelibrary

list_templates($component = '', $search = '', $themename = '')   X-Ref
Return a list of details about installed templates.

param: string $component Filter the list to a single component.
param: string $search Search string to optionally filter the list of templates.
param: string $themename The name of the current theme.
return: array[string] Where each template is in the form "component/templatename".

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



Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1