Method | Description | |
---|---|---|
comments_template ( Twig_Environment $env, $context, $file = 'comments.twig', $separate_comments = false ) | ||
getFunctions ( ) | ||
getGlobals ( ) | ||
getName ( ) | ||
getTokenParsers ( ) | ||
get_footer ( Twig_Environment $env, $context, $name = null ) | ||
get_header ( Twig_Environment $env, $context, $name = null ) | ||
get_search_form ( ) : string | Skips rendering in native function in favor of Plugin->get_search_form() in filter | |
get_sidebar ( Twig_Environment $env, $context, $name = null ) | ||
get_template_part ( Twig_Environment $env, $context, $slug, $name = null ) | ||
get_templates ( $slug, $name = null ) | ||
initRuntime ( Twig_Environment $environment ) | ||
return_blank_template ( ) |
Method | Description | |
---|---|---|
get_template ( Twig_Environment $env, $context, $type, $name = null ) |
public comments_template ( Twig_Environment $env, $context, $file = 'comments.twig', $separate_comments = false ) | ||
$env | Twig_Environment |
public get_header ( Twig_Environment $env, $context, $name = null ) | ||
$env | Twig_Environment |
public get_search_form ( ) : string | ||
return | string |
public get_sidebar ( Twig_Environment $env, $context, $name = null ) | ||
$env | Twig_Environment |
protected get_template ( Twig_Environment $env, $context, $type, $name = null ) | ||
$env | Twig_Environment |
public get_template_part ( Twig_Environment $env, $context, $slug, $name = null ) | ||
$env | Twig_Environment |
public initRuntime ( Twig_Environment $environment ) | ||
$environment | Twig_Environment |