Newscoop\PluginGeneratorBundle\Generator\Generator::getTwigEnvironment PHP Method

getTwigEnvironment() protected method

Get the twig environment that will render skeletons
protected getTwigEnvironment ( ) : Twig_Environment
return Twig_Environment
    protected function getTwigEnvironment()
    {
        return new \Twig_Environment(new \Twig_Loader_Filesystem($this->skeletonDirs), array('debug' => true, 'cache' => false, 'strict_variables' => true, 'autoescape' => false));
    }