ICustomTemplateProvider
                
            in
            
        
    
        
        
    Tags
Table of Contents
Methods
- getCustomTemplate() : File
 - Return the file for a given template id
 - getCustomTemplates() : array<string|int, Template>
 - Return a list of additional templates that the template provider is offering
 
Methods
getCustomTemplate()
Return the file for a given template id
    public
                    getCustomTemplate(string $template) : File
    Parameters
- $template : string
 - 
                    
identifier of the template
 
Tags
Return values
FilegetCustomTemplates()
Return a list of additional templates that the template provider is offering
    public
                    getCustomTemplates(string $mimetype) : array<string|int, Template>
    Parameters
- $mimetype : string