ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Go to the source code of this file.
Data Structures | |
class | Twig_Extension_StringLoader |
Functions | |
twig_template_from_string (Twig_Environment $env, $template) | |
Loads a template from a string. More... | |
twig_template_from_string | ( | Twig_Environment | $env, |
$template | |||
) |
Loads a template from a string.
{{ include(template_from_string("Hello {{ name }}")) }}
Twig_Environment | $env | A Twig_Environment instance |
string | $template | A template as a string or object implementing __toString() |
Definition at line 42 of file StringLoader.php.
References $template, and Twig_Environment\createTemplate().