You are here

protected function Twig_Node_SandboxedModule::compileDisplayBody in Translation template extractor 6.3

Overrides Twig_Node_Module::compileDisplayBody

File

vendor/Twig/Node/SandboxedModule.php, line 35

Class

Twig_Node_SandboxedModule
Represents a module node.

Code

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