function 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 drupal/core/vendor/twig/twig/lib/Twig/Compiler.php
Gets the current PHP code after compilation.

File

drupal/core/vendor/twig/twig/lib/Twig/CompilerInterface.php, line 34

Class

Twig_CompilerInterface
Interface implemented by compiler classes.

Code

function getSource();