Home
last modified time | relevance | path

Searched refs:createTemplate (Results 1 – 6 of 6) sorted by relevance

/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DStringLoaderExtension.php51 return $env->createTemplate((string) $template);
/plugin/combo/ComboStrap/
H A DTemplateEngine.php305 public function createTemplate(string $templateName, string $templateContent = null): TemplateEngine function in ComboStrap\\TemplateEngine
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Drecipes.rst523 ``\Twig\Environment::createTemplate()`` (available as of Twig 1.18)::
525 $template = $twig->createTemplate('hello {{ name }}');
H A Ddeprecated.rst167 2.0. You can render a string via ``\Twig\Environment::createTemplate()``.
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php540 public function createTemplate($template) function in Twig\\Environment
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG115 * fixed template name generation in Twig_Environment::createTemplate()
351 * added Twig_Environment::createTemplate() to create a template from a string