Passar para o conteúdo principal

Mensagem de erro

  • Warning: mkdir(): File exists in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 157 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig/5be9d763a5944_username.html.twig_74k6zzwzKemDHVvqkbNDaohvx', 511) (Line: 120)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig/5be9d763a5944_username.html.twig_74k6zzwzKemDHVvqkbNDaohvx') (Line: 86)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('5be9d763a5944_username.html.twig_74k6zzwzKemDHVvqkbNDaohvx', '<?php
    
    /* core/themes/stable/templates/user/username.html.twig */
    class __TwigTemplate_d38d9b04087eb3e998b53738439d7fe1af3b6bddcb209b60f0d7e86605ec2967 extends Twig_Template
    {
        public function __construct(Twig_Environment $env)
        {
            parent::__construct($env);
    
            $this->parent = false;
    
            $this->blocks = array(
            );
        }
    
        protected function doDisplay(array $context, array $blocks = array())
        {
            $tags = array("if" => 25);
            $filters = array();
            $functions = array();
    
            try {
                $this->env->getExtension('Twig_Extension_Sandbox')->checkSecurity(
                    array('if'),
                    array(),
                    array()
                );
            } catch (Twig_Sandbox_SecurityError $e) {
                $e->setSourceContext($this->getSourceContext());
    
                if ($e instanceof Twig_Sandbox_SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
                    $e->setTemplateLine($tags[$e->getTagName()]);
                } elseif ($e instanceof Twig_Sandbox_SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
                    $e->setTemplateLine($filters[$e->getFilterName()]);
                } elseif ($e instanceof Twig_Sandbox_SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
                    $e->setTemplateLine($functions[$e->getFunctionName()]);
                }
    
                throw $e;
            }
    
            // line 25
            if (($context["link_path"] ?? null)) {
                // line 26
                echo "<a>env-&gt;getExtension('Twig_Extension_Sandbox')-&gt;ensureToStringAllowed($this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, ($context["attributes"] ?? null), "html", null, true));
                echo "&gt;";
                echo $this-&gt;env-&gt;getExtension('Twig_Extension_Sandbox')-&gt;ensureToStringAllowed($this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, ($context["name"] ?? null), "html", null, true));
                echo $this-&gt;env-&gt;getExtension('Twig_Extension_Sandbox')-&gt;ensureToStringAllowed($this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, ($context["extra"] ?? null), "html", null, true));
                echo "</a>";
            } else {
                // line 28
                echo "env-&gt;getExtension('Twig_Extension_Sandbox')-&gt;ensureToStringAllowed($this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, ($context["attributes"] ?? null), "html", null, true));
                echo "&gt;";
                echo $this-&gt;env-&gt;getExtension('Twig_Extension_Sandbox')-&gt;ensureToStringAllowed($this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, ($context["name"] ?? null), "html", null, true));
                echo $this-&gt;env-&gt;getExtension('Twig_Extension_Sandbox')-&gt;ensureToStringAllowed($this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, ($context["extra"] ?? null), "html", null, true));
                echo "";
            }
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/user/username.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  53 =&gt; 28,  45 =&gt; 26,  43 =&gt; 25,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Twig_Source("", "core/themes/stable/templates/user/username.html.twig", "/data/www-drupal-8.3.3/core/themes/stable/templates/user/username.html.twig");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('5be9d763a5944_username.html.twig_74k6zzwzKemDHVvqkbNDaohvx', '&lt;?php
    
    /* core/themes/stable/templates/user/username.html.twig */
    class __TwigTemplate_d38d9b04087eb3e998b53738439d7fe1af3b6bddcb209b60f0d7e86605ec2967 extends Twig_Template
    {
        public function __construct(Twig_Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = array(
            );
        }
    
        protected function doDisplay(array $context, array $blocks = array())
        {
            $tags = array("if" =&gt; 25);
            $filters = array();
            $functions = array();
    
            try {
                $this-&gt;env-&gt;getExtension('Twig_Extension_Sandbox')-&gt;checkSecurity(
                    array('if'),
                    array(),
                    array()
                );
            } catch (Twig_Sandbox_SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                if ($e instanceof Twig_Sandbox_SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof Twig_Sandbox_SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof Twig_Sandbox_SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
            // line 25
            if (($context["link_path"] ?? null)) {
                // line 26
                echo "<a>env-&gt;getExtension('Twig_Extension_Sandbox')-&gt;ensureToStringAllowed($this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, ($context["attributes"] ?? null), "html", null, true));
                echo "&gt;";
                echo $this-&gt;env-&gt;getExtension('Twig_Extension_Sandbox')-&gt;ensureToStringAllowed($this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, ($context["name"] ?? null), "html", null, true));
                echo $this-&gt;env-&gt;getExtension('Twig_Extension_Sandbox')-&gt;ensureToStringAllowed($this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, ($context["extra"] ?? null), "html", null, true));
                echo "</a>";
            } else {
                // line 28
                echo "env-&gt;getExtension('Twig_Extension_Sandbox')-&gt;ensureToStringAllowed($this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, ($context["attributes"] ?? null), "html", null, true));
                echo "&gt;";
                echo $this-&gt;env-&gt;getExtension('Twig_Extension_Sandbox')-&gt;ensureToStringAllowed($this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, ($context["name"] ?? null), "html", null, true));
                echo $this-&gt;env-&gt;getExtension('Twig_Extension_Sandbox')-&gt;ensureToStringAllowed($this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, ($context["extra"] ?? null), "html", null, true));
                echo "";
            }
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/user/username.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  53 =&gt; 28,  45 =&gt; 26,  43 =&gt; 25,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Twig_Source("", "core/themes/stable/templates/user/username.html.twig", "/data/www-drupal-8.3.3/core/themes/stable/templates/user/username.html.twig");
        }
    }
    ') (Line: 452)
    Twig_Environment->loadTemplate('core/themes/stable/templates/user/username.html.twig') (Line: 64)
    twig_render_template('core/themes/stable/templates/user/username.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('username', Array) (Line: 435)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array) (Line: 490)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 51)
    __TwigTemplate_71dafabd5c123f587b77306521f09bfcbbfd2e0202bc93ef60f092930d522912->doDisplay(Array, Array) (Line: 432)
    Twig_Template->displayWithErrorHandling(Array, Array) (Line: 403)
    Twig_Template->display(Array) (Line: 411)
    Twig_Template->render(Array) (Line: 64)
    twig_render_template('core/themes/stable/templates/field/field--node--uid.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 435)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 870)
    drupal_render(Array) (Line: 598)
    template_preprocess_node(Array, 'node', Array) (Line: 287)
    Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 435)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 226)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 574)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 227)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 117)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 149)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 64)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 207)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 121)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 75)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 50)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 656)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • Warning: mkdir(): File exists in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 157 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig/5be9d763a5944_menu--puc-play---principa_TuR40-KB5Jo0hZ-M0IQafpdNV', 511) (Line: 120)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig/5be9d763a5944_menu--puc-play---principa_TuR40-KB5Jo0hZ-M0IQafpdNV') (Line: 86)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('5be9d763a5944_menu--puc-play---principa_TuR40-KB5Jo0hZ-M0IQafpdNV', '&lt;?php
    
    /* themes/pucplay/templates/menu/menu--puc-play---principal.html.twig */
    class __TwigTemplate_88842818fb2c6ae856cfd27b6fce343efaaa44c1d6dda8debac5a6e7b71ca536 extends Twig_Template
    {
        public function __construct(Twig_Environment $env)
        {
            parent::__construct($env);
    
            // line 1
            $this-&gt;parent = $this-&gt;loadTemplate("menu--main.html.twig", "themes/pucplay/templates/menu/menu--puc-play---principal.html.twig", 1);
            $this-&gt;blocks = array(
            );
        }
    
        protected function doGetParent(array $context)
        {
            return "menu--main.html.twig";
        }
    
        protected function doDisplay(array $context, array $blocks = array())
        {
            $tags = array();
            $filters = array();
            $functions = array();
    
            try {
                $this-&gt;env-&gt;getExtension('Twig_Extension_Sandbox')-&gt;checkSecurity(
                    array(),
                    array(),
                    array()
                );
            } catch (Twig_Sandbox_SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                if ($e instanceof Twig_Sandbox_SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof Twig_Sandbox_SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof Twig_Sandbox_SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
            $this-&gt;parent-&gt;display($context, array_merge($this-&gt;blocks, $blocks));
        }
    
        public function getTemplateName()
        {
            return "themes/pucplay/templates/menu/menu--puc-play---principal.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  11 =&gt; 1,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Twig_Source("", "themes/pucplay/templates/menu/menu--puc-play---principal.html.twig", "/data/www-drupal-8.3.3/themes/pucplay/templates/menu/menu--puc-play---principal.html.twig");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('5be9d763a5944_menu--puc-play---principa_TuR40-KB5Jo0hZ-M0IQafpdNV', '&lt;?php
    
    /* themes/pucplay/templates/menu/menu--puc-play---principal.html.twig */
    class __TwigTemplate_88842818fb2c6ae856cfd27b6fce343efaaa44c1d6dda8debac5a6e7b71ca536 extends Twig_Template
    {
        public function __construct(Twig_Environment $env)
        {
            parent::__construct($env);
    
            // line 1
            $this-&gt;parent = $this-&gt;loadTemplate("menu--main.html.twig", "themes/pucplay/templates/menu/menu--puc-play---principal.html.twig", 1);
            $this-&gt;blocks = array(
            );
        }
    
        protected function doGetParent(array $context)
        {
            return "menu--main.html.twig";
        }
    
        protected function doDisplay(array $context, array $blocks = array())
        {
            $tags = array();
            $filters = array();
            $functions = array();
    
            try {
                $this-&gt;env-&gt;getExtension('Twig_Extension_Sandbox')-&gt;checkSecurity(
                    array(),
                    array(),
                    array()
                );
            } catch (Twig_Sandbox_SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                if ($e instanceof Twig_Sandbox_SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof Twig_Sandbox_SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof Twig_Sandbox_SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
            $this-&gt;parent-&gt;display($context, array_merge($this-&gt;blocks, $blocks));
        }
    
        public function getTemplateName()
        {
            return "themes/pucplay/templates/menu/menu--puc-play---principal.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  11 =&gt; 1,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Twig_Source("", "themes/pucplay/templates/menu/menu--puc-play---principal.html.twig", "/data/www-drupal-8.3.3/themes/pucplay/templates/menu/menu--puc-play---principal.html.twig");
        }
    }
    ') (Line: 452)
    Twig_Environment->loadTemplate('themes/pucplay/templates/menu/menu--puc-play---principal.html.twig') (Line: 64)
    twig_render_template('themes/pucplay/templates/menu/menu--puc-play---principal.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('menu', Array) (Line: 435)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array) (Line: 490)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 90)
    __TwigTemplate_73fb585446fd3e4eda32276fa261678ff475174813b05ab8577732f6428cb40f->block_content(Array, Array) (Line: 215)
    Twig_Template->displayBlock('content', Array, Array) (Line: 79)
    __TwigTemplate_73fb585446fd3e4eda32276fa261678ff475174813b05ab8577732f6428cb40f->doDisplay(Array, Array) (Line: 432)
    Twig_Template->displayWithErrorHandling(Array, Array) (Line: 403)
    Twig_Template->display(Array, Array) (Line: 47)
    __TwigTemplate_75f21eaaaffb1303d8a68c5144732a3b4f1c6c37dca74a0e4b27073710131545->doDisplay(Array, Array) (Line: 432)
    Twig_Template->displayWithErrorHandling(Array, Array) (Line: 403)
    Twig_Template->display(Array) (Line: 411)
    Twig_Template->render(Array) (Line: 64)
    twig_render_template('themes/pucplay/templates/block/block--pucplaymenuprincipal.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 435)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 448)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array) (Line: 490)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 148)
    __TwigTemplate_1bcf94a62b58c6d596ffc63f3b200f52f7dfb1da403a134ad8ef718c1181910a->block_header(Array, Array) (Line: 215)
    Twig_Template->displayBlock('header', Array, Array) (Line: 49)
    __TwigTemplate_1bcf94a62b58c6d596ffc63f3b200f52f7dfb1da403a134ad8ef718c1181910a->doDisplay(Array, Array) (Line: 432)
    Twig_Template->displayWithErrorHandling(Array, Array) (Line: 403)
    Twig_Template->display(Array, Array) (Line: 48)
    __TwigTemplate_f487d0bc841d41393172115c1a2591568330e93da5bc83c0cf350a7eabb1645a->doDisplay(Array, Array) (Line: 432)
    Twig_Template->displayWithErrorHandling(Array, Array) (Line: 403)
    Twig_Template->display(Array) (Line: 411)
    Twig_Template->render(Array) (Line: 64)
    twig_render_template('themes/pucplay/templates/page/page--node.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 435)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array) (Line: 490)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 120)
    __TwigTemplate_c02fe94708e3a3a7632ca9f9cb5cfe3c6ed15caecb21d674a4cdf15c52fbdc6c->doDisplay(Array, Array) (Line: 432)
    Twig_Template->displayWithErrorHandling(Array, Array) (Line: 403)
    Twig_Template->display(Array) (Line: 411)
    Twig_Template->render(Array) (Line: 64)
    twig_render_template('themes/pucplay/templates/layout/html.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 435)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array) (Line: 147)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 574)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 148)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 149)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 64)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 207)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 121)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 75)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 50)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 656)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • Warning: mkdir(): File exists in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 157 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig/5be9d763a5944_menu--main.html.twig_c9pYkRJZjnzFrY1P3dq8iet5L', 511) (Line: 120)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig/5be9d763a5944_menu--main.html.twig_c9pYkRJZjnzFrY1P3dq8iet5L') (Line: 86)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('5be9d763a5944_menu--main.html.twig_c9pYkRJZjnzFrY1P3dq8iet5L', '&lt;?php
    
    /* menu--main.html.twig */
    class __TwigTemplate_112c2f372b51a8664c6be4dc12ccc61d021bcb9e0c8b6868db92f5c433d61aa6 extends Twig_Template
    {
        public function __construct(Twig_Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = array(
            );
        }
    
        protected function doDisplay(array $context, array $blocks = array())
        {
            $tags = array("import" =&gt; 21, "macro" =&gt; 29, "if" =&gt; 31, "for" =&gt; 37);
            $filters = array();
            $functions = array("link" =&gt; 41);
    
            try {
                $this-&gt;env-&gt;getExtension('Twig_Extension_Sandbox')-&gt;checkSecurity(
                    array('import', 'macro', 'if', 'for'),
                    array(),
                    array('link')
                );
            } catch (Twig_Sandbox_SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                if ($e instanceof Twig_Sandbox_SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof Twig_Sandbox_SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof Twig_Sandbox_SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
            // line 21
            $context["menus"] = $this;
            // line 22
            echo "
    ";
            // line 27
            echo $this-&gt;env-&gt;getExtension('Twig_Extension_Sandbox')-&gt;ensureToStringAllowed($this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;renderVar($context["menus"]-&gt;getmenu_links(($context["items"] ?? null), ($context["attributes"] ?? null), 0)));
            echo "
    
    ";
        }
    
        // line 29
        public function getmenu_links($__items__ = null, $__attributes__ = null, $__menu_level__ = null, ...$__varargs__)
        {
            $context = $this-&gt;env-&gt;mergeGlobals(array(
                "items" =&gt; $__items__,
                "attributes" =&gt; $__attributes__,
                "menu_level" =&gt; $__menu_level__,
                "varargs" =&gt; $__varargs__,
            ));
    
            $blocks = array();
    
            ob_start();
            try {
                // line 30
                echo "  ";
                $context["menus"] = $this;
                // line 31
                echo "  ";
                if (($context["items"] ?? null)) {
                    // line 32
                    echo "    ";
                    if ((($context["menu_level"] ?? null) == 0)) {
                        // line 33
                        echo "      <ul>env-&gt;getExtension('Twig_Extension_Sandbox')-&gt;ensureToStringAllowed($this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, ($context["attributes"] ?? null), "html", null, true));
                        echo "&gt;
        ";
                    } else {
                        // line 35
                        echo "      <ul>
        ";
                    }
                    // line 37
                    echo "    ";
                    $context['_parent'] = $context;
                    $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                    foreach ($context['_seq'] as $context["_key"] =&gt; $context["item"]) {
                        // line 38
                        echo "      
          <li>env-&gt;getExtension('Twig_Extension_Sandbox')-&gt;ensureToStringAllowed($this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;getAttribute($this-&gt;getAttribute($context["item"], "attributes", array()), "addClass", array(0 =&gt; "item", 1 =&gt; $this-&gt;getAttribute($context["item"], "title", array())), "method"), "html", null, true));
                        echo " data-item-title=\"";
                        echo $this-&gt;env-&gt;getExtension('Twig_Extension_Sandbox')-&gt;ensureToStringAllowed($this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;getAttribute($context["item"], "title", array()), "html", null, true));
                        echo "\" data-level=\"";
                        echo $this-&gt;env-&gt;getExtension('Twig_Extension_Sandbox')-&gt;ensureToStringAllowed($this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, ($context["menu_level"] ?? null), "html", null, true));
                        echo "\"&gt;
        
              ";
                        // line 41
                        echo $this-&gt;env-&gt;getExtension('Twig_Extension_Sandbox')-&gt;ensureToStringAllowed($this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;getLink($this-&gt;getAttribute($context["item"], "title", array()), $this-&gt;getAttribute($context["item"], "url", array())), "html", null, true));
                        echo " 
            ";
                        // line 42
                        if ($this-&gt;getAttribute($context["item"], "below", array())) {
                            // line 43
                            echo "          ";
                            echo $this-&gt;env-&gt;getExtension('Twig_Extension_Sandbox')-&gt;ensureToStringAllowed($this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;renderVar($context["menus"]-&gt;getmenu_links($this-&gt;getAttribute($context["item"], "below", array()), ($context["attributes"] ?? null), (($context["menu_level"] ?? null) + 1))));
                            echo "
            ";
                        }
                        // line 45
                        echo "      </li>
        ";
                    }
                    $_parent = $context['_parent'];
                    unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
                    $context = array_intersect_key($context, $_parent) + $_parent;
                    // line 47
                    echo "    </ul>
      ";
                }
            } catch (Exception $e) {
                ob_end_clean();
    
                throw $e;
            } catch (Throwable $e) {
                ob_end_clean();
    
                throw $e;
            }
    
            return ('' === $tmp = ob_get_clean()) ? '' : new Twig_Markup($tmp, $this-&gt;env-&gt;getCharset());
        }
    
        public function getTemplateName()
        {
            return "menu--main.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  124 =&gt; 47,  117 =&gt; 45,  111 =&gt; 43,  109 =&gt; 42,  105 =&gt; 41,  96 =&gt; 39,  93 =&gt; 38,  88 =&gt; 37,  84 =&gt; 35,  78 =&gt; 33,  75 =&gt; 32,  72 =&gt; 31,  69 =&gt; 30,  55 =&gt; 29,  48 =&gt; 27,  45 =&gt; 22,  43 =&gt; 21,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Twig_Source("", "menu--main.html.twig", "themes/pucplay/templates/menu/menu--main.html.twig");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('5be9d763a5944_menu--main.html.twig_c9pYkRJZjnzFrY1P3dq8iet5L', '&lt;?php
    
    /* menu--main.html.twig */
    class __TwigTemplate_112c2f372b51a8664c6be4dc12ccc61d021bcb9e0c8b6868db92f5c433d61aa6 extends Twig_Template
    {
        public function __construct(Twig_Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = array(
            );
        }
    
        protected function doDisplay(array $context, array $blocks = array())
        {
            $tags = array("import" =&gt; 21, "macro" =&gt; 29, "if" =&gt; 31, "for" =&gt; 37);
            $filters = array();
            $functions = array("link" =&gt; 41);
    
            try {
                $this-&gt;env-&gt;getExtension('Twig_Extension_Sandbox')-&gt;checkSecurity(
                    array('import', 'macro', 'if', 'for'),
                    array(),
                    array('link')
                );
            } catch (Twig_Sandbox_SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                if ($e instanceof Twig_Sandbox_SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof Twig_Sandbox_SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof Twig_Sandbox_SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
            // line 21
            $context["menus"] = $this;
            // line 22
            echo "
    ";
            // line 27
            echo $this-&gt;env-&gt;getExtension('Twig_Extension_Sandbox')-&gt;ensureToStringAllowed($this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;renderVar($context["menus"]-&gt;getmenu_links(($context["items"] ?? null), ($context["attributes"] ?? null), 0)));
            echo "
    
    ";
        }
    
        // line 29
        public function getmenu_links($__items__ = null, $__attributes__ = null, $__menu_level__ = null, ...$__varargs__)
        {
            $context = $this-&gt;env-&gt;mergeGlobals(array(
                "items" =&gt; $__items__,
                "attributes" =&gt; $__attributes__,
                "menu_level" =&gt; $__menu_level__,
                "varargs" =&gt; $__varargs__,
            ));
    
            $blocks = array();
    
            ob_start();
            try {
                // line 30
                echo "  ";
                $context["menus"] = $this;
                // line 31
                echo "  ";
                if (($context["items"] ?? null)) {
                    // line 32
                    echo "    ";
                    if ((($context["menu_level"] ?? null) == 0)) {
                        // line 33
                        echo "      <ul>env-&gt;getExtension('Twig_Extension_Sandbox')-&gt;ensureToStringAllowed($this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, ($context["attributes"] ?? null), "html", null, true));
                        echo "&gt;
        ";
                    } else {
                        // line 35
                        echo "      <ul>
        ";
                    }
                    // line 37
                    echo "    ";
                    $context['_parent'] = $context;
                    $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                    foreach ($context['_seq'] as $context["_key"] =&gt; $context["item"]) {
                        // line 38
                        echo "      
          <li>env-&gt;getExtension('Twig_Extension_Sandbox')-&gt;ensureToStringAllowed($this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;getAttribute($this-&gt;getAttribute($context["item"], "attributes", array()), "addClass", array(0 =&gt; "item", 1 =&gt; $this-&gt;getAttribute($context["item"], "title", array())), "method"), "html", null, true));
                        echo " data-item-title=\"";
                        echo $this-&gt;env-&gt;getExtension('Twig_Extension_Sandbox')-&gt;ensureToStringAllowed($this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;getAttribute($context["item"], "title", array()), "html", null, true));
                        echo "\" data-level=\"";
                        echo $this-&gt;env-&gt;getExtension('Twig_Extension_Sandbox')-&gt;ensureToStringAllowed($this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, ($context["menu_level"] ?? null), "html", null, true));
                        echo "\"&gt;
        
              ";
                        // line 41
                        echo $this-&gt;env-&gt;getExtension('Twig_Extension_Sandbox')-&gt;ensureToStringAllowed($this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;getLink($this-&gt;getAttribute($context["item"], "title", array()), $this-&gt;getAttribute($context["item"], "url", array())), "html", null, true));
                        echo " 
            ";
                        // line 42
                        if ($this-&gt;getAttribute($context["item"], "below", array())) {
                            // line 43
                            echo "          ";
                            echo $this-&gt;env-&gt;getExtension('Twig_Extension_Sandbox')-&gt;ensureToStringAllowed($this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;renderVar($context["menus"]-&gt;getmenu_links($this-&gt;getAttribute($context["item"], "below", array()), ($context["attributes"] ?? null), (($context["menu_level"] ?? null) + 1))));
                            echo "
            ";
                        }
                        // line 45
                        echo "      </li>
        ";
                    }
                    $_parent = $context['_parent'];
                    unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
                    $context = array_intersect_key($context, $_parent) + $_parent;
                    // line 47
                    echo "    </ul>
      ";
                }
            } catch (Exception $e) {
                ob_end_clean();
    
                throw $e;
            } catch (Throwable $e) {
                ob_end_clean();
    
                throw $e;
            }
    
            return ('' === $tmp = ob_get_clean()) ? '' : new Twig_Markup($tmp, $this-&gt;env-&gt;getCharset());
        }
    
        public function getTemplateName()
        {
            return "menu--main.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  124 =&gt; 47,  117 =&gt; 45,  111 =&gt; 43,  109 =&gt; 42,  105 =&gt; 41,  96 =&gt; 39,  93 =&gt; 38,  88 =&gt; 37,  84 =&gt; 35,  78 =&gt; 33,  75 =&gt; 32,  72 =&gt; 31,  69 =&gt; 30,  55 =&gt; 29,  48 =&gt; 27,  45 =&gt; 22,  43 =&gt; 21,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Twig_Source("", "menu--main.html.twig", "themes/pucplay/templates/menu/menu--main.html.twig");
        }
    }
    ') (Line: 452)
    Twig_Environment->loadTemplate('menu--main.html.twig', NULL) (Line: 366)
    Twig_Template->loadTemplate('menu--main.html.twig', 'themes/pucplay/templates/menu/menu--puc-play---principal.html.twig', 1) (Line: 11)
    __TwigTemplate_88842818fb2c6ae856cfd27b6fce343efaaa44c1d6dda8debac5a6e7b71ca536->__construct(Object) (Line: 475)
    Twig_Environment->loadTemplate('themes/pucplay/templates/menu/menu--puc-play---principal.html.twig') (Line: 64)
    twig_render_template('themes/pucplay/templates/menu/menu--puc-play---principal.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('menu', Array) (Line: 435)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array) (Line: 490)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 90)
    __TwigTemplate_73fb585446fd3e4eda32276fa261678ff475174813b05ab8577732f6428cb40f->block_content(Array, Array) (Line: 215)
    Twig_Template->displayBlock('content', Array, Array) (Line: 79)
    __TwigTemplate_73fb585446fd3e4eda32276fa261678ff475174813b05ab8577732f6428cb40f->doDisplay(Array, Array) (Line: 432)
    Twig_Template->displayWithErrorHandling(Array, Array) (Line: 403)
    Twig_Template->display(Array, Array) (Line: 47)
    __TwigTemplate_75f21eaaaffb1303d8a68c5144732a3b4f1c6c37dca74a0e4b27073710131545->doDisplay(Array, Array) (Line: 432)
    Twig_Template->displayWithErrorHandling(Array, Array) (Line: 403)
    Twig_Template->display(Array) (Line: 411)
    Twig_Template->render(Array) (Line: 64)
    twig_render_template('themes/pucplay/templates/block/block--pucplaymenuprincipal.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 435)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 448)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array) (Line: 490)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 148)
    __TwigTemplate_1bcf94a62b58c6d596ffc63f3b200f52f7dfb1da403a134ad8ef718c1181910a->block_header(Array, Array) (Line: 215)
    Twig_Template->displayBlock('header', Array, Array) (Line: 49)
    __TwigTemplate_1bcf94a62b58c6d596ffc63f3b200f52f7dfb1da403a134ad8ef718c1181910a->doDisplay(Array, Array) (Line: 432)
    Twig_Template->displayWithErrorHandling(Array, Array) (Line: 403)
    Twig_Template->display(Array, Array) (Line: 48)
    __TwigTemplate_f487d0bc841d41393172115c1a2591568330e93da5bc83c0cf350a7eabb1645a->doDisplay(Array, Array) (Line: 432)
    Twig_Template->displayWithErrorHandling(Array, Array) (Line: 403)
    Twig_Template->display(Array) (Line: 411)
    Twig_Template->render(Array) (Line: 64)
    twig_render_template('themes/pucplay/templates/page/page--node.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 435)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array) (Line: 490)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 120)
    __TwigTemplate_c02fe94708e3a3a7632ca9f9cb5cfe3c6ed15caecb21d674a4cdf15c52fbdc6c->doDisplay(Array, Array) (Line: 432)
    Twig_Template->displayWithErrorHandling(Array, Array) (Line: 403)
    Twig_Template->display(Array) (Line: 411)
    Twig_Template->render(Array) (Line: 64)
    twig_render_template('themes/pucplay/templates/layout/html.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 435)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array) (Line: 147)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 574)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 148)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 149)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 64)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 207)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 121)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 75)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 50)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 656)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    

Terra em Transe -- Segurança e Democracia - Exibido 07/08/2020.

A entrevistada desta edição especial é a Ministra da Segurança da Argentina em exercício, Sabina Frederic. Ela falará de abordagens alternativas de segurança pública, como descriminalização de drogas, e comentará sobre como a formação de antropóloga influencia seu trabalho como ministra.

 

TV PUC Terra em Transe