You are here

public function Twig_CompilerInterface::getSource in Translation template extractor 6.3

Same name and namespace in other branches
  1. 7.3 vendor/Twig/CompilerInterface.php \Twig_CompilerInterface::getSource()

Gets the current PHP code after compilation.

Return value

string The PHP code

1 method overrides Twig_CompilerInterface::getSource()
Twig_Compiler::getSource in vendor/Twig/Compiler.php
Gets the current PHP code after compilation.

File

vendor/Twig/CompilerInterface.php, line 35

Class

Twig_CompilerInterface
Interface implemented by compiler classes.

Code

public function getSource();