You are here

public function Twig_Compiler::getEnvironment in Translation template extractor 6.3

Same name and namespace in other branches
  1. 7.3 vendor/Twig/Compiler.php \Twig_Compiler::getEnvironment()

Returns the environment instance related to this compiler.

Return value

Twig_Environment The environment instance

File

vendor/Twig/Compiler.php, line 50

Class

Twig_Compiler
Compiles a node to PHP code.

Code

public function getEnvironment() {
  return $this->env;
}