Home
last modified time | relevance | path

Searched refs:compileSource (Results 1 – 2 of 2) sorted by relevance

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DEnvironmentTest.php52 $this->assertContains('getTemplateName', $env->compileSource('{{ foo }}', 'foo'));
198 $cache->write($key, $twig->compileSource(new Source('{{ foo }}', 'index')));
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php482 $content = $this->compileSource($source);
794 public function compileSource($source, $name = null) function in Twig\\Environment