Home
last modified time | relevance | path

Searched refs:getSource (Results 1 – 3 of 3) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/Test/
H A DNodeTestCase.php38 $this->assertStringMatchesFormat($source, trim($compiler->getSource()));
40 $this->assertEquals($source, trim($compiler->getSource()));
/template/twigstarter/vendor/twig/twig/src/
H A DCompiler.php53 public function getSource() function in Twig\\Compiler
H A DEnvironment.php581 return $this->compiler->compile($node)->getSource();