public function Twig_Environment::setCompiler

Sets the Compiler instance.

Parameters

Twig_CompilerInterface $compiler A Twig_CompilerInterface instance:

File

drupal/core/vendor/twig/twig/lib/Twig/Environment.php, line 508

Class

Twig_Environment
Stores the Twig configuration.

Code

public function setCompiler(Twig_CompilerInterface $compiler) {
  $this->compiler = $compiler;
}