protected function Twig_Node_SandboxedModule::compileDisplayBody

Overrides Twig_Node_Module::compileDisplayBody

File

drupal/core/vendor/twig/twig/lib/Twig/Node/SandboxedModule.php, line 36

Class

Twig_Node_SandboxedModule
Represents a module node.

Code

protected function compileDisplayBody(Twig_Compiler $compiler) {
  $compiler
    ->write("\$this->checkSecurity();\n");
  parent::compileDisplayBody($compiler);
}