- User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 95) Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66) Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('68d65e9512542_views-glossary.html.twig_fKTJqOehioyDTgmhcUCFhXGiI', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* profiles/vactory_starter_kit/modules/vactory_glossary/templates/views-glossary.html.twig */ class __TwigTemplate_1ca3f35c1fd5d89cb2cfd6aad2047d4e723f27164daced7aa5facbd35b12dc4a extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { // line 36 $context["classes"] = [0 => (( // line 37 ($context["dom_id"] ?? null)) ? (("js-view-dom-id-" . $this->sandbox->ensureToStringAllowed(($context["dom_id"] ?? null)))) : (""))]; // line 40 echo "env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method")), "html", null, true); echo "> "; // line 41 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_prefix"] ?? null)), "html", null, true); echo " "; // line 42 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title"] ?? null)), "html", null, true); echo " "; // line 43 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_suffix"] ?? null)), "html", null, true); echo " "; // line 45 if (($context["header"] ?? null)) { // line 46 echo " "; // line 47 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["header"] ?? null)), "html", null, true); echo " "; } // line 50 echo " "; // line 51 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["exposed"] ?? null)), "html", null, true); echo " "; // line 52 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attachment_before"] ?? null)), "html", null, true); echo " "; // line 54 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["rows"] ?? null)), "html", null, true); echo " "; // line 55 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["empty"] ?? null)), "html", null, true); echo " "; // line 56 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["pager"] ?? null)), "html", null, true); echo " "; // line 58 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attachment_after"] ?? null)), "html", null, true); echo " "; // line 59 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["more"] ?? null)), "html", null, true); echo " "; // line 61 if (($context["footer"] ?? null)) { // line 62 echo " "; // line 63 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["footer"] ?? null)), "html", null, true); echo " "; } // line 66 echo " "; // line 67 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["feed_icons"] ?? null)), "html", null, true); echo " "; } public function getTemplateName() { return "profiles/vactory_starter_kit/modules/vactory_glossary/templates/views-glossary.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 112 => 67, 109 => 66, 103 => 63, 100 => 62, 98 => 61, 93 => 59, 89 => 58, 84 => 56, 80 => 55, 76 => 54, 71 => 52, 67 => 51, 64 => 50, 58 => 47, 55 => 46, 53 => 45, 48 => 43, 44 => 42, 40 => 41, 35 => 40, 33 => 37, 32 => 36,); } /** @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->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "profiles/vactory_starter_kit/modules/vactory_glossary/templates/views-glossary.html.twig", "/var/www/html/profiles/vactory_starter_kit/modules/vactory_glossary/templates/views-glossary.html.twig"); } public function checkSecurity() { static $tags = ["set" => 36, "if" => 45]; static $filters = ["escape" => 40]; static $functions = []; try { $this->sandbox->checkSecurity( ['set', 'if'], ['escape'], [] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { $e->setTemplateLine($tags[$e->getTagName()]); } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { $e->setTemplateLine($filters[$e->getFilterName()]); } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { $e->setTemplateLine($functions[$e->getFunctionName()]); } throw $e; } } } ') (Line: 111) Drupal\Core\Template\TwigPhpStorageCache->write('68d65e9512542_views-glossary.html.twig_fKTJqOehioyDTgmhcUCFhXGiI', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* profiles/vactory_starter_kit/modules/vactory_glossary/templates/views-glossary.html.twig */ class __TwigTemplate_1ca3f35c1fd5d89cb2cfd6aad2047d4e723f27164daced7aa5facbd35b12dc4a extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { // line 36 $context["classes"] = [0 => (( // line 37 ($context["dom_id"] ?? null)) ? (("js-view-dom-id-" . $this->sandbox->ensureToStringAllowed(($context["dom_id"] ?? null)))) : (""))]; // line 40 echo "env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method")), "html", null, true); echo "> "; // line 41 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_prefix"] ?? null)), "html", null, true); echo " "; // line 42 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title"] ?? null)), "html", null, true); echo " "; // line 43 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_suffix"] ?? null)), "html", null, true); echo " "; // line 45 if (($context["header"] ?? null)) { // line 46 echo " "; // line 47 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["header"] ?? null)), "html", null, true); echo " "; } // line 50 echo " "; // line 51 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["exposed"] ?? null)), "html", null, true); echo " "; // line 52 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attachment_before"] ?? null)), "html", null, true); echo " "; // line 54 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["rows"] ?? null)), "html", null, true); echo " "; // line 55 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["empty"] ?? null)), "html", null, true); echo " "; // line 56 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["pager"] ?? null)), "html", null, true); echo " "; // line 58 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attachment_after"] ?? null)), "html", null, true); echo " "; // line 59 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["more"] ?? null)), "html", null, true); echo " "; // line 61 if (($context["footer"] ?? null)) { // line 62 echo " "; // line 63 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["footer"] ?? null)), "html", null, true); echo " "; } // line 66 echo " "; // line 67 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["feed_icons"] ?? null)), "html", null, true); echo " "; } public function getTemplateName() { return "profiles/vactory_starter_kit/modules/vactory_glossary/templates/views-glossary.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 112 => 67, 109 => 66, 103 => 63, 100 => 62, 98 => 61, 93 => 59, 89 => 58, 84 => 56, 80 => 55, 76 => 54, 71 => 52, 67 => 51, 64 => 50, 58 => 47, 55 => 46, 53 => 45, 48 => 43, 44 => 42, 40 => 41, 35 => 40, 33 => 37, 32 => 36,); } /** @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->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "profiles/vactory_starter_kit/modules/vactory_glossary/templates/views-glossary.html.twig", "/var/www/html/profiles/vactory_starter_kit/modules/vactory_glossary/templates/views-glossary.html.twig"); } public function checkSecurity() { static $tags = ["set" => 36, "if" => 45]; static $filters = ["escape" => 40]; static $functions = []; try { $this->sandbox->checkSecurity( ['set', 'if'], ['escape'], [] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { $e->setTemplateLine($tags[$e->getTagName()]); } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { $e->setTemplateLine($filters[$e->getFilterName()]); } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { $e->setTemplateLine($functions[$e->getFunctionName()]); } throw $e; } } } ') (Line: 487) Twig\Environment->loadClass('__TwigTemplate_1ca3f35c1fd5d89cb2cfd6aad2047d4e723f27164daced7aa5facbd35b12dc4a', 'profiles/vactory_starter_kit/modules/vactory_glossary/templates/views-glossary.html.twig', NULL) (Line: 445) Twig\Environment->loadTemplate('profiles/vactory_starter_kit/modules/vactory_glossary/templates/views-glossary.html.twig') (Line: 64) twig_render_template('profiles/vactory_starter_kit/modules/vactory_glossary/templates/views-glossary.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('views_view__vactory_glossary', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array) (Line: 444) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array, ) (Line: 226) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573) 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) call_user_func(Array, Object, 'kernel.view', Object) (Line: 111) Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68) 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: 191) Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128) Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 50) Drupal\ban\BanMiddleware->handle(Object, 1, 1) (Line: 47) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23) Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
- User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 95) Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66) Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('68d65e9512542_views-exposed-form.html.t__JSFYgIpTMEGJROQlDt4x4b0M', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* themes/capital_azur/templates/view/views-exposed-form.html.twig */ class __TwigTemplate_f92b7e67abd4bcc2df9629452bf902c2dc1cf4cc438ad9a1860cb9d4246d132c extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { // line 12 if ( !twig_test_empty(($context["q"] ?? null))) { // line 13 echo " "; // line 17 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["q"] ?? null)), "html", null, true); echo " "; } // line 19 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["form"] ?? null)), "html", null, true); echo " "; } public function getTemplateName() { return "themes/capital_azur/templates/view/views-exposed-form.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 41 => 19, 36 => 17, 34 => 13, 32 => 12,); } /** @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->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "themes/capital_azur/templates/view/views-exposed-form.html.twig", "/var/www/html/themes/capital_azur/templates/view/views-exposed-form.html.twig"); } public function checkSecurity() { static $tags = ["if" => 12]; static $filters = ["escape" => 17]; static $functions = []; try { $this->sandbox->checkSecurity( ['if'], ['escape'], [] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { $e->setTemplateLine($tags[$e->getTagName()]); } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { $e->setTemplateLine($filters[$e->getFilterName()]); } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { $e->setTemplateLine($functions[$e->getFunctionName()]); } throw $e; } } } ') (Line: 111) Drupal\Core\Template\TwigPhpStorageCache->write('68d65e9512542_views-exposed-form.html.t__JSFYgIpTMEGJROQlDt4x4b0M', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* themes/capital_azur/templates/view/views-exposed-form.html.twig */ class __TwigTemplate_f92b7e67abd4bcc2df9629452bf902c2dc1cf4cc438ad9a1860cb9d4246d132c extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { // line 12 if ( !twig_test_empty(($context["q"] ?? null))) { // line 13 echo " "; // line 17 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["q"] ?? null)), "html", null, true); echo " "; } // line 19 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["form"] ?? null)), "html", null, true); echo " "; } public function getTemplateName() { return "themes/capital_azur/templates/view/views-exposed-form.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 41 => 19, 36 => 17, 34 => 13, 32 => 12,); } /** @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->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "themes/capital_azur/templates/view/views-exposed-form.html.twig", "/var/www/html/themes/capital_azur/templates/view/views-exposed-form.html.twig"); } public function checkSecurity() { static $tags = ["if" => 12]; static $filters = ["escape" => 17]; static $functions = []; try { $this->sandbox->checkSecurity( ['if'], ['escape'], [] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { $e->setTemplateLine($tags[$e->getTagName()]); } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { $e->setTemplateLine($filters[$e->getFilterName()]); } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { $e->setTemplateLine($functions[$e->getFunctionName()]); } throw $e; } } } ') (Line: 487) Twig\Environment->loadClass('__TwigTemplate_f92b7e67abd4bcc2df9629452bf902c2dc1cf4cc438ad9a1860cb9d4246d132c', 'themes/capital_azur/templates/view/views-exposed-form.html.twig', NULL) (Line: 445) Twig\Environment->loadTemplate('themes/capital_azur/templates/view/views-exposed-form.html.twig') (Line: 64) twig_render_template('themes/capital_azur/templates/view/views-exposed-form.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('views_exposed_form', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 67) __TwigTemplate_1ca3f35c1fd5d89cb2cfd6aad2047d4e723f27164daced7aa5facbd35b12dc4a->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('profiles/vactory_starter_kit/modules/vactory_glossary/templates/views-glossary.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('views_view__vactory_glossary', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array) (Line: 444) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array, ) (Line: 226) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573) 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) call_user_func(Array, Object, 'kernel.view', Object) (Line: 111) Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68) 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: 191) Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128) Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 50) Drupal\ban\BanMiddleware->handle(Object, 1, 1) (Line: 47) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23) Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
- User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 95) Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66) Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('68d65e9512542_input.html.twig_BRYA9BuUCunZrg0-3xqh_6TnG', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* themes/capital_azur/templates/form/input.html.twig */ class __TwigTemplate_a13cfb540cda61ee305c897950e3e59d01983d7aa6c386732cc91f70bdbb5b63 extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { // line 16 $context["classes"] = [0 => ("form-type-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 17 ($context["type"] ?? null)))), 1 => ((!twig_in_filter( // line 18 ($context["type"] ?? null), [0 => "checkbox", 1 => "radio", 2 => "submit", 3 => "button"])) ? ("form-control") : ("")), 2 => ((twig_in_filter( // line 19 ($context["type"] ?? null), [0 => "checkbox", 1 => "radio"])) ? ("form-check-input") : ("")), 3 => ((twig_in_filter( // line 20 ($context["type"] ?? null), [0 => "submit", 1 => "button"])) ? ("btn") : ("")), 4 => ((twig_in_filter( // line 21 ($context["type"] ?? null), [0 => "submit", 1 => "button"])) ? ("btn-primary") : (""))]; // line 24 echo "env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($this->getAttribute(($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method"), "removeClass", [0 => "form-text"], "method")), "html", null, true); echo " />"; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null)), "html", null, true); echo " "; } public function getTemplateName() { return "themes/capital_azur/templates/form/input.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 39 => 24, 37 => 21, 36 => 20, 35 => 19, 34 => 18, 33 => 17, 32 => 16,); } /** @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->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "themes/capital_azur/templates/form/input.html.twig", "/var/www/html/themes/capital_azur/templates/form/input.html.twig"); } public function checkSecurity() { static $tags = ["set" => 16]; static $filters = ["clean_class" => 17, "escape" => 24]; static $functions = []; try { $this->sandbox->checkSecurity( ['set'], ['clean_class', 'escape'], [] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { $e->setTemplateLine($tags[$e->getTagName()]); } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { $e->setTemplateLine($filters[$e->getFilterName()]); } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { $e->setTemplateLine($functions[$e->getFunctionName()]); } throw $e; } } } ') (Line: 111) Drupal\Core\Template\TwigPhpStorageCache->write('68d65e9512542_input.html.twig_BRYA9BuUCunZrg0-3xqh_6TnG', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* themes/capital_azur/templates/form/input.html.twig */ class __TwigTemplate_a13cfb540cda61ee305c897950e3e59d01983d7aa6c386732cc91f70bdbb5b63 extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { // line 16 $context["classes"] = [0 => ("form-type-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 17 ($context["type"] ?? null)))), 1 => ((!twig_in_filter( // line 18 ($context["type"] ?? null), [0 => "checkbox", 1 => "radio", 2 => "submit", 3 => "button"])) ? ("form-control") : ("")), 2 => ((twig_in_filter( // line 19 ($context["type"] ?? null), [0 => "checkbox", 1 => "radio"])) ? ("form-check-input") : ("")), 3 => ((twig_in_filter( // line 20 ($context["type"] ?? null), [0 => "submit", 1 => "button"])) ? ("btn") : ("")), 4 => ((twig_in_filter( // line 21 ($context["type"] ?? null), [0 => "submit", 1 => "button"])) ? ("btn-primary") : (""))]; // line 24 echo "env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($this->getAttribute(($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method"), "removeClass", [0 => "form-text"], "method")), "html", null, true); echo " />"; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null)), "html", null, true); echo " "; } public function getTemplateName() { return "themes/capital_azur/templates/form/input.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 39 => 24, 37 => 21, 36 => 20, 35 => 19, 34 => 18, 33 => 17, 32 => 16,); } /** @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->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "themes/capital_azur/templates/form/input.html.twig", "/var/www/html/themes/capital_azur/templates/form/input.html.twig"); } public function checkSecurity() { static $tags = ["set" => 16]; static $filters = ["clean_class" => 17, "escape" => 24]; static $functions = []; try { $this->sandbox->checkSecurity( ['set'], ['clean_class', 'escape'], [] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { $e->setTemplateLine($tags[$e->getTagName()]); } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { $e->setTemplateLine($filters[$e->getFilterName()]); } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { $e->setTemplateLine($functions[$e->getFunctionName()]); } throw $e; } } } ') (Line: 487) Twig\Environment->loadClass('__TwigTemplate_a13cfb540cda61ee305c897950e3e59d01983d7aa6c386732cc91f70bdbb5b63', 'themes/capital_azur/templates/form/input.html.twig', NULL) (Line: 445) Twig\Environment->loadTemplate('themes/capital_azur/templates/form/input.html.twig') (Line: 64) twig_render_template('themes/capital_azur/templates/form/input.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('input', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array) (Line: 444) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 41) __TwigTemplate_f92b7e67abd4bcc2df9629452bf902c2dc1cf4cc438ad9a1860cb9d4246d132c->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('themes/capital_azur/templates/view/views-exposed-form.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('views_exposed_form', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 67) __TwigTemplate_1ca3f35c1fd5d89cb2cfd6aad2047d4e723f27164daced7aa5facbd35b12dc4a->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('profiles/vactory_starter_kit/modules/vactory_glossary/templates/views-glossary.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('views_view__vactory_glossary', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array) (Line: 444) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array, ) (Line: 226) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573) 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) call_user_func(Array, Object, 'kernel.view', Object) (Line: 111) Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68) 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: 191) Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128) Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 50) Drupal\ban\BanMiddleware->handle(Object, 1, 1) (Line: 47) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23) Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
- User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 95) Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66) Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('68d65e9512542_form-element.html.twig_rgEcXHsaUoViKfFDQsHdMF2m2', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* themes/capital_azur/templates/form/form-element.html.twig */ class __TwigTemplate_fc60813cc472f656e3f34e9391a151a08e6b409a7f480d537fa9cd4a0d4129b9 extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { // line 7 $context["classes"] = [0 => "js-form-item", 1 => ("js-form-type-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 9 ($context["type"] ?? null)))), 2 => ("js-form-item-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 10 ($context["name"] ?? null)))), 3 => (( // line 11 ($context["is_inline"] ?? null)) ? ("") : ("form-item")), 4 => (( // line 12 ($context["is_inline"] ?? null)) ? ("") : ("form-group")), 5 => ("form-type-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 13 ($context["type"] ?? null)))), 6 => ("form-item-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 14 ($context["name"] ?? null)))), 7 => ((( // line 15 ($context["label_display"] ?? null) == "inline")) ? ("title-inline") : ("")), 8 => ((( // line 16 ($context["label_display"] ?? null) == "before")) ? ("title-before") : ("")), 9 => ((( // line 17 ($context["label_display"] ?? null) == "after")) ? ("title-after") : ("")), 10 => ((( // line 18 ($context["label_display"] ?? null) == "invisible")) ? ("title-invisible") : ("")), 11 => ((( // line 19 ($context["disabled"] ?? null) == "disabled")) ? ("form-disabled") : ("")), 12 => ((( // line 20 ($context["type"] ?? null) == "checkbox")) ? ("checkbox form-check") : ("")), 13 => ((( // line 21 ($context["type"] ?? null) == "radio")) ? ("radio form-check") : ("")), 14 => (( // line 22 ($context["is_inline"] ?? null)) ? ("col") : (""))]; // line 24 $context["description_classes"] = [0 => "help-block", 1 => ((( // line 26 ($context["description_display"] ?? null) == "invisible")) ? ("visually-hidden") : (""))]; // line 28 echo "env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method")), "html", null, true); echo "> "; // line 29 if (twig_in_filter(($context["label_display"] ?? null), [0 => "before", 1 => "invisible"])) { // line 30 echo " "; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null)), "html", null, true); echo " "; } // line 32 echo " "; // line 33 if ( !twig_test_empty(($context["prefix"] ?? null))) { // line 34 echo " "; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["prefix"] ?? null)), "html", null, true); echo " "; } // line 36 echo " "; // line 37 if (((($context["description_display"] ?? null) == "before") && $this->getAttribute(($context["description"] ?? null), "content", []))) { // line 38 echo " env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["description"] ?? null), "attributes", [])), "html", null, true); echo "> "; // line 39 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["description"] ?? null), "content", [])), "html", null, true); echo " "; } // line 42 echo " "; // line 43 if ((($context["label_display"] ?? null) == "inline")) { // line 44 echo " "; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null)), "html", null, true); echo " "; } // line 46 echo " "; // line 47 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null)), "html", null, true); echo " "; // line 49 if ( !twig_test_empty(($context["suffix"] ?? null))) { // line 50 echo " "; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["suffix"] ?? null)), "html", null, true); echo " "; } // line 52 echo " "; // line 53 if ((($context["label_display"] ?? null) == "after")) { // line 54 echo " "; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null)), "html", null, true); echo " "; } // line 56 echo " "; // line 57 if ((twig_in_filter(($context["description_display"] ?? null), [0 => "after", 1 => "invisible"]) && $this->getAttribute(($context["description"] ?? null), "content", []))) { // line 58 echo " env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($this->getAttribute(($context["description"] ?? null), "attributes", []), "addClass", [0 => ($context["description_classes"] ?? null)], "method")), "html", null, true); echo "> "; // line 59 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["description"] ?? null), "content", [])), "html", null, true); echo " "; } // line 62 echo " "; } public function getTemplateName() { return "themes/capital_azur/templates/form/form-element.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 145 => 62, 139 => 59, 134 => 58, 132 => 57, 129 => 56, 123 => 54, 121 => 53, 118 => 52, 112 => 50, 110 => 49, 105 => 47, 102 => 46, 96 => 44, 94 => 43, 91 => 42, 85 => 39, 80 => 38, 78 => 37, 75 => 36, 69 => 34, 67 => 33, 64 => 32, 58 => 30, 56 => 29, 51 => 28, 49 => 26, 48 => 24, 46 => 22, 45 => 21, 44 => 20, 43 => 19, 42 => 18, 41 => 17, 40 => 16, 39 => 15, 38 => 14, 37 => 13, 36 => 12, 35 => 11, 34 => 10, 33 => 9, 32 => 7,); } /** @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->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "themes/capital_azur/templates/form/form-element.html.twig", "/var/www/html/themes/capital_azur/templates/form/form-element.html.twig"); } public function checkSecurity() { static $tags = ["set" => 7, "if" => 29]; static $filters = ["clean_class" => 9, "escape" => 28]; static $functions = []; try { $this->sandbox->checkSecurity( ['set', 'if'], ['clean_class', 'escape'], [] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { $e->setTemplateLine($tags[$e->getTagName()]); } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { $e->setTemplateLine($filters[$e->getFilterName()]); } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { $e->setTemplateLine($functions[$e->getFunctionName()]); } throw $e; } } } ') (Line: 111) Drupal\Core\Template\TwigPhpStorageCache->write('68d65e9512542_form-element.html.twig_rgEcXHsaUoViKfFDQsHdMF2m2', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* themes/capital_azur/templates/form/form-element.html.twig */ class __TwigTemplate_fc60813cc472f656e3f34e9391a151a08e6b409a7f480d537fa9cd4a0d4129b9 extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { // line 7 $context["classes"] = [0 => "js-form-item", 1 => ("js-form-type-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 9 ($context["type"] ?? null)))), 2 => ("js-form-item-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 10 ($context["name"] ?? null)))), 3 => (( // line 11 ($context["is_inline"] ?? null)) ? ("") : ("form-item")), 4 => (( // line 12 ($context["is_inline"] ?? null)) ? ("") : ("form-group")), 5 => ("form-type-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 13 ($context["type"] ?? null)))), 6 => ("form-item-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 14 ($context["name"] ?? null)))), 7 => ((( // line 15 ($context["label_display"] ?? null) == "inline")) ? ("title-inline") : ("")), 8 => ((( // line 16 ($context["label_display"] ?? null) == "before")) ? ("title-before") : ("")), 9 => ((( // line 17 ($context["label_display"] ?? null) == "after")) ? ("title-after") : ("")), 10 => ((( // line 18 ($context["label_display"] ?? null) == "invisible")) ? ("title-invisible") : ("")), 11 => ((( // line 19 ($context["disabled"] ?? null) == "disabled")) ? ("form-disabled") : ("")), 12 => ((( // line 20 ($context["type"] ?? null) == "checkbox")) ? ("checkbox form-check") : ("")), 13 => ((( // line 21 ($context["type"] ?? null) == "radio")) ? ("radio form-check") : ("")), 14 => (( // line 22 ($context["is_inline"] ?? null)) ? ("col") : (""))]; // line 24 $context["description_classes"] = [0 => "help-block", 1 => ((( // line 26 ($context["description_display"] ?? null) == "invisible")) ? ("visually-hidden") : (""))]; // line 28 echo "env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method")), "html", null, true); echo "> "; // line 29 if (twig_in_filter(($context["label_display"] ?? null), [0 => "before", 1 => "invisible"])) { // line 30 echo " "; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null)), "html", null, true); echo " "; } // line 32 echo " "; // line 33 if ( !twig_test_empty(($context["prefix"] ?? null))) { // line 34 echo " "; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["prefix"] ?? null)), "html", null, true); echo " "; } // line 36 echo " "; // line 37 if (((($context["description_display"] ?? null) == "before") && $this->getAttribute(($context["description"] ?? null), "content", []))) { // line 38 echo " env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["description"] ?? null), "attributes", [])), "html", null, true); echo "> "; // line 39 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["description"] ?? null), "content", [])), "html", null, true); echo " "; } // line 42 echo " "; // line 43 if ((($context["label_display"] ?? null) == "inline")) { // line 44 echo " "; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null)), "html", null, true); echo " "; } // line 46 echo " "; // line 47 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null)), "html", null, true); echo " "; // line 49 if ( !twig_test_empty(($context["suffix"] ?? null))) { // line 50 echo " "; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["suffix"] ?? null)), "html", null, true); echo " "; } // line 52 echo " "; // line 53 if ((($context["label_display"] ?? null) == "after")) { // line 54 echo " "; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null)), "html", null, true); echo " "; } // line 56 echo " "; // line 57 if ((twig_in_filter(($context["description_display"] ?? null), [0 => "after", 1 => "invisible"]) && $this->getAttribute(($context["description"] ?? null), "content", []))) { // line 58 echo " env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($this->getAttribute(($context["description"] ?? null), "attributes", []), "addClass", [0 => ($context["description_classes"] ?? null)], "method")), "html", null, true); echo "> "; // line 59 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["description"] ?? null), "content", [])), "html", null, true); echo " "; } // line 62 echo " "; } public function getTemplateName() { return "themes/capital_azur/templates/form/form-element.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 145 => 62, 139 => 59, 134 => 58, 132 => 57, 129 => 56, 123 => 54, 121 => 53, 118 => 52, 112 => 50, 110 => 49, 105 => 47, 102 => 46, 96 => 44, 94 => 43, 91 => 42, 85 => 39, 80 => 38, 78 => 37, 75 => 36, 69 => 34, 67 => 33, 64 => 32, 58 => 30, 56 => 29, 51 => 28, 49 => 26, 48 => 24, 46 => 22, 45 => 21, 44 => 20, 43 => 19, 42 => 18, 41 => 17, 40 => 16, 39 => 15, 38 => 14, 37 => 13, 36 => 12, 35 => 11, 34 => 10, 33 => 9, 32 => 7,); } /** @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->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "themes/capital_azur/templates/form/form-element.html.twig", "/var/www/html/themes/capital_azur/templates/form/form-element.html.twig"); } public function checkSecurity() { static $tags = ["set" => 7, "if" => 29]; static $filters = ["clean_class" => 9, "escape" => 28]; static $functions = []; try { $this->sandbox->checkSecurity( ['set', 'if'], ['clean_class', 'escape'], [] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { $e->setTemplateLine($tags[$e->getTagName()]); } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { $e->setTemplateLine($filters[$e->getFilterName()]); } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { $e->setTemplateLine($functions[$e->getFunctionName()]); } throw $e; } } } ') (Line: 487) Twig\Environment->loadClass('__TwigTemplate_fc60813cc472f656e3f34e9391a151a08e6b409a7f480d537fa9cd4a0d4129b9', 'themes/capital_azur/templates/form/form-element.html.twig', NULL) (Line: 445) Twig\Environment->loadTemplate('themes/capital_azur/templates/form/form-element.html.twig') (Line: 64) twig_render_template('themes/capital_azur/templates/form/form-element.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('form_element', Array) (Line: 487) Drupal\Core\Render\Renderer->doRender(Array) (Line: 444) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 41) __TwigTemplate_f92b7e67abd4bcc2df9629452bf902c2dc1cf4cc438ad9a1860cb9d4246d132c->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('themes/capital_azur/templates/view/views-exposed-form.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('views_exposed_form', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 67) __TwigTemplate_1ca3f35c1fd5d89cb2cfd6aad2047d4e723f27164daced7aa5facbd35b12dc4a->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('profiles/vactory_starter_kit/modules/vactory_glossary/templates/views-glossary.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('views_view__vactory_glossary', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array) (Line: 444) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array, ) (Line: 226) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573) 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) call_user_func(Array, Object, 'kernel.view', Object) (Line: 111) Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68) 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: 191) Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128) Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 50) Drupal\ban\BanMiddleware->handle(Object, 1, 1) (Line: 47) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23) Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
- User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 95) Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66) Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('68d65e9512542_form-element-label.html.t_8n3moNhIPVh-06AKqPS5hvrH0', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* themes/capital_azur/templates/form/form-element-label.html.twig */ class __TwigTemplate_224a89eae43edf0bc402acb7660003ed3444121734979ab8013b29bd23d816d4 extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { // line 20 $context["classes"] = [0 => ((( // line 21 ($context["label_display"] ?? null) == "after")) ? ("option label-after") : ("")), 1 => ((( // line 22 ($context["label_display"] ?? null) == "before")) ? ("label-before") : ("")), 2 => ((( // line 23 ($context["label_display"] ?? null) == "inline")) ? ("label-inline") : ("")), 3 => ((( // line 24 ($context["title_display"] ?? null) == "invisible")) ? ("visually-hidden") : ("")), 4 => (( // line 25 ($context["required"] ?? null)) ? ("js-form-required") : ("")), 5 => (( // line 26 ($context["required"] ?? null)) ? ("form-required") : (""))]; // line 29 if (( !twig_test_empty(($context["title"] ?? null)) || ($context["required"] ?? null))) { // line 30 echo "env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method")), "html", null, true); echo "> "; // line 31 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title"] ?? null)), "html", null, true); // line 32 if (($context["required"] ?? null)) { // line 33 echo "*"; } // line 35 if (($context["description"] ?? null)) { // line 36 echo ""; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["description"] ?? null)), "html", null, true); echo ""; } // line 38 echo ""; } } public function getTemplateName() { return "themes/capital_azur/templates/form/form-element-label.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 61 => 38, 56 => 36, 54 => 35, 51 => 33, 49 => 32, 47 => 31, 42 => 30, 40 => 29, 38 => 26, 37 => 25, 36 => 24, 35 => 23, 34 => 22, 33 => 21, 32 => 20,); } /** @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->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "themes/capital_azur/templates/form/form-element-label.html.twig", "/var/www/html/themes/capital_azur/templates/form/form-element-label.html.twig"); } public function checkSecurity() { static $tags = ["set" => 20, "if" => 29]; static $filters = ["escape" => 30]; static $functions = []; try { $this->sandbox->checkSecurity( ['set', 'if'], ['escape'], [] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { $e->setTemplateLine($tags[$e->getTagName()]); } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { $e->setTemplateLine($filters[$e->getFilterName()]); } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { $e->setTemplateLine($functions[$e->getFunctionName()]); } throw $e; } } } ') (Line: 111) Drupal\Core\Template\TwigPhpStorageCache->write('68d65e9512542_form-element-label.html.t_8n3moNhIPVh-06AKqPS5hvrH0', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* themes/capital_azur/templates/form/form-element-label.html.twig */ class __TwigTemplate_224a89eae43edf0bc402acb7660003ed3444121734979ab8013b29bd23d816d4 extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { // line 20 $context["classes"] = [0 => ((( // line 21 ($context["label_display"] ?? null) == "after")) ? ("option label-after") : ("")), 1 => ((( // line 22 ($context["label_display"] ?? null) == "before")) ? ("label-before") : ("")), 2 => ((( // line 23 ($context["label_display"] ?? null) == "inline")) ? ("label-inline") : ("")), 3 => ((( // line 24 ($context["title_display"] ?? null) == "invisible")) ? ("visually-hidden") : ("")), 4 => (( // line 25 ($context["required"] ?? null)) ? ("js-form-required") : ("")), 5 => (( // line 26 ($context["required"] ?? null)) ? ("form-required") : (""))]; // line 29 if (( !twig_test_empty(($context["title"] ?? null)) || ($context["required"] ?? null))) { // line 30 echo "env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method")), "html", null, true); echo "> "; // line 31 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title"] ?? null)), "html", null, true); // line 32 if (($context["required"] ?? null)) { // line 33 echo "*"; } // line 35 if (($context["description"] ?? null)) { // line 36 echo ""; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["description"] ?? null)), "html", null, true); echo ""; } // line 38 echo ""; } } public function getTemplateName() { return "themes/capital_azur/templates/form/form-element-label.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 61 => 38, 56 => 36, 54 => 35, 51 => 33, 49 => 32, 47 => 31, 42 => 30, 40 => 29, 38 => 26, 37 => 25, 36 => 24, 35 => 23, 34 => 22, 33 => 21, 32 => 20,); } /** @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->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "themes/capital_azur/templates/form/form-element-label.html.twig", "/var/www/html/themes/capital_azur/templates/form/form-element-label.html.twig"); } public function checkSecurity() { static $tags = ["set" => 20, "if" => 29]; static $filters = ["escape" => 30]; static $functions = []; try { $this->sandbox->checkSecurity( ['set', 'if'], ['escape'], [] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { $e->setTemplateLine($tags[$e->getTagName()]); } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { $e->setTemplateLine($filters[$e->getFilterName()]); } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { $e->setTemplateLine($functions[$e->getFunctionName()]); } throw $e; } } } ') (Line: 487) Twig\Environment->loadClass('__TwigTemplate_224a89eae43edf0bc402acb7660003ed3444121734979ab8013b29bd23d816d4', 'themes/capital_azur/templates/form/form-element-label.html.twig', NULL) (Line: 445) Twig\Environment->loadTemplate('themes/capital_azur/templates/form/form-element-label.html.twig') (Line: 64) twig_render_template('themes/capital_azur/templates/form/form-element-label.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('form_element_label', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 59) __TwigTemplate_fc60813cc472f656e3f34e9391a151a08e6b409a7f480d537fa9cd4a0d4129b9->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('themes/capital_azur/templates/form/form-element.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('form_element', Array) (Line: 487) Drupal\Core\Render\Renderer->doRender(Array) (Line: 444) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 41) __TwigTemplate_f92b7e67abd4bcc2df9629452bf902c2dc1cf4cc438ad9a1860cb9d4246d132c->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('themes/capital_azur/templates/view/views-exposed-form.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('views_exposed_form', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 67) __TwigTemplate_1ca3f35c1fd5d89cb2cfd6aad2047d4e723f27164daced7aa5facbd35b12dc4a->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('profiles/vactory_starter_kit/modules/vactory_glossary/templates/views-glossary.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('views_view__vactory_glossary', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array) (Line: 444) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array, ) (Line: 226) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573) 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) call_user_func(Array, Object, 'kernel.view', Object) (Line: 111) Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68) 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: 191) Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128) Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 50) Drupal\ban\BanMiddleware->handle(Object, 1, 1) (Line: 47) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23) Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
- User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 95) Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66) Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('68d65e9512542_container.html.twig_XRXOhyLQdCKlW2LdjJLGuoC4u', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* themes/capital_azur/templates/form/container.html.twig */ class __TwigTemplate_68db896168d9e6197ca7c450576948ea87f773f83536e6568452eac45071e509 extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { // line 23 $context["classes"] = [0 => (( // line 24 ($context["has_parent"] ?? null)) ? ("js-form-wrapper") : ("")), 1 => (( // line 25 ($context["has_parent"] ?? null)) ? ("form-wrapper") : ("")), 2 => (( // line 26 ($context["is_inline"] ?? null)) ? ("col") : (""))]; // line 29 echo "env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method")), "html", null, true); echo ">"; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null)), "html", null, true); echo " "; } public function getTemplateName() { return "themes/capital_azur/templates/form/container.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 37 => 29, 35 => 26, 34 => 25, 33 => 24, 32 => 23,); } /** @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->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "themes/capital_azur/templates/form/container.html.twig", "/var/www/html/themes/capital_azur/templates/form/container.html.twig"); } public function checkSecurity() { static $tags = ["set" => 23]; static $filters = ["escape" => 29]; static $functions = []; try { $this->sandbox->checkSecurity( ['set'], ['escape'], [] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { $e->setTemplateLine($tags[$e->getTagName()]); } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { $e->setTemplateLine($filters[$e->getFilterName()]); } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { $e->setTemplateLine($functions[$e->getFunctionName()]); } throw $e; } } } ') (Line: 111) Drupal\Core\Template\TwigPhpStorageCache->write('68d65e9512542_container.html.twig_XRXOhyLQdCKlW2LdjJLGuoC4u', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* themes/capital_azur/templates/form/container.html.twig */ class __TwigTemplate_68db896168d9e6197ca7c450576948ea87f773f83536e6568452eac45071e509 extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { // line 23 $context["classes"] = [0 => (( // line 24 ($context["has_parent"] ?? null)) ? ("js-form-wrapper") : ("")), 1 => (( // line 25 ($context["has_parent"] ?? null)) ? ("form-wrapper") : ("")), 2 => (( // line 26 ($context["is_inline"] ?? null)) ? ("col") : (""))]; // line 29 echo "env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method")), "html", null, true); echo ">"; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null)), "html", null, true); echo " "; } public function getTemplateName() { return "themes/capital_azur/templates/form/container.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 37 => 29, 35 => 26, 34 => 25, 33 => 24, 32 => 23,); } /** @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->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "themes/capital_azur/templates/form/container.html.twig", "/var/www/html/themes/capital_azur/templates/form/container.html.twig"); } public function checkSecurity() { static $tags = ["set" => 23]; static $filters = ["escape" => 29]; static $functions = []; try { $this->sandbox->checkSecurity( ['set'], ['escape'], [] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { $e->setTemplateLine($tags[$e->getTagName()]); } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { $e->setTemplateLine($filters[$e->getFilterName()]); } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { $e->setTemplateLine($functions[$e->getFunctionName()]); } throw $e; } } } ') (Line: 487) Twig\Environment->loadClass('__TwigTemplate_68db896168d9e6197ca7c450576948ea87f773f83536e6568452eac45071e509', 'themes/capital_azur/templates/form/container.html.twig', NULL) (Line: 445) Twig\Environment->loadTemplate('themes/capital_azur/templates/form/container.html.twig') (Line: 64) twig_render_template('themes/capital_azur/templates/form/container.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('container', Array) (Line: 487) Drupal\Core\Render\Renderer->doRender(Array) (Line: 444) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 41) __TwigTemplate_f92b7e67abd4bcc2df9629452bf902c2dc1cf4cc438ad9a1860cb9d4246d132c->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('themes/capital_azur/templates/view/views-exposed-form.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('views_exposed_form', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 67) __TwigTemplate_1ca3f35c1fd5d89cb2cfd6aad2047d4e723f27164daced7aa5facbd35b12dc4a->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('profiles/vactory_starter_kit/modules/vactory_glossary/templates/views-glossary.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('views_view__vactory_glossary', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array) (Line: 444) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array, ) (Line: 226) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573) 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) call_user_func(Array, Object, 'kernel.view', Object) (Line: 111) Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68) 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: 191) Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128) Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 50) Drupal\ban\BanMiddleware->handle(Object, 1, 1) (Line: 47) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23) Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
- User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 95) Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66) Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('68d65e9512542_form--views-exposed-form._ocmKLoeZGoy4NBGo_Gyok_t0X', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* themes/capital_azur/templates/form/form--views-exposed-form.html.twig */ class __TwigTemplate_58b005058c868a79819476260e3d5af7b1baea3ec830af08e2272732619a4067 extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { // line 13 echo "env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["attributes"] ?? null), "removeClass", [0 => "form-inline"], "method")), "html", null, true); echo "> "; // line 15 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null)), "html", null, true); echo " "; } public function getTemplateName() { return "themes/capital_azur/templates/form/form--views-exposed-form.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 38 => 15, 32 => 13,); } /** @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->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "themes/capital_azur/templates/form/form--views-exposed-form.html.twig", "/var/www/html/themes/capital_azur/templates/form/form--views-exposed-form.html.twig"); } public function checkSecurity() { static $tags = []; static $filters = ["escape" => 13]; static $functions = []; try { $this->sandbox->checkSecurity( [], ['escape'], [] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { $e->setTemplateLine($tags[$e->getTagName()]); } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { $e->setTemplateLine($filters[$e->getFilterName()]); } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { $e->setTemplateLine($functions[$e->getFunctionName()]); } throw $e; } } } ') (Line: 111) Drupal\Core\Template\TwigPhpStorageCache->write('68d65e9512542_form--views-exposed-form._ocmKLoeZGoy4NBGo_Gyok_t0X', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* themes/capital_azur/templates/form/form--views-exposed-form.html.twig */ class __TwigTemplate_58b005058c868a79819476260e3d5af7b1baea3ec830af08e2272732619a4067 extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { // line 13 echo "env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["attributes"] ?? null), "removeClass", [0 => "form-inline"], "method")), "html", null, true); echo "> "; // line 15 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null)), "html", null, true); echo " "; } public function getTemplateName() { return "themes/capital_azur/templates/form/form--views-exposed-form.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 38 => 15, 32 => 13,); } /** @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->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "themes/capital_azur/templates/form/form--views-exposed-form.html.twig", "/var/www/html/themes/capital_azur/templates/form/form--views-exposed-form.html.twig"); } public function checkSecurity() { static $tags = []; static $filters = ["escape" => 13]; static $functions = []; try { $this->sandbox->checkSecurity( [], ['escape'], [] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { $e->setTemplateLine($tags[$e->getTagName()]); } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { $e->setTemplateLine($filters[$e->getFilterName()]); } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { $e->setTemplateLine($functions[$e->getFunctionName()]); } throw $e; } } } ') (Line: 487) Twig\Environment->loadClass('__TwigTemplate_58b005058c868a79819476260e3d5af7b1baea3ec830af08e2272732619a4067', 'themes/capital_azur/templates/form/form--views-exposed-form.html.twig', NULL) (Line: 445) Twig\Environment->loadTemplate('themes/capital_azur/templates/form/form--views-exposed-form.html.twig') (Line: 64) twig_render_template('themes/capital_azur/templates/form/form--views-exposed-form.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('form', Array) (Line: 487) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 67) __TwigTemplate_1ca3f35c1fd5d89cb2cfd6aad2047d4e723f27164daced7aa5facbd35b12dc4a->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('profiles/vactory_starter_kit/modules/vactory_glossary/templates/views-glossary.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('views_view__vactory_glossary', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array) (Line: 444) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array, ) (Line: 226) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573) 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) call_user_func(Array, Object, 'kernel.view', Object) (Line: 111) Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68) 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: 191) Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128) Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 50) Drupal\ban\BanMiddleware->handle(Object, 1, 1) (Line: 47) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23) Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
- User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 95) Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66) Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('68d65e9512542_views-glossary-attachment_OfOuP100TOKKAZamwewaTM-PJ', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* profiles/vactory_starter_kit/modules/vactory_glossary/templates/views-glossary-attachment.html.twig */ class __TwigTemplate_9980c08ab2a7094938dd3a1bf0609c4ceb50c959bf68bfb0ff0d80b791617855 extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { // line 36 $context["classes"] = [0 => (( // line 37 ($context["dom_id"] ?? null)) ? (("js-view-dom-id-" . $this->sandbox->ensureToStringAllowed(($context["dom_id"] ?? null)))) : (""))]; // line 40 echo "env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method")), "html", null, true); echo "> "; // line 41 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_prefix"] ?? null)), "html", null, true); echo " "; // line 42 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title"] ?? null)), "html", null, true); echo " "; // line 43 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_suffix"] ?? null)), "html", null, true); echo " "; // line 45 if (($context["header"] ?? null)) { // line 46 echo " "; // line 47 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["header"] ?? null)), "html", null, true); echo " "; } // line 50 echo " "; // line 51 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["exposed"] ?? null)), "html", null, true); echo " "; // line 52 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attachment_before"] ?? null)), "html", null, true); echo " "; // line 54 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["rows"] ?? null)), "html", null, true); echo " "; // line 55 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["empty"] ?? null)), "html", null, true); echo " "; // line 56 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["pager"] ?? null)), "html", null, true); echo " "; // line 58 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attachment_after"] ?? null)), "html", null, true); echo " "; // line 59 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["more"] ?? null)), "html", null, true); echo " "; // line 61 if (($context["footer"] ?? null)) { // line 62 echo " "; // line 63 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["footer"] ?? null)), "html", null, true); echo " "; } // line 66 echo " "; // line 67 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["feed_icons"] ?? null)), "html", null, true); echo " "; } public function getTemplateName() { return "profiles/vactory_starter_kit/modules/vactory_glossary/templates/views-glossary-attachment.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 112 => 67, 109 => 66, 103 => 63, 100 => 62, 98 => 61, 93 => 59, 89 => 58, 84 => 56, 80 => 55, 76 => 54, 71 => 52, 67 => 51, 64 => 50, 58 => 47, 55 => 46, 53 => 45, 48 => 43, 44 => 42, 40 => 41, 35 => 40, 33 => 37, 32 => 36,); } /** @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->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "profiles/vactory_starter_kit/modules/vactory_glossary/templates/views-glossary-attachment.html.twig", "/var/www/html/profiles/vactory_starter_kit/modules/vactory_glossary/templates/views-glossary-attachment.html.twig"); } public function checkSecurity() { static $tags = ["set" => 36, "if" => 45]; static $filters = ["escape" => 40]; static $functions = []; try { $this->sandbox->checkSecurity( ['set', 'if'], ['escape'], [] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { $e->setTemplateLine($tags[$e->getTagName()]); } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { $e->setTemplateLine($filters[$e->getFilterName()]); } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { $e->setTemplateLine($functions[$e->getFunctionName()]); } throw $e; } } } ') (Line: 111) Drupal\Core\Template\TwigPhpStorageCache->write('68d65e9512542_views-glossary-attachment_OfOuP100TOKKAZamwewaTM-PJ', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* profiles/vactory_starter_kit/modules/vactory_glossary/templates/views-glossary-attachment.html.twig */ class __TwigTemplate_9980c08ab2a7094938dd3a1bf0609c4ceb50c959bf68bfb0ff0d80b791617855 extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { // line 36 $context["classes"] = [0 => (( // line 37 ($context["dom_id"] ?? null)) ? (("js-view-dom-id-" . $this->sandbox->ensureToStringAllowed(($context["dom_id"] ?? null)))) : (""))]; // line 40 echo "env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method")), "html", null, true); echo "> "; // line 41 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_prefix"] ?? null)), "html", null, true); echo " "; // line 42 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title"] ?? null)), "html", null, true); echo " "; // line 43 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_suffix"] ?? null)), "html", null, true); echo " "; // line 45 if (($context["header"] ?? null)) { // line 46 echo " "; // line 47 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["header"] ?? null)), "html", null, true); echo " "; } // line 50 echo " "; // line 51 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["exposed"] ?? null)), "html", null, true); echo " "; // line 52 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attachment_before"] ?? null)), "html", null, true); echo " "; // line 54 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["rows"] ?? null)), "html", null, true); echo " "; // line 55 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["empty"] ?? null)), "html", null, true); echo " "; // line 56 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["pager"] ?? null)), "html", null, true); echo " "; // line 58 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attachment_after"] ?? null)), "html", null, true); echo " "; // line 59 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["more"] ?? null)), "html", null, true); echo " "; // line 61 if (($context["footer"] ?? null)) { // line 62 echo " "; // line 63 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["footer"] ?? null)), "html", null, true); echo " "; } // line 66 echo " "; // line 67 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["feed_icons"] ?? null)), "html", null, true); echo " "; } public function getTemplateName() { return "profiles/vactory_starter_kit/modules/vactory_glossary/templates/views-glossary-attachment.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 112 => 67, 109 => 66, 103 => 63, 100 => 62, 98 => 61, 93 => 59, 89 => 58, 84 => 56, 80 => 55, 76 => 54, 71 => 52, 67 => 51, 64 => 50, 58 => 47, 55 => 46, 53 => 45, 48 => 43, 44 => 42, 40 => 41, 35 => 40, 33 => 37, 32 => 36,); } /** @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->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "profiles/vactory_starter_kit/modules/vactory_glossary/templates/views-glossary-attachment.html.twig", "/var/www/html/profiles/vactory_starter_kit/modules/vactory_glossary/templates/views-glossary-attachment.html.twig"); } public function checkSecurity() { static $tags = ["set" => 36, "if" => 45]; static $filters = ["escape" => 40]; static $functions = []; try { $this->sandbox->checkSecurity( ['set', 'if'], ['escape'], [] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { $e->setTemplateLine($tags[$e->getTagName()]); } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { $e->setTemplateLine($filters[$e->getFilterName()]); } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { $e->setTemplateLine($functions[$e->getFunctionName()]); } throw $e; } } } ') (Line: 487) Twig\Environment->loadClass('__TwigTemplate_9980c08ab2a7094938dd3a1bf0609c4ceb50c959bf68bfb0ff0d80b791617855', 'profiles/vactory_starter_kit/modules/vactory_glossary/templates/views-glossary-attachment.html.twig', NULL) (Line: 445) Twig\Environment->loadTemplate('profiles/vactory_starter_kit/modules/vactory_glossary/templates/views-glossary-attachment.html.twig') (Line: 64) twig_render_template('profiles/vactory_starter_kit/modules/vactory_glossary/templates/views-glossary-attachment.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('views_view__vactory_glossary__attachment', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array) (Line: 444) Drupal\Core\Render\Renderer->doRender(Array) (Line: 444) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 71) __TwigTemplate_1ca3f35c1fd5d89cb2cfd6aad2047d4e723f27164daced7aa5facbd35b12dc4a->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('profiles/vactory_starter_kit/modules/vactory_glossary/templates/views-glossary.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('views_view__vactory_glossary', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array) (Line: 444) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array, ) (Line: 226) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573) 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) call_user_func(Array, Object, 'kernel.view', Object) (Line: 111) Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68) 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: 191) Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128) Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 50) Drupal\ban\BanMiddleware->handle(Object, 1, 1) (Line: 47) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23) Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
- User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 95) Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66) Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('68d65e9512542_views-glossary-summary-un_NefC1M1rjk13dXVmEKTtCOIJN', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* profiles/vactory_starter_kit/modules/vactory_glossary/templates/views-glossary-summary-unformatted.html.twig */ class __TwigTemplate_7d7748741d8eca22aebb191be50d0c1b8621bf01601024c51ac9887aa8b01062 extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { // line 21 echo " <ul> "; // line 23 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["rows"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["row"]) { // line 24 echo " <li> <a line echo this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["row"], "url", [])), "html", null, true); echo "\""; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->withoutFilter($this->sandbox->ensureToStringAllowed($this->getAttribute($this->getAttribute($this->getAttribute($context["row"], "attributes", []), "addClass", [0 => "nav-link"], "method"), "addClass", [0 => (($this->getAttribute($context["row"], "active", [])) ? ("active") : (""))], "method")), "href"), "html", null, true); echo ">"; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["row"], "link", [])), "html", null, true); echo " "; // line 26 if ($this->getAttribute(($context["options"] ?? null), "count", [])) { // line 27 echo " ("; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["row"], "count", [])), "html", null, true); echo ") "; } // line 30 echo " </a> </li> "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['row'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 33 echo "</ul> "; } public function getTemplateName() { return "profiles/vactory_starter_kit/modules/vactory_glossary/templates/views-glossary-summary-unformatted.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 68 => 33, 60 => 30, 53 => 27, 51 => 26, 43 => 25, 40 => 24, 36 => 23, 32 => 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->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "profiles/vactory_starter_kit/modules/vactory_glossary/templates/views-glossary-summary-unformatted.html.twig", "/var/www/html/profiles/vactory_starter_kit/modules/vactory_glossary/templates/views-glossary-summary-unformatted.html.twig"); } public function checkSecurity() { static $tags = ["for" => 23, "if" => 26]; static $filters = ["escape" => 25, "without" => 25]; static $functions = []; try { $this->sandbox->checkSecurity( ['for', 'if'], ['escape', 'without'], [] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { $e->setTemplateLine($tags[$e->getTagName()]); } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { $e->setTemplateLine($filters[$e->getFilterName()]); } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { $e->setTemplateLine($functions[$e->getFunctionName()]); } throw $e; } } } ') (Line: 111) Drupal\Core\Template\TwigPhpStorageCache->write('68d65e9512542_views-glossary-summary-un_NefC1M1rjk13dXVmEKTtCOIJN', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* profiles/vactory_starter_kit/modules/vactory_glossary/templates/views-glossary-summary-unformatted.html.twig */ class __TwigTemplate_7d7748741d8eca22aebb191be50d0c1b8621bf01601024c51ac9887aa8b01062 extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { // line 21 echo " <ul> "; // line 23 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["rows"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["row"]) { // line 24 echo " <li> <a line echo this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["row"], "url", [])), "html", null, true); echo "\""; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->withoutFilter($this->sandbox->ensureToStringAllowed($this->getAttribute($this->getAttribute($this->getAttribute($context["row"], "attributes", []), "addClass", [0 => "nav-link"], "method"), "addClass", [0 => (($this->getAttribute($context["row"], "active", [])) ? ("active") : (""))], "method")), "href"), "html", null, true); echo ">"; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["row"], "link", [])), "html", null, true); echo " "; // line 26 if ($this->getAttribute(($context["options"] ?? null), "count", [])) { // line 27 echo " ("; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["row"], "count", [])), "html", null, true); echo ") "; } // line 30 echo " </a> </li> "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['row'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 33 echo "</ul> "; } public function getTemplateName() { return "profiles/vactory_starter_kit/modules/vactory_glossary/templates/views-glossary-summary-unformatted.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 68 => 33, 60 => 30, 53 => 27, 51 => 26, 43 => 25, 40 => 24, 36 => 23, 32 => 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->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "profiles/vactory_starter_kit/modules/vactory_glossary/templates/views-glossary-summary-unformatted.html.twig", "/var/www/html/profiles/vactory_starter_kit/modules/vactory_glossary/templates/views-glossary-summary-unformatted.html.twig"); } public function checkSecurity() { static $tags = ["for" => 23, "if" => 26]; static $filters = ["escape" => 25, "without" => 25]; static $functions = []; try { $this->sandbox->checkSecurity( ['for', 'if'], ['escape', 'without'], [] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { $e->setTemplateLine($tags[$e->getTagName()]); } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { $e->setTemplateLine($filters[$e->getFilterName()]); } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { $e->setTemplateLine($functions[$e->getFunctionName()]); } throw $e; } } } ') (Line: 487) Twig\Environment->loadClass('__TwigTemplate_7d7748741d8eca22aebb191be50d0c1b8621bf01601024c51ac9887aa8b01062', 'profiles/vactory_starter_kit/modules/vactory_glossary/templates/views-glossary-summary-unformatted.html.twig', NULL) (Line: 445) Twig\Environment->loadTemplate('profiles/vactory_starter_kit/modules/vactory_glossary/templates/views-glossary-summary-unformatted.html.twig') (Line: 64) twig_render_template('profiles/vactory_starter_kit/modules/vactory_glossary/templates/views-glossary-summary-unformatted.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('views_view_summary_unformatted__vactory_glossary', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 76) __TwigTemplate_9980c08ab2a7094938dd3a1bf0609c4ceb50c959bf68bfb0ff0d80b791617855->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('profiles/vactory_starter_kit/modules/vactory_glossary/templates/views-glossary-attachment.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('views_view__vactory_glossary__attachment', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array) (Line: 444) Drupal\Core\Render\Renderer->doRender(Array) (Line: 444) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 71) __TwigTemplate_1ca3f35c1fd5d89cb2cfd6aad2047d4e723f27164daced7aa5facbd35b12dc4a->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('profiles/vactory_starter_kit/modules/vactory_glossary/templates/views-glossary.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('views_view__vactory_glossary', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array) (Line: 444) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array, ) (Line: 226) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573) 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) call_user_func(Array, Object, 'kernel.view', Object) (Line: 111) Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68) 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: 191) Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128) Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 50) Drupal\ban\BanMiddleware->handle(Object, 1, 1) (Line: 47) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23) Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
- User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 95) Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66) Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('68d65e9512542_pager.html.twig_9RsK82mblTHezaGTSODokDMcU', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* themes/capital_azur/templates/navigation/pager.html.twig */ class __TwigTemplate_bf957b636c78318ce377b55c5d599bfecffc60076a34779f8c9b40c122ea294c extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { // line 32 if (($context["items"] ?? null)) { // line 33 echo " "; // line 34 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar(t("Pagination")); echo " <ul> "; // line 37 echo " "; if ($this->getAttribute(($context["items"] ?? null), "first", [])) { // line 38 echo " <li> <a line echo this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($this->getAttribute(($context["items"] ?? null), "first", []), "href", [])), "html", null, true); echo "\" class=\"page-link\" title=\""; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar(t("Go to first page")); echo "\""; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->withoutFilter($this->sandbox->ensureToStringAllowed($this->getAttribute($this->getAttribute(($context["items"] ?? null), "first", []), "attributes", [])), "href", "title"), "html", null, true); echo "> "; // line 40 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar(t("First page")); echo " "; // line 41 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, (($this->getAttribute($this->getAttribute(($context["items"] ?? null), "first", [], "any", false, true), "text", [], "any", true, true)) ? (_twig_default_filter($this->sandbox->ensureToStringAllowed($this->getAttribute($this->getAttribute(($context["items"] ?? null), "first", [], "any", false, true), "text", [])), t("« First"))) : (t("« First"))), "html", null, true); echo " </a> </li> "; } // line 45 echo " "; // line 46 echo " "; if ($this->getAttribute(($context["items"] ?? null), "previous", [])) { // line 47 echo " <li> <a line echo this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($this->getAttribute(($context["items"] ?? null), "previous", []), "href", [])), "html", null, true); echo "\" class=\"page-link\" title=\""; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar(t("Go to previous page")); echo "\" rel=\"prev\""; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->withoutFilter($this->sandbox->ensureToStringAllowed($this->getAttribute($this->getAttribute(($context["items"] ?? null), "previous", []), "attributes", [])), "href", "title", "rel"), "html", null, true); echo "> "; // line 49 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar(t("Previous page")); echo " "; // line 50 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, (($this->getAttribute($this->getAttribute(($context["items"] ?? null), "previous", [], "any", false, true), "text", [], "any", true, true)) ? (_twig_default_filter($this->sandbox->ensureToStringAllowed($this->getAttribute($this->getAttribute(($context["items"] ?? null), "previous", [], "any", false, true), "text", [])), t("‹ Previous"))) : (t("‹ Previous"))), "html", null, true); echo " </a> </li> "; } // line 54 echo " "; // line 55 echo " "; if ($this->getAttribute(($context["ellipses"] ?? null), "previous", [])) { // line 56 echo " <li>…</li> "; } // line 58 echo " "; // line 59 echo " "; $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable($this->getAttribute(($context["items"] ?? null), "pages", [])); foreach ($context['_seq'] as $context["key"] => $context["item"]) { // line 60 echo " <li echo this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar((((($context["current"] ?? null) == $context["key"])) ? (" active") : (""))); echo "\"> "; // line 61 if ((($context["current"] ?? null) == $context["key"])) { // line 62 echo " "; $context["title"] = t("Current page"); // line 63 echo " "; } else { // line 64 echo " "; $context["title"] = t("Go to page @key", ["@key" => $context["key"]]); // line 65 echo " "; } // line 66 echo " <a echo this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["item"], "href", [])), "html", null, true); echo "\" class=\"page-link\" title=\""; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title"] ?? null)), "html", null, true); echo "\""; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->withoutFilter($this->sandbox->ensureToStringAllowed($this->getAttribute($context["item"], "attributes", [])), "href", "title"), "html", null, true); echo "> "; // line 68 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar((((($context["current"] ?? null) == $context["key"])) ? (t("Current page")) : (t("Page")))); echo " "; // line 70 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($context["key"]), "html", null, true); // line 71 echo "</a> </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 74 echo " "; // line 75 echo " "; if ($this->getAttribute(($context["ellipses"] ?? null), "next", [])) { // line 76 echo " <li>…</li> "; } // line 78 echo " "; // line 79 echo " "; if ($this->getAttribute(($context["items"] ?? null), "next", [])) { // line 80 echo " <li> <a line echo this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($this->getAttribute(($context["items"] ?? null), "next", []), "href", [])), "html", null, true); echo "\" class=\"page-link\" title=\""; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar(t("Go to next page")); echo "\" rel=\"next\""; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->withoutFilter($this->sandbox->ensureToStringAllowed($this->getAttribute($this->getAttribute(($context["items"] ?? null), "next", []), "attributes", [])), "href", "title", "rel"), "html", null, true); echo "> "; // line 82 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar(t("Next page")); echo " "; // line 83 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, (($this->getAttribute($this->getAttribute(($context["items"] ?? null), "next", [], "any", false, true), "text", [], "any", true, true)) ? (_twig_default_filter($this->sandbox->ensureToStringAllowed($this->getAttribute($this->getAttribute(($context["items"] ?? null), "next", [], "any", false, true), "text", [])), t("Next ›"))) : (t("Next ›"))), "html", null, true); echo " </a> </li> "; } // line 87 echo " "; // line 88 echo " "; if ($this->getAttribute(($context["items"] ?? null), "last", [])) { // line 89 echo " <li> <a line echo this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($this->getAttribute(($context["items"] ?? null), "last", []), "href", [])), "html", null, true); echo "\" class=\"page-link\" title=\""; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar(t("Go to last page")); echo "\""; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->withoutFilter($this->sandbox->ensureToStringAllowed($this->getAttribute($this->getAttribute(($context["items"] ?? null), "last", []), "attributes", [])), "href", "title"), "html", null, true); echo "> "; // line 91 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar(t("Last page")); echo " "; // line 92 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, (($this->getAttribute($this->getAttribute(($context["items"] ?? null), "last", [], "any", false, true), "text", [], "any", true, true)) ? (_twig_default_filter($this->sandbox->ensureToStringAllowed($this->getAttribute($this->getAttribute(($context["items"] ?? null), "last", [], "any", false, true), "text", [])), t("Last »"))) : (t("Last »"))), "html", null, true); echo " </a> </li> "; } // line 96 echo " </ul> "; } } public function getTemplateName() { return "themes/capital_azur/templates/navigation/pager.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 216 => 96, 209 => 92, 205 => 91, 197 => 90, 194 => 89, 191 => 88, 189 => 87, 182 => 83, 178 => 82, 170 => 81, 167 => 80, 164 => 79, 162 => 78, 158 => 76, 155 => 75, 153 => 74, 145 => 71, 143 => 70, 139 => 68, 129 => 66, 126 => 65, 123 => 64, 120 => 63, 117 => 62, 115 => 61, 110 => 60, 105 => 59, 103 => 58, 99 => 56, 96 => 55, 94 => 54, 87 => 50, 83 => 49, 75 => 48, 72 => 47, 69 => 46, 67 => 45, 60 => 41, 56 => 40, 48 => 39, 45 => 38, 42 => 37, 37 => 34, 34 => 33, 32 => 32,); } /** @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->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "themes/capital_azur/templates/navigation/pager.html.twig", "/var/www/html/themes/capital_azur/templates/navigation/pager.html.twig"); } public function checkSecurity() { static $tags = ["if" => 32, "for" => 59, "set" => 62]; static $filters = ["t" => 34, "escape" => 39, "without" => 39, "default" => 41]; static $functions = []; try { $this->sandbox->checkSecurity( ['if', 'for', 'set'], ['t', 'escape', 'without', 'default'], [] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { $e->setTemplateLine($tags[$e->getTagName()]); } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { $e->setTemplateLine($filters[$e->getFilterName()]); } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { $e->setTemplateLine($functions[$e->getFunctionName()]); } throw $e; } } } ') (Line: 111) Drupal\Core\Template\TwigPhpStorageCache->write('68d65e9512542_pager.html.twig_9RsK82mblTHezaGTSODokDMcU', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* themes/capital_azur/templates/navigation/pager.html.twig */ class __TwigTemplate_bf957b636c78318ce377b55c5d599bfecffc60076a34779f8c9b40c122ea294c extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { // line 32 if (($context["items"] ?? null)) { // line 33 echo " "; // line 34 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar(t("Pagination")); echo " <ul> "; // line 37 echo " "; if ($this->getAttribute(($context["items"] ?? null), "first", [])) { // line 38 echo " <li> <a line echo this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($this->getAttribute(($context["items"] ?? null), "first", []), "href", [])), "html", null, true); echo "\" class=\"page-link\" title=\""; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar(t("Go to first page")); echo "\""; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->withoutFilter($this->sandbox->ensureToStringAllowed($this->getAttribute($this->getAttribute(($context["items"] ?? null), "first", []), "attributes", [])), "href", "title"), "html", null, true); echo "> "; // line 40 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar(t("First page")); echo " "; // line 41 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, (($this->getAttribute($this->getAttribute(($context["items"] ?? null), "first", [], "any", false, true), "text", [], "any", true, true)) ? (_twig_default_filter($this->sandbox->ensureToStringAllowed($this->getAttribute($this->getAttribute(($context["items"] ?? null), "first", [], "any", false, true), "text", [])), t("« First"))) : (t("« First"))), "html", null, true); echo " </a> </li> "; } // line 45 echo " "; // line 46 echo " "; if ($this->getAttribute(($context["items"] ?? null), "previous", [])) { // line 47 echo " <li> <a line echo this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($this->getAttribute(($context["items"] ?? null), "previous", []), "href", [])), "html", null, true); echo "\" class=\"page-link\" title=\""; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar(t("Go to previous page")); echo "\" rel=\"prev\""; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->withoutFilter($this->sandbox->ensureToStringAllowed($this->getAttribute($this->getAttribute(($context["items"] ?? null), "previous", []), "attributes", [])), "href", "title", "rel"), "html", null, true); echo "> "; // line 49 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar(t("Previous page")); echo " "; // line 50 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, (($this->getAttribute($this->getAttribute(($context["items"] ?? null), "previous", [], "any", false, true), "text", [], "any", true, true)) ? (_twig_default_filter($this->sandbox->ensureToStringAllowed($this->getAttribute($this->getAttribute(($context["items"] ?? null), "previous", [], "any", false, true), "text", [])), t("‹ Previous"))) : (t("‹ Previous"))), "html", null, true); echo " </a> </li> "; } // line 54 echo " "; // line 55 echo " "; if ($this->getAttribute(($context["ellipses"] ?? null), "previous", [])) { // line 56 echo " <li>…</li> "; } // line 58 echo " "; // line 59 echo " "; $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable($this->getAttribute(($context["items"] ?? null), "pages", [])); foreach ($context['_seq'] as $context["key"] => $context["item"]) { // line 60 echo " <li echo this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar((((($context["current"] ?? null) == $context["key"])) ? (" active") : (""))); echo "\"> "; // line 61 if ((($context["current"] ?? null) == $context["key"])) { // line 62 echo " "; $context["title"] = t("Current page"); // line 63 echo " "; } else { // line 64 echo " "; $context["title"] = t("Go to page @key", ["@key" => $context["key"]]); // line 65 echo " "; } // line 66 echo " <a echo this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["item"], "href", [])), "html", null, true); echo "\" class=\"page-link\" title=\""; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title"] ?? null)), "html", null, true); echo "\""; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->withoutFilter($this->sandbox->ensureToStringAllowed($this->getAttribute($context["item"], "attributes", [])), "href", "title"), "html", null, true); echo "> "; // line 68 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar((((($context["current"] ?? null) == $context["key"])) ? (t("Current page")) : (t("Page")))); echo " "; // line 70 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($context["key"]), "html", null, true); // line 71 echo "</a> </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 74 echo " "; // line 75 echo " "; if ($this->getAttribute(($context["ellipses"] ?? null), "next", [])) { // line 76 echo " <li>…</li> "; } // line 78 echo " "; // line 79 echo " "; if ($this->getAttribute(($context["items"] ?? null), "next", [])) { // line 80 echo " <li> <a line echo this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($this->getAttribute(($context["items"] ?? null), "next", []), "href", [])), "html", null, true); echo "\" class=\"page-link\" title=\""; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar(t("Go to next page")); echo "\" rel=\"next\""; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->withoutFilter($this->sandbox->ensureToStringAllowed($this->getAttribute($this->getAttribute(($context["items"] ?? null), "next", []), "attributes", [])), "href", "title", "rel"), "html", null, true); echo "> "; // line 82 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar(t("Next page")); echo " "; // line 83 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, (($this->getAttribute($this->getAttribute(($context["items"] ?? null), "next", [], "any", false, true), "text", [], "any", true, true)) ? (_twig_default_filter($this->sandbox->ensureToStringAllowed($this->getAttribute($this->getAttribute(($context["items"] ?? null), "next", [], "any", false, true), "text", [])), t("Next ›"))) : (t("Next ›"))), "html", null, true); echo " </a> </li> "; } // line 87 echo " "; // line 88 echo " "; if ($this->getAttribute(($context["items"] ?? null), "last", [])) { // line 89 echo " <li> <a line echo this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($this->getAttribute(($context["items"] ?? null), "last", []), "href", [])), "html", null, true); echo "\" class=\"page-link\" title=\""; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar(t("Go to last page")); echo "\""; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->withoutFilter($this->sandbox->ensureToStringAllowed($this->getAttribute($this->getAttribute(($context["items"] ?? null), "last", []), "attributes", [])), "href", "title"), "html", null, true); echo "> "; // line 91 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar(t("Last page")); echo " "; // line 92 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, (($this->getAttribute($this->getAttribute(($context["items"] ?? null), "last", [], "any", false, true), "text", [], "any", true, true)) ? (_twig_default_filter($this->sandbox->ensureToStringAllowed($this->getAttribute($this->getAttribute(($context["items"] ?? null), "last", [], "any", false, true), "text", [])), t("Last »"))) : (t("Last »"))), "html", null, true); echo " </a> </li> "; } // line 96 echo " </ul> "; } } public function getTemplateName() { return "themes/capital_azur/templates/navigation/pager.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 216 => 96, 209 => 92, 205 => 91, 197 => 90, 194 => 89, 191 => 88, 189 => 87, 182 => 83, 178 => 82, 170 => 81, 167 => 80, 164 => 79, 162 => 78, 158 => 76, 155 => 75, 153 => 74, 145 => 71, 143 => 70, 139 => 68, 129 => 66, 126 => 65, 123 => 64, 120 => 63, 117 => 62, 115 => 61, 110 => 60, 105 => 59, 103 => 58, 99 => 56, 96 => 55, 94 => 54, 87 => 50, 83 => 49, 75 => 48, 72 => 47, 69 => 46, 67 => 45, 60 => 41, 56 => 40, 48 => 39, 45 => 38, 42 => 37, 37 => 34, 34 => 33, 32 => 32,); } /** @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->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "themes/capital_azur/templates/navigation/pager.html.twig", "/var/www/html/themes/capital_azur/templates/navigation/pager.html.twig"); } public function checkSecurity() { static $tags = ["if" => 32, "for" => 59, "set" => 62]; static $filters = ["t" => 34, "escape" => 39, "without" => 39, "default" => 41]; static $functions = []; try { $this->sandbox->checkSecurity( ['if', 'for', 'set'], ['t', 'escape', 'without', 'default'], [] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { $e->setTemplateLine($tags[$e->getTagName()]); } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { $e->setTemplateLine($filters[$e->getFilterName()]); } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { $e->setTemplateLine($functions[$e->getFunctionName()]); } throw $e; } } } ') (Line: 487) Twig\Environment->loadClass('__TwigTemplate_bf957b636c78318ce377b55c5d599bfecffc60076a34779f8c9b40c122ea294c', 'themes/capital_azur/templates/navigation/pager.html.twig', NULL) (Line: 445) Twig\Environment->loadTemplate('themes/capital_azur/templates/navigation/pager.html.twig') (Line: 64) twig_render_template('themes/capital_azur/templates/navigation/pager.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('pager', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 84) __TwigTemplate_1ca3f35c1fd5d89cb2cfd6aad2047d4e723f27164daced7aa5facbd35b12dc4a->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('profiles/vactory_starter_kit/modules/vactory_glossary/templates/views-glossary.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('views_view__vactory_glossary', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array) (Line: 444) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array, ) (Line: 226) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573) 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) call_user_func(Array, Object, 'kernel.view', Object) (Line: 111) Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68) 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: 191) Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128) Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 50) Drupal\ban\BanMiddleware->handle(Object, 1, 1) (Line: 47) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23) Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
- User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 95) Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66) Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('68d65e9512542_html.html.twig_79QJ3NmsXlQAlBuKIXKaCOwzG', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* themes/capital_azur/templates/system/html.html.twig */ class __TwigTemplate_8b3e409a692495ed89247c17e56d4f60eb53ae33773636293eb79da2a3e6c8ee extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { // line 29 $context["body_classes"] = [0 => (( // line 30 ($context["logged_in"] ?? null)) ? ("page--logged-in") : ("")), 1 => (( ! // line 31 ($context["root_path"] ?? null)) ? ("page--front") : (("path--" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(($context["root_path"] ?? null)))))), 2 => (( // line 32 ($context["node_type"] ?? null)) ? (("page--" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(($context["node_type"] ?? null))))) : ("")), 3 => (( // line 33 ($context["db_offline"] ?? null)) ? ("db-offline") : ("")), 4 => (( // line 34 ($context["node_body_class"] ?? null)) ? (($context["node_body_class"] ?? null)) : (""))]; // line 37 echo " "; // line 38 if (($this->getAttribute(($context["html_attributes"] ?? null), "dir", [], "array") == "ltr")) { // line 39 echo " "; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->attachLibrary("capital_azur/style_ltr"), "html", null, true); echo " "; } elseif (($this->getAttribute( // line 40 ($context["html_attributes"] ?? null), "dir", [], "array") == "rtl")) { // line 41 echo " "; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->attachLibrary("capital_azur/style_rtl"), "html", null, true); echo " "; } // line 43 echo " env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["html_attributes"] ?? null)), "html", null, true); echo "> env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar($this->sandbox->ensureToStringAllowed(($context["placeholder_token"] ?? null))); echo "\"> "; // line 48 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar($this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->safeJoin($this->env, $this->sandbox->ensureToStringAllowed(($context["head_title"] ?? null)), " | ")); echo " env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar($this->sandbox->ensureToStringAllowed(($context["placeholder_token"] ?? null))); echo "\"> env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar($this->sandbox->ensureToStringAllowed(($context["placeholder_token"] ?? null))); echo "\"> body{visibility: hidden} "; // line 63 if (($this->getAttribute(($context["html_attributes"] ?? null), "dir", [], "array") == "ltr")) { // line 64 echo " "; } elseif (($this->getAttribute( // line 72 ($context["html_attributes"] ?? null), "dir", [], "array") == "rtl")) { // line 73 echo " "; } // line 82 echo " env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["attributes"] ?? null), "addClass", [0 => ($context["body_classes"] ?? null)], "method")), "html", null, true); echo "> <a> "; // line 85 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar(t("Skip to main content")); echo " </a> "; // line 87 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["page_top"] ?? null)), "html", null, true); echo " "; // line 88 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["page"] ?? null)), "html", null, true); echo " "; // line 89 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["page_bottom"] ?? null)), "html", null, true); echo " env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar($this->sandbox->ensureToStringAllowed(($context["placeholder_token"] ?? null))); echo "\"> "; } public function getTemplateName() { return "themes/capital_azur/templates/system/html.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 144 => 90, 140 => 89, 136 => 88, 132 => 87, 127 => 85, 122 => 83, 119 => 82, 108 => 73, 106 => 72, 96 => 64, 94 => 63, 78 => 50, 74 => 49, 70 => 48, 66 => 47, 61 => 45, 57 => 43, 51 => 41, 49 => 40, 44 => 39, 42 => 38, 39 => 37, 37 => 34, 36 => 33, 35 => 32, 34 => 31, 33 => 30, 32 => 29,); } /** @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->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "themes/capital_azur/templates/system/html.html.twig", "/var/www/html/themes/capital_azur/templates/system/html.html.twig"); } public function checkSecurity() { static $tags = ["set" => 29, "if" => 38]; static $filters = ["clean_class" => 31, "escape" => 39, "raw" => 47, "safe_join" => 48, "t" => 85]; static $functions = ["attach_library" => 39]; try { $this->sandbox->checkSecurity( ['set', 'if'], ['clean_class', 'escape', 'raw', 'safe_join', 't'], ['attach_library'] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { $e->setTemplateLine($tags[$e->getTagName()]); } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { $e->setTemplateLine($filters[$e->getFilterName()]); } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { $e->setTemplateLine($functions[$e->getFunctionName()]); } throw $e; } } } ') (Line: 111) Drupal\Core\Template\TwigPhpStorageCache->write('68d65e9512542_html.html.twig_79QJ3NmsXlQAlBuKIXKaCOwzG', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* themes/capital_azur/templates/system/html.html.twig */ class __TwigTemplate_8b3e409a692495ed89247c17e56d4f60eb53ae33773636293eb79da2a3e6c8ee extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { // line 29 $context["body_classes"] = [0 => (( // line 30 ($context["logged_in"] ?? null)) ? ("page--logged-in") : ("")), 1 => (( ! // line 31 ($context["root_path"] ?? null)) ? ("page--front") : (("path--" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(($context["root_path"] ?? null)))))), 2 => (( // line 32 ($context["node_type"] ?? null)) ? (("page--" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(($context["node_type"] ?? null))))) : ("")), 3 => (( // line 33 ($context["db_offline"] ?? null)) ? ("db-offline") : ("")), 4 => (( // line 34 ($context["node_body_class"] ?? null)) ? (($context["node_body_class"] ?? null)) : (""))]; // line 37 echo " "; // line 38 if (($this->getAttribute(($context["html_attributes"] ?? null), "dir", [], "array") == "ltr")) { // line 39 echo " "; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->attachLibrary("capital_azur/style_ltr"), "html", null, true); echo " "; } elseif (($this->getAttribute( // line 40 ($context["html_attributes"] ?? null), "dir", [], "array") == "rtl")) { // line 41 echo " "; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->attachLibrary("capital_azur/style_rtl"), "html", null, true); echo " "; } // line 43 echo " env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["html_attributes"] ?? null)), "html", null, true); echo "> env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar($this->sandbox->ensureToStringAllowed(($context["placeholder_token"] ?? null))); echo "\"> "; // line 48 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar($this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->safeJoin($this->env, $this->sandbox->ensureToStringAllowed(($context["head_title"] ?? null)), " | ")); echo " env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar($this->sandbox->ensureToStringAllowed(($context["placeholder_token"] ?? null))); echo "\"> env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar($this->sandbox->ensureToStringAllowed(($context["placeholder_token"] ?? null))); echo "\"> body{visibility: hidden} "; // line 63 if (($this->getAttribute(($context["html_attributes"] ?? null), "dir", [], "array") == "ltr")) { // line 64 echo " "; } elseif (($this->getAttribute( // line 72 ($context["html_attributes"] ?? null), "dir", [], "array") == "rtl")) { // line 73 echo " "; } // line 82 echo " env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["attributes"] ?? null), "addClass", [0 => ($context["body_classes"] ?? null)], "method")), "html", null, true); echo "> <a> "; // line 85 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar(t("Skip to main content")); echo " </a> "; // line 87 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["page_top"] ?? null)), "html", null, true); echo " "; // line 88 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["page"] ?? null)), "html", null, true); echo " "; // line 89 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["page_bottom"] ?? null)), "html", null, true); echo " env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar($this->sandbox->ensureToStringAllowed(($context["placeholder_token"] ?? null))); echo "\"> "; } public function getTemplateName() { return "themes/capital_azur/templates/system/html.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 144 => 90, 140 => 89, 136 => 88, 132 => 87, 127 => 85, 122 => 83, 119 => 82, 108 => 73, 106 => 72, 96 => 64, 94 => 63, 78 => 50, 74 => 49, 70 => 48, 66 => 47, 61 => 45, 57 => 43, 51 => 41, 49 => 40, 44 => 39, 42 => 38, 39 => 37, 37 => 34, 36 => 33, 35 => 32, 34 => 31, 33 => 30, 32 => 29,); } /** @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->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "themes/capital_azur/templates/system/html.html.twig", "/var/www/html/themes/capital_azur/templates/system/html.html.twig"); } public function checkSecurity() { static $tags = ["set" => 29, "if" => 38]; static $filters = ["clean_class" => 31, "escape" => 39, "raw" => 47, "safe_join" => 48, "t" => 85]; static $functions = ["attach_library" => 39]; try { $this->sandbox->checkSecurity( ['set', 'if'], ['clean_class', 'escape', 'raw', 'safe_join', 't'], ['attach_library'] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { $e->setTemplateLine($tags[$e->getTagName()]); } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { $e->setTemplateLine($filters[$e->getFilterName()]); } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { $e->setTemplateLine($functions[$e->getFunctionName()]); } throw $e; } } } ') (Line: 487) Twig\Environment->loadClass('__TwigTemplate_8b3e409a692495ed89247c17e56d4f60eb53ae33773636293eb79da2a3e6c8ee', 'themes/capital_azur/templates/system/html.html.twig', NULL) (Line: 445) Twig\Environment->loadTemplate('themes/capital_azur/templates/system/html.html.twig') (Line: 64) twig_render_template('themes/capital_azur/templates/system/html.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 147) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573) 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) call_user_func(Array, Object, 'kernel.view', Object) (Line: 111) Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68) 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: 191) Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128) Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 50) Drupal\ban\BanMiddleware->handle(Object, 1, 1) (Line: 47) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23) Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
- User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 95) Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66) Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('68d65e9512542_page.html.twig_OuvmBvSlAK9SeU3uHYPyauBpD', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* themes/capital_azur/templates/page/page.html.twig */ class __TwigTemplate_84bb56c71db873faee12ac9c996f15a6c51a1ed59ffe19ea892139424a7590fe extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ 'v_page_content' => [$this, 'block_v_page_content'], ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { // line 7 echo " "; // line 9 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar(t("Your browser does not support JavaScript!")); echo " "; // line 11 if ($this->getAttribute(($context["page"] ?? null), "header", [])) { // line 12 echo " "; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["page"] ?? null), "header", [])), "html", null, true); echo " "; } // line 14 echo " "; // line 16 if ($this->getAttribute(($context["page"] ?? null), "bridge", [])) { // line 17 echo " "; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["page"] ?? null), "bridge", [])), "html", null, true); echo " "; } // line 19 echo " "; $this->displayBlock('v_page_content', $context, $blocks); // line 26 echo " "; // line 28 if ($this->getAttribute(($context["page"] ?? null), "footer", [])) { // line 29 echo " "; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["page"] ?? null), "footer", [])), "html", null, true); echo " "; } // line 31 echo " "; // line 32 if ($this->getAttribute(($context["page"] ?? null), "bottom", [])) { // line 33 echo " "; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["page"] ?? null), "bottom", [])), "html", null, true); echo " "; } // line 35 echo " "; // line 36 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar(t("Top")); echo " "; } // line 19 public function block_v_page_content($context, array $blocks = []) { // line 20 echo " "; // line 21 if ($this->getAttribute(($context["page"] ?? null), "content", [])) { // line 22 echo " "; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["page"] ?? null), "content", [])), "html", null, true); echo " "; } // line 24 echo " "; } public function getTemplateName() { return "themes/capital_azur/templates/page/page.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 116 => 24, 110 => 22, 108 => 21, 105 => 20, 102 => 19, 91 => 36, 88 => 35, 82 => 33, 80 => 32, 77 => 31, 71 => 29, 69 => 28, 65 => 26, 62 => 19, 56 => 17, 54 => 16, 50 => 14, 44 => 12, 42 => 11, 37 => 9, 33 => 7,); } /** @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->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "themes/capital_azur/templates/page/page.html.twig", "/var/www/html/themes/capital_azur/templates/page/page.html.twig"); } public function checkSecurity() { static $tags = ["if" => 11, "block" => 19]; static $filters = ["t" => 9, "escape" => 12]; static $functions = []; try { $this->sandbox->checkSecurity( ['if', 'block'], ['t', 'escape'], [] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { $e->setTemplateLine($tags[$e->getTagName()]); } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { $e->setTemplateLine($filters[$e->getFilterName()]); } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { $e->setTemplateLine($functions[$e->getFunctionName()]); } throw $e; } } } ') (Line: 111) Drupal\Core\Template\TwigPhpStorageCache->write('68d65e9512542_page.html.twig_OuvmBvSlAK9SeU3uHYPyauBpD', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* themes/capital_azur/templates/page/page.html.twig */ class __TwigTemplate_84bb56c71db873faee12ac9c996f15a6c51a1ed59ffe19ea892139424a7590fe extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ 'v_page_content' => [$this, 'block_v_page_content'], ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { // line 7 echo " "; // line 9 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar(t("Your browser does not support JavaScript!")); echo " "; // line 11 if ($this->getAttribute(($context["page"] ?? null), "header", [])) { // line 12 echo " "; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["page"] ?? null), "header", [])), "html", null, true); echo " "; } // line 14 echo " "; // line 16 if ($this->getAttribute(($context["page"] ?? null), "bridge", [])) { // line 17 echo " "; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["page"] ?? null), "bridge", [])), "html", null, true); echo " "; } // line 19 echo " "; $this->displayBlock('v_page_content', $context, $blocks); // line 26 echo " "; // line 28 if ($this->getAttribute(($context["page"] ?? null), "footer", [])) { // line 29 echo " "; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["page"] ?? null), "footer", [])), "html", null, true); echo " "; } // line 31 echo " "; // line 32 if ($this->getAttribute(($context["page"] ?? null), "bottom", [])) { // line 33 echo " "; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["page"] ?? null), "bottom", [])), "html", null, true); echo " "; } // line 35 echo " "; // line 36 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar(t("Top")); echo " "; } // line 19 public function block_v_page_content($context, array $blocks = []) { // line 20 echo " "; // line 21 if ($this->getAttribute(($context["page"] ?? null), "content", [])) { // line 22 echo " "; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["page"] ?? null), "content", [])), "html", null, true); echo " "; } // line 24 echo " "; } public function getTemplateName() { return "themes/capital_azur/templates/page/page.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 116 => 24, 110 => 22, 108 => 21, 105 => 20, 102 => 19, 91 => 36, 88 => 35, 82 => 33, 80 => 32, 77 => 31, 71 => 29, 69 => 28, 65 => 26, 62 => 19, 56 => 17, 54 => 16, 50 => 14, 44 => 12, 42 => 11, 37 => 9, 33 => 7,); } /** @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->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "themes/capital_azur/templates/page/page.html.twig", "/var/www/html/themes/capital_azur/templates/page/page.html.twig"); } public function checkSecurity() { static $tags = ["if" => 11, "block" => 19]; static $filters = ["t" => 9, "escape" => 12]; static $functions = []; try { $this->sandbox->checkSecurity( ['if', 'block'], ['t', 'escape'], [] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { $e->setTemplateLine($tags[$e->getTagName()]); } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { $e->setTemplateLine($filters[$e->getFilterName()]); } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { $e->setTemplateLine($functions[$e->getFunctionName()]); } throw $e; } } } ') (Line: 487) Twig\Environment->loadClass('__TwigTemplate_84bb56c71db873faee12ac9c996f15a6c51a1ed59ffe19ea892139424a7590fe', 'themes/capital_azur/templates/page/page.html.twig', NULL) (Line: 445) Twig\Environment->loadTemplate('themes/capital_azur/templates/page/page.html.twig') (Line: 64) twig_render_template('themes/capital_azur/templates/page/page.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 136) __TwigTemplate_8b3e409a692495ed89247c17e56d4f60eb53ae33773636293eb79da2a3e6c8ee->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('themes/capital_azur/templates/system/html.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 147) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573) 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) call_user_func(Array, Object, 'kernel.view', Object) (Line: 111) Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68) 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: 191) Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128) Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 50) Drupal\ban\BanMiddleware->handle(Object, 1, 1) (Line: 47) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23) Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
- User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 95) Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66) Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('68d65e9512542_block.html.twig_YgyLpkx_X1xPfW0wEVZVF9OMO', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* themes/capital_azur/templates/block/block.html.twig */ class __TwigTemplate_95638de12132a4c989057518bece75fade74e46a777a53a81a1cf582eec864aa extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ 'content' => [$this, 'block_content'], ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { // line 8 $context["classes"] = [0 => "block", 1 => (( // line 10 ($context["bundle"] ?? null)) ? (("block--" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(($context["bundle"] ?? null))))) : ("")), 2 => (( // line 11 ($context["id"] ?? null)) ? (("block--" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(($context["id"] ?? null))))) : (""))]; // line 15 $context["title_classes"] = [0 => "title"]; // line 19 echo " env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->withoutFilter($this->sandbox->ensureToStringAllowed($this->getAttribute(($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method")), "id"), "html", null, true); echo "> "; // line 21 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_prefix"] ?? null)), "html", null, true); echo " "; // line 22 if (($context["label"] ?? null)) { // line 23 echo " env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["title_attributes"] ?? null), "addClass", [0 => ($context["title_classes"] ?? null)], "method")), "html", null, true); echo ">"; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null)), "html", null, true); echo " "; } // line 25 echo " "; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_suffix"] ?? null)), "html", null, true); echo " "; // line 27 $this->displayBlock('content', $context, $blocks); // line 30 echo " "; } // line 27 public function block_content($context, array $blocks = []) { // line 28 echo " "; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null)), "html", null, true); echo " "; } public function getTemplateName() { return "themes/capital_azur/templates/block/block.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 77 => 28, 74 => 27, 68 => 30, 66 => 27, 60 => 25, 52 => 23, 50 => 22, 46 => 21, 42 => 20, 39 => 19, 37 => 15, 35 => 11, 34 => 10, 33 => 8,); } /** @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->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "themes/capital_azur/templates/block/block.html.twig", "/var/www/html/themes/capital_azur/templates/block/block.html.twig"); } public function checkSecurity() { static $tags = ["set" => 8, "if" => 22, "block" => 27]; static $filters = ["clean_class" => 10, "escape" => 20, "without" => 20]; static $functions = []; try { $this->sandbox->checkSecurity( ['set', 'if', 'block'], ['clean_class', 'escape', 'without'], [] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { $e->setTemplateLine($tags[$e->getTagName()]); } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { $e->setTemplateLine($filters[$e->getFilterName()]); } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { $e->setTemplateLine($functions[$e->getFunctionName()]); } throw $e; } } } ') (Line: 111) Drupal\Core\Template\TwigPhpStorageCache->write('68d65e9512542_block.html.twig_YgyLpkx_X1xPfW0wEVZVF9OMO', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* themes/capital_azur/templates/block/block.html.twig */ class __TwigTemplate_95638de12132a4c989057518bece75fade74e46a777a53a81a1cf582eec864aa extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ 'content' => [$this, 'block_content'], ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { // line 8 $context["classes"] = [0 => "block", 1 => (( // line 10 ($context["bundle"] ?? null)) ? (("block--" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(($context["bundle"] ?? null))))) : ("")), 2 => (( // line 11 ($context["id"] ?? null)) ? (("block--" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(($context["id"] ?? null))))) : (""))]; // line 15 $context["title_classes"] = [0 => "title"]; // line 19 echo " env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->withoutFilter($this->sandbox->ensureToStringAllowed($this->getAttribute(($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method")), "id"), "html", null, true); echo "> "; // line 21 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_prefix"] ?? null)), "html", null, true); echo " "; // line 22 if (($context["label"] ?? null)) { // line 23 echo " env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["title_attributes"] ?? null), "addClass", [0 => ($context["title_classes"] ?? null)], "method")), "html", null, true); echo ">"; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null)), "html", null, true); echo " "; } // line 25 echo " "; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_suffix"] ?? null)), "html", null, true); echo " "; // line 27 $this->displayBlock('content', $context, $blocks); // line 30 echo " "; } // line 27 public function block_content($context, array $blocks = []) { // line 28 echo " "; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null)), "html", null, true); echo " "; } public function getTemplateName() { return "themes/capital_azur/templates/block/block.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 77 => 28, 74 => 27, 68 => 30, 66 => 27, 60 => 25, 52 => 23, 50 => 22, 46 => 21, 42 => 20, 39 => 19, 37 => 15, 35 => 11, 34 => 10, 33 => 8,); } /** @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->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "themes/capital_azur/templates/block/block.html.twig", "/var/www/html/themes/capital_azur/templates/block/block.html.twig"); } public function checkSecurity() { static $tags = ["set" => 8, "if" => 22, "block" => 27]; static $filters = ["clean_class" => 10, "escape" => 20, "without" => 20]; static $functions = []; try { $this->sandbox->checkSecurity( ['set', 'if', 'block'], ['clean_class', 'escape', 'without'], [] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { $e->setTemplateLine($tags[$e->getTagName()]); } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { $e->setTemplateLine($filters[$e->getFilterName()]); } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { $e->setTemplateLine($functions[$e->getFunctionName()]); } throw $e; } } } ') (Line: 487) Twig\Environment->loadClass('__TwigTemplate_95638de12132a4c989057518bece75fade74e46a777a53a81a1cf582eec864aa', 'themes/capital_azur/templates/block/block.html.twig', NULL) (Line: 445) Twig\Environment->loadTemplate('themes/capital_azur/templates/block/block.html.twig') (Line: 64) twig_render_template('themes/capital_azur/templates/block/block.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array) (Line: 444) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 45) __TwigTemplate_84bb56c71db873faee12ac9c996f15a6c51a1ed59ffe19ea892139424a7590fe->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('themes/capital_azur/templates/page/page.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 136) __TwigTemplate_8b3e409a692495ed89247c17e56d4f60eb53ae33773636293eb79da2a3e6c8ee->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('themes/capital_azur/templates/system/html.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 147) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573) 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) call_user_func(Array, Object, 'kernel.view', Object) (Line: 111) Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68) 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: 191) Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128) Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 50) Drupal\ban\BanMiddleware->handle(Object, 1, 1) (Line: 47) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23) Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
- User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 95) Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66) Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('68d65e9512542_header.html.twig_0g0QO6YeNP_jIOdQPqaNEVL9e', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* modules/custom/capital_azur_layout/templates/header.html.twig */ class __TwigTemplate_dc90b68bd3b44071d08c9e6eb063c4bcc1cdc8ecf096fdb13740b8a8202c3194 extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->attachLibrary("vactory_header/vactory_header.variant1"), "html", null, true); echo " "; // line 42 echo " "; // line 44 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->attachLibrary("vactory_header/vactory_header.variant1"), "html", null, true); echo " "; // line 45 $context["main_navigation_menu"] = call_user_func_array($this->env->getFunction('simplify_menu')->getCallable(), ["main"]); // line 46 echo " "; // line 52 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar($this->env->getExtension('Drupal\vactory_core\TwigExtension\TwigExtension')->vactoryRender("block", "system_branding_block", ["use_site_name" => false])); echo " "; // line 56 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar($this->sandbox->ensureToStringAllowed($this->getAttribute($this, "menuMacro", [0 => $this->getAttribute(($context["main_navigation_menu"] ?? null), "menu_tree", [])], "method"))); echo " "; // line 59 if (($context["is_academy_enabled"] ?? null)) { // line 60 echo " "; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar($this->env->getExtension('Drupal\vactory_core\TwigExtension\TwigExtension')->vactoryRender("block", "authenticated_user_header")); echo " "; } // line 62 echo " "; // line 63 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar($this->env->getExtension('Drupal\vactory_core\TwigExtension\TwigExtension')->vactoryRender("block", "langswitcher")); echo " "; // line 65 if (($context["is_espace_prive_enabled"] ?? null)) { // line 66 echo " "; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar($this->env->getExtension('Drupal\vactory_core\TwigExtension\TwigExtension')->vactoryRender("block", "vactory_espace_prive_user_menu")); echo " "; } // line 68 echo " "; // line 87 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar($this->env->getExtension('Drupal\vactory_core\TwigExtension\TwigExtension')->vactoryRender("block", "system_branding_block", ["use_site_name" => false])); echo " "; // line 90 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar($this->sandbox->ensureToStringAllowed($this->getAttribute($this, "menuMacro", [0 => $this->getAttribute(($context["main_navigation_menu"] ?? null), "menu_tree", [])], "method"))); echo " "; // line 92 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar($this->env->getExtension('Drupal\vactory_core\TwigExtension\TwigExtension')->vactoryRender("block", "langswitcher")); echo " "; } // line 4 public function getmenuMacro($__menu__ = null, $__level__ = null, ...$__varargs__) { $context = $this->env->mergeGlobals([ "menu" => $__menu__, "level" => $__level__, "varargs" => $__varargs__, ]); $blocks = []; ob_start(function () { return ''; }); try { // line 7 echo " "; $context["default_level"] = 1; // line 8 echo " <ul line echo this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, ((array_key_exists("level", $context)) ? (_twig_default_filter($this->sandbox->ensureToStringAllowed(($context["level"] ?? null)), $this->sandbox->ensureToStringAllowed(($context["default_level"] ?? null)))) : (($context["default_level"] ?? null))), "html", null, true); echo "\"> "; // line 10 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["menu"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["menu_item"]) { // line 11 echo " "; // line 12 echo " "; $context["active"] = (($this->getAttribute($context["menu_item"], "active", [])) ? (" is-active") : ("")); // line 13 echo " "; // line 15 echo " "; $context["active"] = ($this->sandbox->ensureToStringAllowed(($context["active"] ?? null)) . (($this->getAttribute($context["menu_item"], "active_trail", [])) ? (" is-active-trail") : (""))); // line 16 echo " "; // line 18 echo " "; $context["has_sub"] = ((($this->getAttribute($context["menu_item"], "submenu", []) || !twig_test_empty(twig_trim_filter($this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar($this->sandbox->ensureToStringAllowed($this->getAttribute($this->getAttribute($context["menu_item"], "fields", []), "field_injected_block", []))))))) ? ("has-sub") : ("")); // line 19 echo " <li line echo this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["active"] ?? null)), "html", null, true); echo " menu__item--"; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, ((array_key_exists("level", $context)) ? (_twig_default_filter($this->sandbox->ensureToStringAllowed(($context["level"] ?? null)), $this->sandbox->ensureToStringAllowed(($context["default_level"] ?? null)))) : (($context["default_level"] ?? null))), "html", null, true); echo " "; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["has_sub"] ?? null)), "html", null, true); echo "\"> <a line echo this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["menu_item"], "url", [])), "html", null, true); echo "\" class=\"menu__link"; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["active"] ?? null)), "html", null, true); echo " "; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($this->getAttribute($this->getAttribute($context["menu_item"], "options", []), "attributes", []), "class", [])), "html", null, true); echo "\">"; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["menu_item"], "text", [])), "html", null, true); echo "</a> "; // line 23 echo " "; if ( !twig_test_empty(twig_trim_filter($this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar($this->getAttribute($this->getAttribute($context["menu_item"], "fields", []), "field_injected_block", []))))) { // line 24 echo " env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, ((array_key_exists("level", $context)) ? (_twig_default_filter($this->sandbox->ensureToStringAllowed(($context["level"] ?? null)), $this->sandbox->ensureToStringAllowed(($context["default_level"] ?? null)))) : (($context["default_level"] ?? null))), "html", null, true); echo "\"> env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, ((array_key_exists("level", $context)) ? (_twig_default_filter($this->sandbox->ensureToStringAllowed(($context["level"] ?? null)), $this->sandbox->ensureToStringAllowed(($context["default_level"] ?? null)))) : (($context["default_level"] ?? null))), "html", null, true); echo "\"> "; // line 26 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($this->getAttribute($context["menu_item"], "fields", []), "field_injected_block", [])), "html", null, true); echo " "; // line 30 echo " "; } elseif ($this->getAttribute($context["menu_item"], "submenu", [])) { // line 31 echo " env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, ((array_key_exists("level", $context)) ? (_twig_default_filter($this->sandbox->ensureToStringAllowed(($context["level"] ?? null)), $this->sandbox->ensureToStringAllowed(($context["default_level"] ?? null)))) : (($context["default_level"] ?? null))), "html", null, true); echo "\"> env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, ((array_key_exists("level", $context)) ? (_twig_default_filter($this->sandbox->ensureToStringAllowed(($context["level"] ?? null)), $this->sandbox->ensureToStringAllowed(($context["default_level"] ?? null)))) : (($context["default_level"] ?? null))), "html", null, true); echo "\"> "; // line 34 echo " "; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar($this->sandbox->ensureToStringAllowed($this->getAttribute($this, "menuMacro", [0 => $this->getAttribute($context["menu_item"], "submenu", []), 1 => (((array_key_exists("level", $context)) ? (_twig_default_filter($this->sandbox->ensureToStringAllowed(($context["level"] ?? null)), $this->sandbox->ensureToStringAllowed(($context["default_level"] ?? null)))) : (($context["default_level"] ?? null))) + 1)], "method"))); echo " "; } // line 38 echo " </li> "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['menu_item'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 40 echo " </ul>"; } catch (\Exception $e) { ob_end_clean(); throw $e; } catch (\Throwable $e) { ob_end_clean(); throw $e; } return ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); } public function getTemplateName() { return "modules/custom/capital_azur_layout/templates/header.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 245 => 40, 238 => 38, 230 => 34, 226 => 32, 221 => 31, 218 => 30, 212 => 26, 208 => 25, 203 => 24, 200 => 23, 190 => 21, 182 => 20, 179 => 19, 176 => 18, 173 => 16, 170 => 15, 167 => 13, 164 => 12, 162 => 11, 158 => 10, 154 => 9, 151 => 8, 148 => 7, 135 => 4, 125 => 92, 120 => 90, 114 => 87, 93 => 68, 87 => 66, 85 => 65, 80 => 63, 77 => 62, 71 => 60, 69 => 59, 63 => 56, 56 => 52, 48 => 46, 46 => 45, 42 => 44, 38 => 42, 32 => 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->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "modules/custom/capital_azur_layout/templates/header.html.twig", "/var/www/html/modules/custom/capital_azur_layout/templates/header.html.twig"); } public function checkSecurity() { static $tags = ["set" => 45, "if" => 59, "macro" => 4, "for" => 10]; static $filters = ["escape" => 1, "default" => 9, "trim" => 18, "render" => 18]; static $functions = ["attach_library" => 1, "simplify_menu" => 45, "vactory_render" => 52]; try { $this->sandbox->checkSecurity( ['set', 'if', 'macro', 'for'], ['escape', 'default', 'trim', 'render'], ['attach_library', 'simplify_menu', 'vactory_render'] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { $e->setTemplateLine($tags[$e->getTagName()]); } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { $e->setTemplateLine($filters[$e->getFilterName()]); } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { $e->setTemplateLine($functions[$e->getFunctionName()]); } throw $e; } } } ') (Line: 111) Drupal\Core\Template\TwigPhpStorageCache->write('68d65e9512542_header.html.twig_0g0QO6YeNP_jIOdQPqaNEVL9e', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* modules/custom/capital_azur_layout/templates/header.html.twig */ class __TwigTemplate_dc90b68bd3b44071d08c9e6eb063c4bcc1cdc8ecf096fdb13740b8a8202c3194 extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->attachLibrary("vactory_header/vactory_header.variant1"), "html", null, true); echo " "; // line 42 echo " "; // line 44 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->attachLibrary("vactory_header/vactory_header.variant1"), "html", null, true); echo " "; // line 45 $context["main_navigation_menu"] = call_user_func_array($this->env->getFunction('simplify_menu')->getCallable(), ["main"]); // line 46 echo " "; // line 52 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar($this->env->getExtension('Drupal\vactory_core\TwigExtension\TwigExtension')->vactoryRender("block", "system_branding_block", ["use_site_name" => false])); echo " "; // line 56 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar($this->sandbox->ensureToStringAllowed($this->getAttribute($this, "menuMacro", [0 => $this->getAttribute(($context["main_navigation_menu"] ?? null), "menu_tree", [])], "method"))); echo " "; // line 59 if (($context["is_academy_enabled"] ?? null)) { // line 60 echo " "; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar($this->env->getExtension('Drupal\vactory_core\TwigExtension\TwigExtension')->vactoryRender("block", "authenticated_user_header")); echo " "; } // line 62 echo " "; // line 63 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar($this->env->getExtension('Drupal\vactory_core\TwigExtension\TwigExtension')->vactoryRender("block", "langswitcher")); echo " "; // line 65 if (($context["is_espace_prive_enabled"] ?? null)) { // line 66 echo " "; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar($this->env->getExtension('Drupal\vactory_core\TwigExtension\TwigExtension')->vactoryRender("block", "vactory_espace_prive_user_menu")); echo " "; } // line 68 echo " "; // line 87 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar($this->env->getExtension('Drupal\vactory_core\TwigExtension\TwigExtension')->vactoryRender("block", "system_branding_block", ["use_site_name" => false])); echo " "; // line 90 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar($this->sandbox->ensureToStringAllowed($this->getAttribute($this, "menuMacro", [0 => $this->getAttribute(($context["main_navigation_menu"] ?? null), "menu_tree", [])], "method"))); echo " "; // line 92 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar($this->env->getExtension('Drupal\vactory_core\TwigExtension\TwigExtension')->vactoryRender("block", "langswitcher")); echo " "; } // line 4 public function getmenuMacro($__menu__ = null, $__level__ = null, ...$__varargs__) { $context = $this->env->mergeGlobals([ "menu" => $__menu__, "level" => $__level__, "varargs" => $__varargs__, ]); $blocks = []; ob_start(function () { return ''; }); try { // line 7 echo " "; $context["default_level"] = 1; // line 8 echo " <ul line echo this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, ((array_key_exists("level", $context)) ? (_twig_default_filter($this->sandbox->ensureToStringAllowed(($context["level"] ?? null)), $this->sandbox->ensureToStringAllowed(($context["default_level"] ?? null)))) : (($context["default_level"] ?? null))), "html", null, true); echo "\"> "; // line 10 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["menu"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["menu_item"]) { // line 11 echo " "; // line 12 echo " "; $context["active"] = (($this->getAttribute($context["menu_item"], "active", [])) ? (" is-active") : ("")); // line 13 echo " "; // line 15 echo " "; $context["active"] = ($this->sandbox->ensureToStringAllowed(($context["active"] ?? null)) . (($this->getAttribute($context["menu_item"], "active_trail", [])) ? (" is-active-trail") : (""))); // line 16 echo " "; // line 18 echo " "; $context["has_sub"] = ((($this->getAttribute($context["menu_item"], "submenu", []) || !twig_test_empty(twig_trim_filter($this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar($this->sandbox->ensureToStringAllowed($this->getAttribute($this->getAttribute($context["menu_item"], "fields", []), "field_injected_block", []))))))) ? ("has-sub") : ("")); // line 19 echo " <li line echo this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["active"] ?? null)), "html", null, true); echo " menu__item--"; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, ((array_key_exists("level", $context)) ? (_twig_default_filter($this->sandbox->ensureToStringAllowed(($context["level"] ?? null)), $this->sandbox->ensureToStringAllowed(($context["default_level"] ?? null)))) : (($context["default_level"] ?? null))), "html", null, true); echo " "; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["has_sub"] ?? null)), "html", null, true); echo "\"> <a line echo this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["menu_item"], "url", [])), "html", null, true); echo "\" class=\"menu__link"; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["active"] ?? null)), "html", null, true); echo " "; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($this->getAttribute($this->getAttribute($context["menu_item"], "options", []), "attributes", []), "class", [])), "html", null, true); echo "\">"; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["menu_item"], "text", [])), "html", null, true); echo "</a> "; // line 23 echo " "; if ( !twig_test_empty(twig_trim_filter($this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar($this->getAttribute($this->getAttribute($context["menu_item"], "fields", []), "field_injected_block", []))))) { // line 24 echo " env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, ((array_key_exists("level", $context)) ? (_twig_default_filter($this->sandbox->ensureToStringAllowed(($context["level"] ?? null)), $this->sandbox->ensureToStringAllowed(($context["default_level"] ?? null)))) : (($context["default_level"] ?? null))), "html", null, true); echo "\"> env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, ((array_key_exists("level", $context)) ? (_twig_default_filter($this->sandbox->ensureToStringAllowed(($context["level"] ?? null)), $this->sandbox->ensureToStringAllowed(($context["default_level"] ?? null)))) : (($context["default_level"] ?? null))), "html", null, true); echo "\"> "; // line 26 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($this->getAttribute($context["menu_item"], "fields", []), "field_injected_block", [])), "html", null, true); echo " "; // line 30 echo " "; } elseif ($this->getAttribute($context["menu_item"], "submenu", [])) { // line 31 echo " env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, ((array_key_exists("level", $context)) ? (_twig_default_filter($this->sandbox->ensureToStringAllowed(($context["level"] ?? null)), $this->sandbox->ensureToStringAllowed(($context["default_level"] ?? null)))) : (($context["default_level"] ?? null))), "html", null, true); echo "\"> env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, ((array_key_exists("level", $context)) ? (_twig_default_filter($this->sandbox->ensureToStringAllowed(($context["level"] ?? null)), $this->sandbox->ensureToStringAllowed(($context["default_level"] ?? null)))) : (($context["default_level"] ?? null))), "html", null, true); echo "\"> "; // line 34 echo " "; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar($this->sandbox->ensureToStringAllowed($this->getAttribute($this, "menuMacro", [0 => $this->getAttribute($context["menu_item"], "submenu", []), 1 => (((array_key_exists("level", $context)) ? (_twig_default_filter($this->sandbox->ensureToStringAllowed(($context["level"] ?? null)), $this->sandbox->ensureToStringAllowed(($context["default_level"] ?? null)))) : (($context["default_level"] ?? null))) + 1)], "method"))); echo " "; } // line 38 echo " </li> "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['menu_item'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 40 echo " </ul>"; } catch (\Exception $e) { ob_end_clean(); throw $e; } catch (\Throwable $e) { ob_end_clean(); throw $e; } return ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); } public function getTemplateName() { return "modules/custom/capital_azur_layout/templates/header.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 245 => 40, 238 => 38, 230 => 34, 226 => 32, 221 => 31, 218 => 30, 212 => 26, 208 => 25, 203 => 24, 200 => 23, 190 => 21, 182 => 20, 179 => 19, 176 => 18, 173 => 16, 170 => 15, 167 => 13, 164 => 12, 162 => 11, 158 => 10, 154 => 9, 151 => 8, 148 => 7, 135 => 4, 125 => 92, 120 => 90, 114 => 87, 93 => 68, 87 => 66, 85 => 65, 80 => 63, 77 => 62, 71 => 60, 69 => 59, 63 => 56, 56 => 52, 48 => 46, 46 => 45, 42 => 44, 38 => 42, 32 => 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->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "modules/custom/capital_azur_layout/templates/header.html.twig", "/var/www/html/modules/custom/capital_azur_layout/templates/header.html.twig"); } public function checkSecurity() { static $tags = ["set" => 45, "if" => 59, "macro" => 4, "for" => 10]; static $filters = ["escape" => 1, "default" => 9, "trim" => 18, "render" => 18]; static $functions = ["attach_library" => 1, "simplify_menu" => 45, "vactory_render" => 52]; try { $this->sandbox->checkSecurity( ['set', 'if', 'macro', 'for'], ['escape', 'default', 'trim', 'render'], ['attach_library', 'simplify_menu', 'vactory_render'] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { $e->setTemplateLine($tags[$e->getTagName()]); } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { $e->setTemplateLine($filters[$e->getFilterName()]); } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { $e->setTemplateLine($functions[$e->getFunctionName()]); } throw $e; } } } ') (Line: 487) Twig\Environment->loadClass('__TwigTemplate_dc90b68bd3b44071d08c9e6eb063c4bcc1cdc8ecf096fdb13740b8a8202c3194', 'modules/custom/capital_azur_layout/templates/header.html.twig', NULL) (Line: 445) Twig\Environment->loadTemplate('modules/custom/capital_azur_layout/templates/header.html.twig') (Line: 64) twig_render_template('modules/custom/capital_azur_layout/templates/header.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('block_vactory_header1', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 78) __TwigTemplate_95638de12132a4c989057518bece75fade74e46a777a53a81a1cf582eec864aa->block_content(Array, Array) (Line: 214) Twig\Template->displayBlock('content', Array, Array) (Line: 66) __TwigTemplate_95638de12132a4c989057518bece75fade74e46a777a53a81a1cf582eec864aa->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('themes/capital_azur/templates/block/block.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array) (Line: 444) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 45) __TwigTemplate_84bb56c71db873faee12ac9c996f15a6c51a1ed59ffe19ea892139424a7590fe->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('themes/capital_azur/templates/page/page.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 136) __TwigTemplate_8b3e409a692495ed89247c17e56d4f60eb53ae33773636293eb79da2a3e6c8ee->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('themes/capital_azur/templates/system/html.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 147) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573) 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) call_user_func(Array, Object, 'kernel.view', Object) (Line: 111) Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68) 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: 191) Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128) Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 50) Drupal\ban\BanMiddleware->handle(Object, 1, 1) (Line: 47) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23) Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
- User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 95) Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66) Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('68d65e9512542_block--system-branding-bl__Il3X3qWXTX8JHF8OfDNRj3KN', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* themes/capital_azur/templates/block/block--system-branding-block.html.twig */ class __TwigTemplate_890306f197d7b5c5abab17b449b281a63e13460a5f43344fc9ca4811acd83be0 extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { // line 15 echo " "; if ((($context["site_name"] ?? null) || ($context["site_logo"] ?? null))) { // line 16 echo " <a echo this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar($this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->getPath("")); echo "\" title=\""; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar(t("Home")); echo "\" rel=\"home\" class=\"navbar-brand\"> "; // line 17 if (($context["site_logo"] ?? null)) { // line 18 echo " env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["site_logo"] ?? null)), "html", null, true); echo "\" alt=\""; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar(t("Home")); echo "\" class=\"site-logo\" width=\"216\" height=\"128\"/> "; } // line 20 echo " "; if (($context["site_name"] ?? null)) { // line 21 echo " "; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["site_name"] ?? null)), "html", null, true); echo " "; } // line 23 echo " </a> "; } } public function getTemplateName() { return "themes/capital_azur/templates/block/block--system-branding-block.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 61 => 23, 55 => 21, 52 => 20, 44 => 18, 42 => 17, 35 => 16, 32 => 15,); } /** @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->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "themes/capital_azur/templates/block/block--system-branding-block.html.twig", "/var/www/html/themes/capital_azur/templates/block/block--system-branding-block.html.twig"); } public function checkSecurity() { static $tags = ["if" => 15]; static $filters = ["t" => 16, "escape" => 18]; static $functions = ["path" => 16]; try { $this->sandbox->checkSecurity( ['if'], ['t', 'escape'], ['path'] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { $e->setTemplateLine($tags[$e->getTagName()]); } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { $e->setTemplateLine($filters[$e->getFilterName()]); } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { $e->setTemplateLine($functions[$e->getFunctionName()]); } throw $e; } } } ') (Line: 111) Drupal\Core\Template\TwigPhpStorageCache->write('68d65e9512542_block--system-branding-bl__Il3X3qWXTX8JHF8OfDNRj3KN', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* themes/capital_azur/templates/block/block--system-branding-block.html.twig */ class __TwigTemplate_890306f197d7b5c5abab17b449b281a63e13460a5f43344fc9ca4811acd83be0 extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { // line 15 echo " "; if ((($context["site_name"] ?? null) || ($context["site_logo"] ?? null))) { // line 16 echo " <a echo this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar($this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->getPath("")); echo "\" title=\""; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar(t("Home")); echo "\" rel=\"home\" class=\"navbar-brand\"> "; // line 17 if (($context["site_logo"] ?? null)) { // line 18 echo " env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["site_logo"] ?? null)), "html", null, true); echo "\" alt=\""; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar(t("Home")); echo "\" class=\"site-logo\" width=\"216\" height=\"128\"/> "; } // line 20 echo " "; if (($context["site_name"] ?? null)) { // line 21 echo " "; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["site_name"] ?? null)), "html", null, true); echo " "; } // line 23 echo " </a> "; } } public function getTemplateName() { return "themes/capital_azur/templates/block/block--system-branding-block.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 61 => 23, 55 => 21, 52 => 20, 44 => 18, 42 => 17, 35 => 16, 32 => 15,); } /** @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->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "themes/capital_azur/templates/block/block--system-branding-block.html.twig", "/var/www/html/themes/capital_azur/templates/block/block--system-branding-block.html.twig"); } public function checkSecurity() { static $tags = ["if" => 15]; static $filters = ["t" => 16, "escape" => 18]; static $functions = ["path" => 16]; try { $this->sandbox->checkSecurity( ['if'], ['t', 'escape'], ['path'] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { $e->setTemplateLine($tags[$e->getTagName()]); } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { $e->setTemplateLine($filters[$e->getFilterName()]); } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { $e->setTemplateLine($functions[$e->getFunctionName()]); } throw $e; } } } ') (Line: 487) Twig\Environment->loadClass('__TwigTemplate_890306f197d7b5c5abab17b449b281a63e13460a5f43344fc9ca4811acd83be0', 'themes/capital_azur/templates/block/block--system-branding-block.html.twig', NULL) (Line: 445) Twig\Environment->loadTemplate('themes/capital_azur/templates/block/block--system-branding-block.html.twig') (Line: 64) twig_render_template('themes/capital_azur/templates/block/block--system-branding-block.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 601) Drupal\Core\Template\TwigExtension->renderVar(Array) (Line: 56) __TwigTemplate_dc90b68bd3b44071d08c9e6eb063c4bcc1cdc8ecf096fdb13740b8a8202c3194->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('modules/custom/capital_azur_layout/templates/header.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('block_vactory_header1', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 78) __TwigTemplate_95638de12132a4c989057518bece75fade74e46a777a53a81a1cf582eec864aa->block_content(Array, Array) (Line: 214) Twig\Template->displayBlock('content', Array, Array) (Line: 66) __TwigTemplate_95638de12132a4c989057518bece75fade74e46a777a53a81a1cf582eec864aa->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('themes/capital_azur/templates/block/block.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array) (Line: 444) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 45) __TwigTemplate_84bb56c71db873faee12ac9c996f15a6c51a1ed59ffe19ea892139424a7590fe->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('themes/capital_azur/templates/page/page.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 136) __TwigTemplate_8b3e409a692495ed89247c17e56d4f60eb53ae33773636293eb79da2a3e6c8ee->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('themes/capital_azur/templates/system/html.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 147) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573) 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) call_user_func(Array, Object, 'kernel.view', Object) (Line: 111) Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68) 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: 191) Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128) Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 50) Drupal\ban\BanMiddleware->handle(Object, 1, 1) (Line: 47) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23) Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
- User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 95) Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66) Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('68d65e9512542_select.html.twig_vrP2wkfjJQ1lYpzILfJf-QFMk', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* themes/capital_azur/templates/form/select.html.twig */ class __TwigTemplate_5d0f104b188abb0db69786a67ecd6ef8d7ee390d108ac803e244de49dc50dae6 extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { // line 14 $context["classes"] = [0 => "form-control"]; // line 18 ob_start(function () { return ''; }); // line 19 echo " env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method")), "html", null, true); echo "> "; // line 20 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["options"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["option"]) { // line 21 echo " "; if (($this->getAttribute($context["option"], "type", []) == "optgroup")) { // line 22 echo " env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["option"], "label", [])), "html", null, true); echo "\"> "; // line 23 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable($this->getAttribute($context["option"], "options", [])); foreach ($context['_seq'] as $context["_key"] => $context["sub_option"]) { // line 24 echo " env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["sub_option"], "value", [])), "html", null, true); echo "\""; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar((($this->getAttribute($context["sub_option"], "selected", [])) ? (" selected=\"selected\"") : (""))); echo ">"; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["sub_option"], "label", [])), "html", null, true); echo " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['sub_option'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 26 echo " "; } elseif (($this->getAttribute( // line 27 $context["option"], "type", []) == "option")) { // line 28 echo " env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["option"], "value", [])), "html", null, true); echo "\""; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar((($this->getAttribute($context["option"], "selected", [])) ? (" selected=\"selected\"") : (""))); echo ">"; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["option"], "label", [])), "html", null, true); echo " "; } // line 30 echo " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['option'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 31 echo " "; echo trim(preg_replace('/>\s+<', ob_get_clean())); } public function getTemplateName() { return "themes/capital_azur/templates/form/select.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 91 => 31, 85 => 30, 75 => 28, 73 => 27, 70 => 26, 57 => 24, 53 => 23, 48 => 22, 45 => 21, 41 => 20, 36 => 19, 34 => 18, 32 => 14,); } /** @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->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "themes/capital_azur/templates/form/select.html.twig", "/var/www/html/themes/capital_azur/templates/form/select.html.twig"); } public function checkSecurity() { static $tags = ["set" => 14, "spaceless" => 18, "for" => 20, "if" => 21]; static $filters = ["escape" => 19]; static $functions = []; try { $this->sandbox->checkSecurity( ['set', 'spaceless', 'for', 'if'], ['escape'], [] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { $e->setTemplateLine($tags[$e->getTagName()]); } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { $e->setTemplateLine($filters[$e->getFilterName()]); } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { $e->setTemplateLine($functions[$e->getFunctionName()]); } throw $e; } } } ') (Line: 111) Drupal\Core\Template\TwigPhpStorageCache->write('68d65e9512542_select.html.twig_vrP2wkfjJQ1lYpzILfJf-QFMk', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* themes/capital_azur/templates/form/select.html.twig */ class __TwigTemplate_5d0f104b188abb0db69786a67ecd6ef8d7ee390d108ac803e244de49dc50dae6 extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { // line 14 $context["classes"] = [0 => "form-control"]; // line 18 ob_start(function () { return ''; }); // line 19 echo " env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method")), "html", null, true); echo "> "; // line 20 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["options"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["option"]) { // line 21 echo " "; if (($this->getAttribute($context["option"], "type", []) == "optgroup")) { // line 22 echo " env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["option"], "label", [])), "html", null, true); echo "\"> "; // line 23 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable($this->getAttribute($context["option"], "options", [])); foreach ($context['_seq'] as $context["_key"] => $context["sub_option"]) { // line 24 echo " env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["sub_option"], "value", [])), "html", null, true); echo "\""; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar((($this->getAttribute($context["sub_option"], "selected", [])) ? (" selected=\"selected\"") : (""))); echo ">"; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["sub_option"], "label", [])), "html", null, true); echo " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['sub_option'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 26 echo " "; } elseif (($this->getAttribute( // line 27 $context["option"], "type", []) == "option")) { // line 28 echo " env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["option"], "value", [])), "html", null, true); echo "\""; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar((($this->getAttribute($context["option"], "selected", [])) ? (" selected=\"selected\"") : (""))); echo ">"; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["option"], "label", [])), "html", null, true); echo " "; } // line 30 echo " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['option'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 31 echo " "; echo trim(preg_replace('/>\s+<', ob_get_clean())); } public function getTemplateName() { return "themes/capital_azur/templates/form/select.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 91 => 31, 85 => 30, 75 => 28, 73 => 27, 70 => 26, 57 => 24, 53 => 23, 48 => 22, 45 => 21, 41 => 20, 36 => 19, 34 => 18, 32 => 14,); } /** @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->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "themes/capital_azur/templates/form/select.html.twig", "/var/www/html/themes/capital_azur/templates/form/select.html.twig"); } public function checkSecurity() { static $tags = ["set" => 14, "spaceless" => 18, "for" => 20, "if" => 21]; static $filters = ["escape" => 19]; static $functions = []; try { $this->sandbox->checkSecurity( ['set', 'spaceless', 'for', 'if'], ['escape'], [] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { $e->setTemplateLine($tags[$e->getTagName()]); } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { $e->setTemplateLine($filters[$e->getFilterName()]); } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { $e->setTemplateLine($functions[$e->getFunctionName()]); } throw $e; } } } ') (Line: 487) Twig\Environment->loadClass('__TwigTemplate_5d0f104b188abb0db69786a67ecd6ef8d7ee390d108ac803e244de49dc50dae6', 'themes/capital_azur/templates/form/select.html.twig', NULL) (Line: 445) Twig\Environment->loadTemplate('themes/capital_azur/templates/form/select.html.twig') (Line: 64) twig_render_template('themes/capital_azur/templates/form/select.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('select', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array) (Line: 444) Drupal\Core\Render\Renderer->doRender(Array) (Line: 444) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 78) __TwigTemplate_95638de12132a4c989057518bece75fade74e46a777a53a81a1cf582eec864aa->block_content(Array, Array) (Line: 214) Twig\Template->displayBlock('content', Array, Array) (Line: 66) __TwigTemplate_95638de12132a4c989057518bece75fade74e46a777a53a81a1cf582eec864aa->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('themes/capital_azur/templates/block/block.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 875) render(Array) (Line: 65) Drupal\vactory_core\Vactory::getBlockByDelta('langswitcher') (Line: 353) Drupal\vactory_core\Vactory::renderBlock('langswitcher', Array) (Line: 178) Drupal\vactory_core\TwigExtension\TwigExtension->vactoryRender('block', 'langswitcher') (Line: 80) __TwigTemplate_dc90b68bd3b44071d08c9e6eb063c4bcc1cdc8ecf096fdb13740b8a8202c3194->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('modules/custom/capital_azur_layout/templates/header.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('block_vactory_header1', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 78) __TwigTemplate_95638de12132a4c989057518bece75fade74e46a777a53a81a1cf582eec864aa->block_content(Array, Array) (Line: 214) Twig\Template->displayBlock('content', Array, Array) (Line: 66) __TwigTemplate_95638de12132a4c989057518bece75fade74e46a777a53a81a1cf582eec864aa->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('themes/capital_azur/templates/block/block.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array) (Line: 444) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 45) __TwigTemplate_84bb56c71db873faee12ac9c996f15a6c51a1ed59ffe19ea892139424a7590fe->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('themes/capital_azur/templates/page/page.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 136) __TwigTemplate_8b3e409a692495ed89247c17e56d4f60eb53ae33773636293eb79da2a3e6c8ee->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('themes/capital_azur/templates/system/html.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 147) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573) 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) call_user_func(Array, Object, 'kernel.view', Object) (Line: 111) Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68) 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: 191) Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128) Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 50) Drupal\ban\BanMiddleware->handle(Object, 1, 1) (Line: 47) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23) Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
- User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 95) Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66) Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('68d65e9512542_form.html.twig_FSyVgesaUjgZCVaHN49DYLZYn', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* themes/capital_azur/templates/form/form.html.twig */ class __TwigTemplate_8d74fe78b7bd5c28e9367be0fa35b8bfd67e3b2490476479ea52612f2b9bdf5c extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { // line 13 echo " env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null)), "html", null, true); echo "> "; // line 15 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null)), "html", null, true); echo " "; } public function getTemplateName() { return "themes/capital_azur/templates/form/form.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 39 => 15, 35 => 14, 32 => 13,); } /** @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->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "themes/capital_azur/templates/form/form.html.twig", "/var/www/html/themes/capital_azur/templates/form/form.html.twig"); } public function checkSecurity() { static $tags = []; static $filters = ["escape" => 14]; static $functions = []; try { $this->sandbox->checkSecurity( [], ['escape'], [] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { $e->setTemplateLine($tags[$e->getTagName()]); } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { $e->setTemplateLine($filters[$e->getFilterName()]); } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { $e->setTemplateLine($functions[$e->getFunctionName()]); } throw $e; } } } ') (Line: 111) Drupal\Core\Template\TwigPhpStorageCache->write('68d65e9512542_form.html.twig_FSyVgesaUjgZCVaHN49DYLZYn', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* themes/capital_azur/templates/form/form.html.twig */ class __TwigTemplate_8d74fe78b7bd5c28e9367be0fa35b8bfd67e3b2490476479ea52612f2b9bdf5c extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { // line 13 echo " env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null)), "html", null, true); echo "> "; // line 15 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null)), "html", null, true); echo " "; } public function getTemplateName() { return "themes/capital_azur/templates/form/form.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 39 => 15, 35 => 14, 32 => 13,); } /** @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->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "themes/capital_azur/templates/form/form.html.twig", "/var/www/html/themes/capital_azur/templates/form/form.html.twig"); } public function checkSecurity() { static $tags = []; static $filters = ["escape" => 14]; static $functions = []; try { $this->sandbox->checkSecurity( [], ['escape'], [] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { $e->setTemplateLine($tags[$e->getTagName()]); } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { $e->setTemplateLine($filters[$e->getFilterName()]); } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { $e->setTemplateLine($functions[$e->getFunctionName()]); } throw $e; } } } ') (Line: 487) Twig\Environment->loadClass('__TwigTemplate_8d74fe78b7bd5c28e9367be0fa35b8bfd67e3b2490476479ea52612f2b9bdf5c', 'themes/capital_azur/templates/form/form.html.twig', NULL) (Line: 445) Twig\Environment->loadTemplate('themes/capital_azur/templates/form/form.html.twig') (Line: 64) twig_render_template('themes/capital_azur/templates/form/form.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('form', Array) (Line: 487) Drupal\Core\Render\Renderer->doRender(Array) (Line: 444) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 78) __TwigTemplate_95638de12132a4c989057518bece75fade74e46a777a53a81a1cf582eec864aa->block_content(Array, Array) (Line: 214) Twig\Template->displayBlock('content', Array, Array) (Line: 66) __TwigTemplate_95638de12132a4c989057518bece75fade74e46a777a53a81a1cf582eec864aa->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('themes/capital_azur/templates/block/block.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 875) render(Array) (Line: 65) Drupal\vactory_core\Vactory::getBlockByDelta('langswitcher') (Line: 353) Drupal\vactory_core\Vactory::renderBlock('langswitcher', Array) (Line: 178) Drupal\vactory_core\TwigExtension\TwigExtension->vactoryRender('block', 'langswitcher') (Line: 80) __TwigTemplate_dc90b68bd3b44071d08c9e6eb063c4bcc1cdc8ecf096fdb13740b8a8202c3194->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('modules/custom/capital_azur_layout/templates/header.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('block_vactory_header1', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 78) __TwigTemplate_95638de12132a4c989057518bece75fade74e46a777a53a81a1cf582eec864aa->block_content(Array, Array) (Line: 214) Twig\Template->displayBlock('content', Array, Array) (Line: 66) __TwigTemplate_95638de12132a4c989057518bece75fade74e46a777a53a81a1cf582eec864aa->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('themes/capital_azur/templates/block/block.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array) (Line: 444) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 45) __TwigTemplate_84bb56c71db873faee12ac9c996f15a6c51a1ed59ffe19ea892139424a7590fe->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('themes/capital_azur/templates/page/page.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 136) __TwigTemplate_8b3e409a692495ed89247c17e56d4f60eb53ae33773636293eb79da2a3e6c8ee->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('themes/capital_azur/templates/system/html.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 147) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573) 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) call_user_func(Array, Object, 'kernel.view', Object) (Line: 111) Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68) 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: 191) Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128) Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 50) Drupal\ban\BanMiddleware->handle(Object, 1, 1) (Line: 47) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23) Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
- User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 95) Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66) Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('68d65e9512542_block-espace-prive-user-m_GFK9zumf7WWeuFeuNY9UlZ3Sn', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* themes/capital_azur/templates/block/block-espace-prive-user-menu.html.twig */ class __TwigTemplate_8da15b50913460f7c865518909ecf2f2652ebf942beff9fe58166ba77c29c0d6 extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { // line 1 $context["espace_prive_menu"] = call_user_func_array($this->env->getFunction('simplify_menu')->getCallable(), ["vactory-espace-prive-menu"]); // line 2 if ($this->getAttribute($this->getAttribute(($context["content"] ?? null), "user", []), "is_authenticated", [])) { // line 3 echo " "; $context["display_name"] = (( !twig_test_empty($this->getAttribute($this->getAttribute(($context["content"] ?? null), "user", []), "display_name", []))) ? ($this->getAttribute($this->getAttribute(($context["content"] ?? null), "user", []), "display_name", [])) : ("")); // line 4 echo " <a> "; // line 8 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["display_name"] ?? null)), "html", null, true); echo " </a> <a line echo this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->getPath("vactory_espace_prive.profile", ["user" => $this->getAttribute($this->getAttribute(($context["content"] ?? null), "user", []), "user_id", [])]), "html", null, true); echo "\">"; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar(t("Mon Compte")); echo "</a> "; // line 12 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable($this->getAttribute(($context["espace_prive_menu"] ?? null), "menu_tree", [])); foreach ($context['_seq'] as $context["_key"] => $context["menu_item"]) { // line 13 echo " "; $context["active"] = (($this->getAttribute($context["menu_item"], "active", [])) ? (" is-active") : ("")); // line 14 echo " "; $context["active"] = ($this->sandbox->ensureToStringAllowed(($context["active"] ?? null)) . (($this->getAttribute($context["menu_item"], "active_trail", [])) ? (" is-active-trail") : (""))); // line 15 echo " <a echo this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["active"] ?? null)), "html", null, true); echo "\" id=\""; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($this->getAttribute($this->getAttribute($context["menu_item"], "options", []), "attributes", []), "id", [])), "html", null, true); echo "\" href=\""; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["menu_item"], "url", [])), "html", null, true); echo "\">"; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["menu_item"], "text", [])), "html", null, true); echo "</a> "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['menu_item'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 17 echo " "; if ($this->env->getExtension('Drupal\vactory_core\TwigExtension\TwigExtension')->isNotificationsEnabled()) { // line 18 echo " "; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar($this->env->getExtension('Drupal\vactory_core\TwigExtension\TwigExtension')->vactoryRender("block", "vactory_notifications_link")); echo " "; } // line 20 echo " <a echo this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar($this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->getPath("user.logout")); echo "\">"; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar(t("Déconnexion")); echo "</a> "; } } public function getTemplateName() { return "themes/capital_azur/templates/block/block-espace-prive-user-menu.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 91 => 20, 85 => 18, 82 => 17, 67 => 15, 64 => 14, 61 => 13, 57 => 12, 51 => 11, 45 => 8, 39 => 4, 36 => 3, 34 => 2, 32 => 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->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "themes/capital_azur/templates/block/block-espace-prive-user-menu.html.twig", "/var/www/html/themes/capital_azur/templates/block/block-espace-prive-user-menu.html.twig"); } public function checkSecurity() { static $tags = ["set" => 1, "if" => 2, "for" => 12]; static $filters = ["escape" => 8, "t" => 11]; static $functions = ["simplify_menu" => 1, "path" => 11, "is_notifications_enabled" => 17, "vactory_render" => 18]; try { $this->sandbox->checkSecurity( ['set', 'if', 'for'], ['escape', 't'], ['simplify_menu', 'path', 'is_notifications_enabled', 'vactory_render'] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { $e->setTemplateLine($tags[$e->getTagName()]); } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { $e->setTemplateLine($filters[$e->getFilterName()]); } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { $e->setTemplateLine($functions[$e->getFunctionName()]); } throw $e; } } } ') (Line: 111) Drupal\Core\Template\TwigPhpStorageCache->write('68d65e9512542_block-espace-prive-user-m_GFK9zumf7WWeuFeuNY9UlZ3Sn', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* themes/capital_azur/templates/block/block-espace-prive-user-menu.html.twig */ class __TwigTemplate_8da15b50913460f7c865518909ecf2f2652ebf942beff9fe58166ba77c29c0d6 extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { // line 1 $context["espace_prive_menu"] = call_user_func_array($this->env->getFunction('simplify_menu')->getCallable(), ["vactory-espace-prive-menu"]); // line 2 if ($this->getAttribute($this->getAttribute(($context["content"] ?? null), "user", []), "is_authenticated", [])) { // line 3 echo " "; $context["display_name"] = (( !twig_test_empty($this->getAttribute($this->getAttribute(($context["content"] ?? null), "user", []), "display_name", []))) ? ($this->getAttribute($this->getAttribute(($context["content"] ?? null), "user", []), "display_name", [])) : ("")); // line 4 echo " <a> "; // line 8 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["display_name"] ?? null)), "html", null, true); echo " </a> <a line echo this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->getPath("vactory_espace_prive.profile", ["user" => $this->getAttribute($this->getAttribute(($context["content"] ?? null), "user", []), "user_id", [])]), "html", null, true); echo "\">"; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar(t("Mon Compte")); echo "</a> "; // line 12 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable($this->getAttribute(($context["espace_prive_menu"] ?? null), "menu_tree", [])); foreach ($context['_seq'] as $context["_key"] => $context["menu_item"]) { // line 13 echo " "; $context["active"] = (($this->getAttribute($context["menu_item"], "active", [])) ? (" is-active") : ("")); // line 14 echo " "; $context["active"] = ($this->sandbox->ensureToStringAllowed(($context["active"] ?? null)) . (($this->getAttribute($context["menu_item"], "active_trail", [])) ? (" is-active-trail") : (""))); // line 15 echo " <a echo this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["active"] ?? null)), "html", null, true); echo "\" id=\""; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($this->getAttribute($this->getAttribute($context["menu_item"], "options", []), "attributes", []), "id", [])), "html", null, true); echo "\" href=\""; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["menu_item"], "url", [])), "html", null, true); echo "\">"; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["menu_item"], "text", [])), "html", null, true); echo "</a> "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['menu_item'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 17 echo " "; if ($this->env->getExtension('Drupal\vactory_core\TwigExtension\TwigExtension')->isNotificationsEnabled()) { // line 18 echo " "; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar($this->env->getExtension('Drupal\vactory_core\TwigExtension\TwigExtension')->vactoryRender("block", "vactory_notifications_link")); echo " "; } // line 20 echo " <a echo this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar($this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->getPath("user.logout")); echo "\">"; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar(t("Déconnexion")); echo "</a> "; } } public function getTemplateName() { return "themes/capital_azur/templates/block/block-espace-prive-user-menu.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 91 => 20, 85 => 18, 82 => 17, 67 => 15, 64 => 14, 61 => 13, 57 => 12, 51 => 11, 45 => 8, 39 => 4, 36 => 3, 34 => 2, 32 => 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->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "themes/capital_azur/templates/block/block-espace-prive-user-menu.html.twig", "/var/www/html/themes/capital_azur/templates/block/block-espace-prive-user-menu.html.twig"); } public function checkSecurity() { static $tags = ["set" => 1, "if" => 2, "for" => 12]; static $filters = ["escape" => 8, "t" => 11]; static $functions = ["simplify_menu" => 1, "path" => 11, "is_notifications_enabled" => 17, "vactory_render" => 18]; try { $this->sandbox->checkSecurity( ['set', 'if', 'for'], ['escape', 't'], ['simplify_menu', 'path', 'is_notifications_enabled', 'vactory_render'] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { $e->setTemplateLine($tags[$e->getTagName()]); } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { $e->setTemplateLine($filters[$e->getFilterName()]); } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { $e->setTemplateLine($functions[$e->getFunctionName()]); } throw $e; } } } ') (Line: 487) Twig\Environment->loadClass('__TwigTemplate_8da15b50913460f7c865518909ecf2f2652ebf942beff9fe58166ba77c29c0d6', 'themes/capital_azur/templates/block/block-espace-prive-user-menu.html.twig', NULL) (Line: 445) Twig\Environment->loadTemplate('themes/capital_azur/templates/block/block-espace-prive-user-menu.html.twig') (Line: 64) twig_render_template('themes/capital_azur/templates/block/block-espace-prive-user-menu.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('block_espace_prive_user_menu', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 78) __TwigTemplate_95638de12132a4c989057518bece75fade74e46a777a53a81a1cf582eec864aa->block_content(Array, Array) (Line: 214) Twig\Template->displayBlock('content', Array, Array) (Line: 66) __TwigTemplate_95638de12132a4c989057518bece75fade74e46a777a53a81a1cf582eec864aa->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('themes/capital_azur/templates/block/block.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 601) Drupal\Core\Template\TwigExtension->renderVar(Array) (Line: 88) __TwigTemplate_dc90b68bd3b44071d08c9e6eb063c4bcc1cdc8ecf096fdb13740b8a8202c3194->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('modules/custom/capital_azur_layout/templates/header.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('block_vactory_header1', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 78) __TwigTemplate_95638de12132a4c989057518bece75fade74e46a777a53a81a1cf582eec864aa->block_content(Array, Array) (Line: 214) Twig\Template->displayBlock('content', Array, Array) (Line: 66) __TwigTemplate_95638de12132a4c989057518bece75fade74e46a777a53a81a1cf582eec864aa->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('themes/capital_azur/templates/block/block.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array) (Line: 444) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 45) __TwigTemplate_84bb56c71db873faee12ac9c996f15a6c51a1ed59ffe19ea892139424a7590fe->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('themes/capital_azur/templates/page/page.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 136) __TwigTemplate_8b3e409a692495ed89247c17e56d4f60eb53ae33773636293eb79da2a3e6c8ee->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('themes/capital_azur/templates/system/html.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 147) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573) 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) call_user_func(Array, Object, 'kernel.view', Object) (Line: 111) Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68) 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: 191) Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128) Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 50) Drupal\ban\BanMiddleware->handle(Object, 1, 1) (Line: 47) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23) Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
- User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 95) Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66) Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('68d65e9512542_region.html.twig_0AufooDFMBUcnNT4vOEouG7u7', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* themes/capital_azur/templates/system/region.html.twig */ class __TwigTemplate_c4872c251706126acf172d6cbeda5ec9e9951cc359d59aaadb4109e3b6ca85fe extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { // line 7 if (($context["content"] ?? null)) { // line 8 echo " "; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null)), "html", null, true); echo " "; } } public function getTemplateName() { return "themes/capital_azur/templates/system/region.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 34 => 8, 32 => 7,); } /** @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->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "themes/capital_azur/templates/system/region.html.twig", "/var/www/html/themes/capital_azur/templates/system/region.html.twig"); } public function checkSecurity() { static $tags = ["if" => 7]; static $filters = ["escape" => 8]; static $functions = []; try { $this->sandbox->checkSecurity( ['if'], ['escape'], [] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { $e->setTemplateLine($tags[$e->getTagName()]); } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { $e->setTemplateLine($filters[$e->getFilterName()]); } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { $e->setTemplateLine($functions[$e->getFunctionName()]); } throw $e; } } } ') (Line: 111) Drupal\Core\Template\TwigPhpStorageCache->write('68d65e9512542_region.html.twig_0AufooDFMBUcnNT4vOEouG7u7', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* themes/capital_azur/templates/system/region.html.twig */ class __TwigTemplate_c4872c251706126acf172d6cbeda5ec9e9951cc359d59aaadb4109e3b6ca85fe extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { // line 7 if (($context["content"] ?? null)) { // line 8 echo " "; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null)), "html", null, true); echo " "; } } public function getTemplateName() { return "themes/capital_azur/templates/system/region.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 34 => 8, 32 => 7,); } /** @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->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "themes/capital_azur/templates/system/region.html.twig", "/var/www/html/themes/capital_azur/templates/system/region.html.twig"); } public function checkSecurity() { static $tags = ["if" => 7]; static $filters = ["escape" => 8]; static $functions = []; try { $this->sandbox->checkSecurity( ['if'], ['escape'], [] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { $e->setTemplateLine($tags[$e->getTagName()]); } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { $e->setTemplateLine($filters[$e->getFilterName()]); } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { $e->setTemplateLine($functions[$e->getFunctionName()]); } throw $e; } } } ') (Line: 487) Twig\Environment->loadClass('__TwigTemplate_c4872c251706126acf172d6cbeda5ec9e9951cc359d59aaadb4109e3b6ca85fe', 'themes/capital_azur/templates/system/region.html.twig', NULL) (Line: 445) Twig\Environment->loadTemplate('themes/capital_azur/templates/system/region.html.twig') (Line: 64) twig_render_template('themes/capital_azur/templates/system/region.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('region', Array) (Line: 487) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 45) __TwigTemplate_84bb56c71db873faee12ac9c996f15a6c51a1ed59ffe19ea892139424a7590fe->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('themes/capital_azur/templates/page/page.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 136) __TwigTemplate_8b3e409a692495ed89247c17e56d4f60eb53ae33773636293eb79da2a3e6c8ee->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('themes/capital_azur/templates/system/html.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 147) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573) 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) call_user_func(Array, Object, 'kernel.view', Object) (Line: 111) Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68) 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: 191) Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128) Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 50) Drupal\ban\BanMiddleware->handle(Object, 1, 1) (Line: 47) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23) Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
- User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 95) Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66) Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('68d65e9512542_banner.html.twig_aWkH_aW0XvXl9gA2DEu3-d04D', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* modules/custom/capital_azur_banner/templates/banner.html.twig */ class __TwigTemplate_b45e5f8bcb0f288eaea022798cf7e2bc5e3fcf9b2204534608668737357d559d extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { // line 16 echo " "; // line 17 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->attachLibrary("capital_azur_banner/banner.loader"), "html", null, true); echo " "; // line 19 $context["classes"] = [0 => "vf-banner", 1 => $this->getAttribute( // line 21 ($context["content"] ?? null), "css_class", [])]; // line 23 echo " "; // line 24 if (((array_key_exists("content", $context)) ? (_twig_default_filter(($context["content"] ?? null))) : (""))) { // line 25 echo " env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method")), "html", null, true); echo " style=\"background-color: #C9DBDB;\"> "; // line 27 if ((($this->getAttribute(($context["content"] ?? null), "video_id", [], "any", true, true)) ? (_twig_default_filter($this->getAttribute(($context["content"] ?? null), "video_id", []))) : (""))) { // line 28 echo " env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["content"] ?? null), "video_id", [])), "html", null, true); echo "', containment:'#banner-video', mobileFallbackImage: '', showYTLogo: false, ratio:'16/9', autoPlay:true, showControls: false, quality: 'large', mute:true, startAt:0, loop: 10, opacity:1 }\"> "; } elseif ( !(null === $this->getAttribute($this->getAttribute($this->getAttribute($this->getAttribute( // line 47 ($context["content"] ?? null), "field_vactory_media", []), "#items", [], "array"), 0, [], "array"), "target_id", []))) { // line 48 echo " "; $context["image_uri"] = call_user_func_array($this->env->getFunction('get_image')->getCallable(), [$this->sandbox->ensureToStringAllowed($this->getAttribute($this->getAttribute($this->getAttribute($this->getAttribute(($context["content"] ?? null), "field_vactory_media", []), "#items", [], "array"), 0, [], "array"), "target_id", []))]); // line 49 echo " "; } elseif ( !(null === $this->getAttribute($this->getAttribute($this->getAttribute($this->getAttribute(($context["content"] ?? null), "field_vactory_media", []), "#items", [], "array"), 0, [], "array"), "target_id", []))) { // line 50 echo " "; $context["image_uri"] = call_user_func_array($this->env->getFunction('get_image')->getCallable(), [$this->sandbox->ensureToStringAllowed($this->getAttribute($this->getAttribute($this->getAttribute($this->getAttribute(($context["content"] ?? null), "field_vactory_media", []), "#items", [], "array"), 0, [], "array"), "target_id", []))]); // line 51 echo " "; } // line 52 echo " "; // line 54 if ( !(null === $this->getAttribute($this->getAttribute($this->getAttribute(($context["content"] ?? null), "field_vactory_media_mobile", []), 0, []), "target_id", []))) { // line 55 echo " "; $context["image_uri_mobile"] = call_user_func_array($this->env->getFunction('get_image')->getCallable(), [$this->sandbox->ensureToStringAllowed($this->getAttribute($this->getAttribute($this->getAttribute(($context["content"] ?? null), "field_vactory_media_mobile", []), 0, []), "target_id", []))]); // line 56 echo " "; } elseif ( !(null === $this->getAttribute($this->getAttribute($this->getAttribute($this->getAttribute(($context["content"] ?? null), "field_banner_image_mobile", []), 0, []), "#item", [], "array"), "target_id", []))) { // line 57 echo " "; $context["image_uri_mobile"] = call_user_func_array($this->env->getFunction('get_image')->getCallable(), [$this->sandbox->ensureToStringAllowed($this->getAttribute($this->getAttribute($this->getAttribute($this->getAttribute(($context["content"] ?? null), "field_banner_image_mobile", []), 0, []), "#item", [], "array"), "target_id", []))]); // line 58 echo " "; } // line 59 echo " "; // line 60 $context["banner_image"] = (( !(null === $this->getAttribute($this->getAttribute($this->getAttribute($this->getAttribute(($context["content"] ?? null), "field_vactory_media", []), "#items", [], "array"), 0, [], "array"), "target_id", []))) ? ($this->env->getExtension('Drupal\twig_tweak\TwigExtension')->imageStyle($this->sandbox->ensureToStringAllowed(($context["image_uri"] ?? null)), "banner_1280_155")) : ("")); // line 61 echo " "; $context["banner_image_mobile"] = (( !twig_test_empty(($context["image_uri_mobile"] ?? null))) ? (call_user_func_array($this->env->getFunction('file_url')->getCallable(), [$this->sandbox->ensureToStringAllowed(($context["image_uri_mobile"] ?? null))])) : (call_user_func_array($this->env->getFunction('file_url')->getCallable(), [$this->sandbox->ensureToStringAllowed(($context["image_uri"] ?? null))]))); // line 62 echo " env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["banner_image"] ?? null)), "html", null, true); echo "\" data-mobile=\""; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["banner_image_mobile"] ?? null)), "html", null, true); echo "\"> "; // line 68 if ($this->getAttribute(($context["content"] ?? null), "body", [])) { // line 69 echo " "; // line 70 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar($this->sandbox->ensureToStringAllowed($this->getAttribute(($context["content"] ?? null), "body", []))); echo " "; } // line 73 echo " "; if ((($this->getAttribute(($context["content"] ?? null), "field_vactory_blocks_multiple", [], "any", true, true)) ? (_twig_default_filter($this->getAttribute(($context["content"] ?? null), "field_vactory_blocks_multiple", []))) : (""))) { // line 74 echo " "; // line 75 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["content"] ?? null), "field_vactory_blocks_multiple", [])), "html", null, true); echo " "; } // line 79 echo " "; // line 81 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_prefix"] ?? null)), "html", null, true); echo " "; // line 82 if ((($this->getAttribute(($context["content"] ?? null), "page_title", [], "any", true, true)) ? (_twig_default_filter($this->getAttribute(($context["content"] ?? null), "page_title", []))) : (""))) { // line 83 echo " "; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["content"] ?? null), "page_title", [])), "html", null, true); echo " "; } else { // line 85 echo " "; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null)), "html", null, true); echo " "; } // line 87 echo " "; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_suffix"] ?? null)), "html", null, true); echo " "; } } public function getTemplateName() { return "modules/custom/capital_azur_banner/templates/banner.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 179 => 87, 173 => 85, 167 => 83, 165 => 82, 161 => 81, 157 => 79, 150 => 75, 147 => 74, 144 => 73, 138 => 70, 135 => 69, 133 => 68, 123 => 63, 120 => 62, 117 => 61, 115 => 60, 112 => 59, 109 => 58, 106 => 57, 103 => 56, 100 => 55, 98 => 54, 94 => 52, 91 => 51, 88 => 50, 85 => 49, 82 => 48, 80 => 47, 61 => 31, 56 => 28, 54 => 27, 48 => 25, 46 => 24, 43 => 23, 41 => 21, 40 => 19, 35 => 17, 32 => 16,); } /** @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->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "modules/custom/capital_azur_banner/templates/banner.html.twig", "/var/www/html/modules/custom/capital_azur_banner/templates/banner.html.twig"); } public function checkSecurity() { static $tags = ["set" => 19, "if" => 24]; static $filters = ["escape" => 17, "default" => 24, "image_style" => 60, "raw" => 70]; static $functions = ["attach_library" => 17, "get_image" => 48, "file_url" => 61]; try { $this->sandbox->checkSecurity( ['set', 'if'], ['escape', 'default', 'image_style', 'raw'], ['attach_library', 'get_image', 'file_url'] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { $e->setTemplateLine($tags[$e->getTagName()]); } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { $e->setTemplateLine($filters[$e->getFilterName()]); } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { $e->setTemplateLine($functions[$e->getFunctionName()]); } throw $e; } } } ') (Line: 111) Drupal\Core\Template\TwigPhpStorageCache->write('68d65e9512542_banner.html.twig_aWkH_aW0XvXl9gA2DEu3-d04D', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* modules/custom/capital_azur_banner/templates/banner.html.twig */ class __TwigTemplate_b45e5f8bcb0f288eaea022798cf7e2bc5e3fcf9b2204534608668737357d559d extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { // line 16 echo " "; // line 17 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->attachLibrary("capital_azur_banner/banner.loader"), "html", null, true); echo " "; // line 19 $context["classes"] = [0 => "vf-banner", 1 => $this->getAttribute( // line 21 ($context["content"] ?? null), "css_class", [])]; // line 23 echo " "; // line 24 if (((array_key_exists("content", $context)) ? (_twig_default_filter(($context["content"] ?? null))) : (""))) { // line 25 echo " env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method")), "html", null, true); echo " style=\"background-color: #C9DBDB;\"> "; // line 27 if ((($this->getAttribute(($context["content"] ?? null), "video_id", [], "any", true, true)) ? (_twig_default_filter($this->getAttribute(($context["content"] ?? null), "video_id", []))) : (""))) { // line 28 echo " env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["content"] ?? null), "video_id", [])), "html", null, true); echo "', containment:'#banner-video', mobileFallbackImage: '', showYTLogo: false, ratio:'16/9', autoPlay:true, showControls: false, quality: 'large', mute:true, startAt:0, loop: 10, opacity:1 }\"> "; } elseif ( !(null === $this->getAttribute($this->getAttribute($this->getAttribute($this->getAttribute( // line 47 ($context["content"] ?? null), "field_vactory_media", []), "#items", [], "array"), 0, [], "array"), "target_id", []))) { // line 48 echo " "; $context["image_uri"] = call_user_func_array($this->env->getFunction('get_image')->getCallable(), [$this->sandbox->ensureToStringAllowed($this->getAttribute($this->getAttribute($this->getAttribute($this->getAttribute(($context["content"] ?? null), "field_vactory_media", []), "#items", [], "array"), 0, [], "array"), "target_id", []))]); // line 49 echo " "; } elseif ( !(null === $this->getAttribute($this->getAttribute($this->getAttribute($this->getAttribute(($context["content"] ?? null), "field_vactory_media", []), "#items", [], "array"), 0, [], "array"), "target_id", []))) { // line 50 echo " "; $context["image_uri"] = call_user_func_array($this->env->getFunction('get_image')->getCallable(), [$this->sandbox->ensureToStringAllowed($this->getAttribute($this->getAttribute($this->getAttribute($this->getAttribute(($context["content"] ?? null), "field_vactory_media", []), "#items", [], "array"), 0, [], "array"), "target_id", []))]); // line 51 echo " "; } // line 52 echo " "; // line 54 if ( !(null === $this->getAttribute($this->getAttribute($this->getAttribute(($context["content"] ?? null), "field_vactory_media_mobile", []), 0, []), "target_id", []))) { // line 55 echo " "; $context["image_uri_mobile"] = call_user_func_array($this->env->getFunction('get_image')->getCallable(), [$this->sandbox->ensureToStringAllowed($this->getAttribute($this->getAttribute($this->getAttribute(($context["content"] ?? null), "field_vactory_media_mobile", []), 0, []), "target_id", []))]); // line 56 echo " "; } elseif ( !(null === $this->getAttribute($this->getAttribute($this->getAttribute($this->getAttribute(($context["content"] ?? null), "field_banner_image_mobile", []), 0, []), "#item", [], "array"), "target_id", []))) { // line 57 echo " "; $context["image_uri_mobile"] = call_user_func_array($this->env->getFunction('get_image')->getCallable(), [$this->sandbox->ensureToStringAllowed($this->getAttribute($this->getAttribute($this->getAttribute($this->getAttribute(($context["content"] ?? null), "field_banner_image_mobile", []), 0, []), "#item", [], "array"), "target_id", []))]); // line 58 echo " "; } // line 59 echo " "; // line 60 $context["banner_image"] = (( !(null === $this->getAttribute($this->getAttribute($this->getAttribute($this->getAttribute(($context["content"] ?? null), "field_vactory_media", []), "#items", [], "array"), 0, [], "array"), "target_id", []))) ? ($this->env->getExtension('Drupal\twig_tweak\TwigExtension')->imageStyle($this->sandbox->ensureToStringAllowed(($context["image_uri"] ?? null)), "banner_1280_155")) : ("")); // line 61 echo " "; $context["banner_image_mobile"] = (( !twig_test_empty(($context["image_uri_mobile"] ?? null))) ? (call_user_func_array($this->env->getFunction('file_url')->getCallable(), [$this->sandbox->ensureToStringAllowed(($context["image_uri_mobile"] ?? null))])) : (call_user_func_array($this->env->getFunction('file_url')->getCallable(), [$this->sandbox->ensureToStringAllowed(($context["image_uri"] ?? null))]))); // line 62 echo " env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["banner_image"] ?? null)), "html", null, true); echo "\" data-mobile=\""; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["banner_image_mobile"] ?? null)), "html", null, true); echo "\"> "; // line 68 if ($this->getAttribute(($context["content"] ?? null), "body", [])) { // line 69 echo " "; // line 70 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar($this->sandbox->ensureToStringAllowed($this->getAttribute(($context["content"] ?? null), "body", []))); echo " "; } // line 73 echo " "; if ((($this->getAttribute(($context["content"] ?? null), "field_vactory_blocks_multiple", [], "any", true, true)) ? (_twig_default_filter($this->getAttribute(($context["content"] ?? null), "field_vactory_blocks_multiple", []))) : (""))) { // line 74 echo " "; // line 75 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["content"] ?? null), "field_vactory_blocks_multiple", [])), "html", null, true); echo " "; } // line 79 echo " "; // line 81 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_prefix"] ?? null)), "html", null, true); echo " "; // line 82 if ((($this->getAttribute(($context["content"] ?? null), "page_title", [], "any", true, true)) ? (_twig_default_filter($this->getAttribute(($context["content"] ?? null), "page_title", []))) : (""))) { // line 83 echo " "; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["content"] ?? null), "page_title", [])), "html", null, true); echo " "; } else { // line 85 echo " "; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null)), "html", null, true); echo " "; } // line 87 echo " "; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_suffix"] ?? null)), "html", null, true); echo " "; } } public function getTemplateName() { return "modules/custom/capital_azur_banner/templates/banner.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 179 => 87, 173 => 85, 167 => 83, 165 => 82, 161 => 81, 157 => 79, 150 => 75, 147 => 74, 144 => 73, 138 => 70, 135 => 69, 133 => 68, 123 => 63, 120 => 62, 117 => 61, 115 => 60, 112 => 59, 109 => 58, 106 => 57, 103 => 56, 100 => 55, 98 => 54, 94 => 52, 91 => 51, 88 => 50, 85 => 49, 82 => 48, 80 => 47, 61 => 31, 56 => 28, 54 => 27, 48 => 25, 46 => 24, 43 => 23, 41 => 21, 40 => 19, 35 => 17, 32 => 16,); } /** @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->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "modules/custom/capital_azur_banner/templates/banner.html.twig", "/var/www/html/modules/custom/capital_azur_banner/templates/banner.html.twig"); } public function checkSecurity() { static $tags = ["set" => 19, "if" => 24]; static $filters = ["escape" => 17, "default" => 24, "image_style" => 60, "raw" => 70]; static $functions = ["attach_library" => 17, "get_image" => 48, "file_url" => 61]; try { $this->sandbox->checkSecurity( ['set', 'if'], ['escape', 'default', 'image_style', 'raw'], ['attach_library', 'get_image', 'file_url'] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { $e->setTemplateLine($tags[$e->getTagName()]); } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { $e->setTemplateLine($filters[$e->getFilterName()]); } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { $e->setTemplateLine($functions[$e->getFunctionName()]); } throw $e; } } } ') (Line: 487) Twig\Environment->loadClass('__TwigTemplate_b45e5f8bcb0f288eaea022798cf7e2bc5e3fcf9b2204534608668737357d559d', 'modules/custom/capital_azur_banner/templates/banner.html.twig', NULL) (Line: 445) Twig\Environment->loadTemplate('modules/custom/capital_azur_banner/templates/banner.html.twig') (Line: 64) twig_render_template('modules/custom/capital_azur_banner/templates/banner.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array) (Line: 444) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 57) __TwigTemplate_84bb56c71db873faee12ac9c996f15a6c51a1ed59ffe19ea892139424a7590fe->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('themes/capital_azur/templates/page/page.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 136) __TwigTemplate_8b3e409a692495ed89247c17e56d4f60eb53ae33773636293eb79da2a3e6c8ee->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('themes/capital_azur/templates/system/html.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 147) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573) 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) call_user_func(Array, Object, 'kernel.view', Object) (Line: 111) Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68) 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: 191) Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128) Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 50) Drupal\ban\BanMiddleware->handle(Object, 1, 1) (Line: 47) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23) Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
- User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 95) Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66) Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('68d65e9512542_field.html.twig_qGkKMhPFlc2Kz8rxNypSsLMCD', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* themes/capital_azur/templates/field/field.html.twig */ class __TwigTemplate_3046bac9051034f084437f21b72947fb1c0ce9f37392912da5d3109927e98c11 extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { // line 8 $context["classes"] = [0 => ((\Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 9 ($context["bundle"] ?? null))) . "__") . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(($context["field_name_clean"] ?? null))))]; // line 13 $context["title_classes"] = [0 => "field__label", 1 => ((( // line 15 ($context["label_display"] ?? null) == "visually_hidden")) ? ("visually-hidden") : (""))]; // line 18 echo " "; // line 19 if (($context["label_hidden"] ?? null)) { // line 20 echo " "; if (($context["multiple"] ?? null)) { // line 21 echo " env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method")), "html", null, true); echo "> "; // line 22 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["item"]) { // line 23 echo " env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($this->getAttribute($context["item"], "attributes", []), "addClass", [0 => "field__item"], "method")), "html", null, true); echo ">"; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["item"], "content", [])), "html", null, true); echo " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 25 echo " "; } else { // line 27 echo " "; $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["item"]) { // line 28 echo " env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method")), "html", null, true); echo ">"; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["item"], "content", [])), "html", null, true); echo " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 30 echo " "; } } else { // line 32 echo " env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method")), "html", null, true); echo "> <strong>env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["title_attributes"] ?? null), "addClass", [0 => ($context["title_classes"] ?? null)], "method")), "html", null, true); echo ">"; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null)), "html", null, true); echo "</strong> "; // line 35 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["item"]) { // line 36 echo " "; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["item"], "content", [])), "html", null, true); echo " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 38 echo " "; } } public function getTemplateName() { return "themes/capital_azur/templates/field/field.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 115 => 38, 106 => 36, 102 => 35, 95 => 33, 90 => 32, 86 => 30, 75 => 28, 70 => 27, 66 => 25, 55 => 23, 51 => 22, 46 => 21, 43 => 20, 41 => 19, 38 => 18, 36 => 15, 35 => 13, 33 => 9, 32 => 8,); } /** @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->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "themes/capital_azur/templates/field/field.html.twig", "/var/www/html/themes/capital_azur/templates/field/field.html.twig"); } public function checkSecurity() { static $tags = ["set" => 8, "if" => 19, "for" => 22]; static $filters = ["clean_class" => 9, "escape" => 21]; static $functions = []; try { $this->sandbox->checkSecurity( ['set', 'if', 'for'], ['clean_class', 'escape'], [] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { $e->setTemplateLine($tags[$e->getTagName()]); } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { $e->setTemplateLine($filters[$e->getFilterName()]); } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { $e->setTemplateLine($functions[$e->getFunctionName()]); } throw $e; } } } ') (Line: 111) Drupal\Core\Template\TwigPhpStorageCache->write('68d65e9512542_field.html.twig_qGkKMhPFlc2Kz8rxNypSsLMCD', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* themes/capital_azur/templates/field/field.html.twig */ class __TwigTemplate_3046bac9051034f084437f21b72947fb1c0ce9f37392912da5d3109927e98c11 extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { // line 8 $context["classes"] = [0 => ((\Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 9 ($context["bundle"] ?? null))) . "__") . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(($context["field_name_clean"] ?? null))))]; // line 13 $context["title_classes"] = [0 => "field__label", 1 => ((( // line 15 ($context["label_display"] ?? null) == "visually_hidden")) ? ("visually-hidden") : (""))]; // line 18 echo " "; // line 19 if (($context["label_hidden"] ?? null)) { // line 20 echo " "; if (($context["multiple"] ?? null)) { // line 21 echo " env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method")), "html", null, true); echo "> "; // line 22 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["item"]) { // line 23 echo " env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($this->getAttribute($context["item"], "attributes", []), "addClass", [0 => "field__item"], "method")), "html", null, true); echo ">"; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["item"], "content", [])), "html", null, true); echo " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 25 echo " "; } else { // line 27 echo " "; $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["item"]) { // line 28 echo " env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method")), "html", null, true); echo ">"; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["item"], "content", [])), "html", null, true); echo " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 30 echo " "; } } else { // line 32 echo " env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method")), "html", null, true); echo "> <strong>env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["title_attributes"] ?? null), "addClass", [0 => ($context["title_classes"] ?? null)], "method")), "html", null, true); echo ">"; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null)), "html", null, true); echo "</strong> "; // line 35 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["item"]) { // line 36 echo " "; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["item"], "content", [])), "html", null, true); echo " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 38 echo " "; } } public function getTemplateName() { return "themes/capital_azur/templates/field/field.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 115 => 38, 106 => 36, 102 => 35, 95 => 33, 90 => 32, 86 => 30, 75 => 28, 70 => 27, 66 => 25, 55 => 23, 51 => 22, 46 => 21, 43 => 20, 41 => 19, 38 => 18, 36 => 15, 35 => 13, 33 => 9, 32 => 8,); } /** @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->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "themes/capital_azur/templates/field/field.html.twig", "/var/www/html/themes/capital_azur/templates/field/field.html.twig"); } public function checkSecurity() { static $tags = ["set" => 8, "if" => 19, "for" => 22]; static $filters = ["clean_class" => 9, "escape" => 21]; static $functions = []; try { $this->sandbox->checkSecurity( ['set', 'if', 'for'], ['clean_class', 'escape'], [] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { $e->setTemplateLine($tags[$e->getTagName()]); } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { $e->setTemplateLine($filters[$e->getFilterName()]); } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { $e->setTemplateLine($functions[$e->getFunctionName()]); } throw $e; } } } ') (Line: 487) Twig\Environment->loadClass('__TwigTemplate_3046bac9051034f084437f21b72947fb1c0ce9f37392912da5d3109927e98c11', 'themes/capital_azur/templates/field/field.html.twig', NULL) (Line: 445) Twig\Environment->loadTemplate('themes/capital_azur/templates/field/field.html.twig') (Line: 64) twig_render_template('themes/capital_azur/templates/field/field.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 150) __TwigTemplate_b45e5f8bcb0f288eaea022798cf7e2bc5e3fcf9b2204534608668737357d559d->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('modules/custom/capital_azur_banner/templates/banner.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array) (Line: 444) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 57) __TwigTemplate_84bb56c71db873faee12ac9c996f15a6c51a1ed59ffe19ea892139424a7590fe->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('themes/capital_azur/templates/page/page.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 136) __TwigTemplate_8b3e409a692495ed89247c17e56d4f60eb53ae33773636293eb79da2a3e6c8ee->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('themes/capital_azur/templates/system/html.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 147) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573) 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) call_user_func(Array, Object, 'kernel.view', Object) (Line: 111) Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68) 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: 191) Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128) Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 50) Drupal\ban\BanMiddleware->handle(Object, 1, 1) (Line: 47) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23) Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
- User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 95) Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66) Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('68d65e9512542_breadcrumb.html.twig_fd7VCOjV2cDmTXeP94lzxnqcu', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* themes/capital_azur/templates/system/breadcrumb.html.twig */ class __TwigTemplate_fc6c615cd5e9162f8d0e812f184f11ce76493588f4ca4e71c79e5cd665ffebd5 extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { // line 12 if (($context["breadcrumb"] ?? null)) { // line 13 echo " "; // line 14 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar(t("Breadcrumb")); echo " <ol> "; // line 16 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["breadcrumb"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["item"]) { // line 17 echo " <li> "; // line 18 if ($this->getAttribute($context["item"], "url", [])) { // line 19 echo " <a echo this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["item"], "url", [])), "html", null, true); echo "\">"; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["item"], "text", [])), "html", null, true); echo "</a> "; } else { // line 21 echo " "; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["item"], "text", [])), "html", null, true); echo " "; } // line 23 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 25 echo " </ol> "; } } public function getTemplateName() { return "themes/capital_azur/templates/system/breadcrumb.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 72 => 25, 65 => 23, 59 => 21, 51 => 19, 49 => 18, 46 => 17, 42 => 16, 37 => 14, 34 => 13, 32 => 12,); } /** @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->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "themes/capital_azur/templates/system/breadcrumb.html.twig", "/var/www/html/themes/capital_azur/templates/system/breadcrumb.html.twig"); } public function checkSecurity() { static $tags = ["if" => 12, "for" => 16]; static $filters = ["t" => 14, "escape" => 19]; static $functions = []; try { $this->sandbox->checkSecurity( ['if', 'for'], ['t', 'escape'], [] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { $e->setTemplateLine($tags[$e->getTagName()]); } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { $e->setTemplateLine($filters[$e->getFilterName()]); } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { $e->setTemplateLine($functions[$e->getFunctionName()]); } throw $e; } } } ') (Line: 111) Drupal\Core\Template\TwigPhpStorageCache->write('68d65e9512542_breadcrumb.html.twig_fd7VCOjV2cDmTXeP94lzxnqcu', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* themes/capital_azur/templates/system/breadcrumb.html.twig */ class __TwigTemplate_fc6c615cd5e9162f8d0e812f184f11ce76493588f4ca4e71c79e5cd665ffebd5 extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { // line 12 if (($context["breadcrumb"] ?? null)) { // line 13 echo " "; // line 14 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar(t("Breadcrumb")); echo " <ol> "; // line 16 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["breadcrumb"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["item"]) { // line 17 echo " <li> "; // line 18 if ($this->getAttribute($context["item"], "url", [])) { // line 19 echo " <a echo this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["item"], "url", [])), "html", null, true); echo "\">"; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["item"], "text", [])), "html", null, true); echo "</a> "; } else { // line 21 echo " "; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["item"], "text", [])), "html", null, true); echo " "; } // line 23 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 25 echo " </ol> "; } } public function getTemplateName() { return "themes/capital_azur/templates/system/breadcrumb.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 72 => 25, 65 => 23, 59 => 21, 51 => 19, 49 => 18, 46 => 17, 42 => 16, 37 => 14, 34 => 13, 32 => 12,); } /** @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->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "themes/capital_azur/templates/system/breadcrumb.html.twig", "/var/www/html/themes/capital_azur/templates/system/breadcrumb.html.twig"); } public function checkSecurity() { static $tags = ["if" => 12, "for" => 16]; static $filters = ["t" => 14, "escape" => 19]; static $functions = []; try { $this->sandbox->checkSecurity( ['if', 'for'], ['t', 'escape'], [] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { $e->setTemplateLine($tags[$e->getTagName()]); } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { $e->setTemplateLine($filters[$e->getFilterName()]); } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { $e->setTemplateLine($functions[$e->getFunctionName()]); } throw $e; } } } ') (Line: 487) Twig\Environment->loadClass('__TwigTemplate_fc6c615cd5e9162f8d0e812f184f11ce76493588f4ca4e71c79e5cd665ffebd5', 'themes/capital_azur/templates/system/breadcrumb.html.twig', NULL) (Line: 445) Twig\Environment->loadTemplate('themes/capital_azur/templates/system/breadcrumb.html.twig') (Line: 64) twig_render_template('themes/capital_azur/templates/system/breadcrumb.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('breadcrumb', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 78) __TwigTemplate_95638de12132a4c989057518bece75fade74e46a777a53a81a1cf582eec864aa->block_content(Array, Array) (Line: 214) Twig\Template->displayBlock('content', Array, Array) (Line: 66) __TwigTemplate_95638de12132a4c989057518bece75fade74e46a777a53a81a1cf582eec864aa->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('themes/capital_azur/templates/block/block.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 58) __TwigTemplate_3046bac9051034f084437f21b72947fb1c0ce9f37392912da5d3109927e98c11->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('themes/capital_azur/templates/field/field.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 150) __TwigTemplate_b45e5f8bcb0f288eaea022798cf7e2bc5e3fcf9b2204534608668737357d559d->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('modules/custom/capital_azur_banner/templates/banner.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array) (Line: 444) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 57) __TwigTemplate_84bb56c71db873faee12ac9c996f15a6c51a1ed59ffe19ea892139424a7590fe->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('themes/capital_azur/templates/page/page.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 136) __TwigTemplate_8b3e409a692495ed89247c17e56d4f60eb53ae33773636293eb79da2a3e6c8ee->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('themes/capital_azur/templates/system/html.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 147) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573) 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) call_user_func(Array, Object, 'kernel.view', Object) (Line: 111) Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68) 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: 191) Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128) Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 50) Drupal\ban\BanMiddleware->handle(Object, 1, 1) (Line: 47) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23) Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
- User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 95) Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66) Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('68d65e9512542_block-toolbox.html.twig_r19mOdwkfMIQ3nSmWGp_EJ1or', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* profiles/vactory_starter_kit/modules/vactory_toolbox/templates/block-toolbox.html.twig */ class __TwigTemplate_a9045d09e30f9b9e195619793a1c9d5f0a8be06099bb64504265545ad5b6890e extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo " "; // line 2 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar($this->sandbox->ensureToStringAllowed($this->getAttribute(($context["content"] ?? null), "body", []))); echo " "; } public function getTemplateName() { return "profiles/vactory_starter_kit/modules/vactory_toolbox/templates/block-toolbox.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 35 => 2, 32 => 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->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "profiles/vactory_starter_kit/modules/vactory_toolbox/templates/block-toolbox.html.twig", "/var/www/html/profiles/vactory_starter_kit/modules/vactory_toolbox/templates/block-toolbox.html.twig"); } public function checkSecurity() { static $tags = []; static $filters = ["raw" => 2]; static $functions = []; try { $this->sandbox->checkSecurity( [], ['raw'], [] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { $e->setTemplateLine($tags[$e->getTagName()]); } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { $e->setTemplateLine($filters[$e->getFilterName()]); } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { $e->setTemplateLine($functions[$e->getFunctionName()]); } throw $e; } } } ') (Line: 111) Drupal\Core\Template\TwigPhpStorageCache->write('68d65e9512542_block-toolbox.html.twig_r19mOdwkfMIQ3nSmWGp_EJ1or', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* profiles/vactory_starter_kit/modules/vactory_toolbox/templates/block-toolbox.html.twig */ class __TwigTemplate_a9045d09e30f9b9e195619793a1c9d5f0a8be06099bb64504265545ad5b6890e extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo " "; // line 2 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar($this->sandbox->ensureToStringAllowed($this->getAttribute(($context["content"] ?? null), "body", []))); echo " "; } public function getTemplateName() { return "profiles/vactory_starter_kit/modules/vactory_toolbox/templates/block-toolbox.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 35 => 2, 32 => 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->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "profiles/vactory_starter_kit/modules/vactory_toolbox/templates/block-toolbox.html.twig", "/var/www/html/profiles/vactory_starter_kit/modules/vactory_toolbox/templates/block-toolbox.html.twig"); } public function checkSecurity() { static $tags = []; static $filters = ["raw" => 2]; static $functions = []; try { $this->sandbox->checkSecurity( [], ['raw'], [] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { $e->setTemplateLine($tags[$e->getTagName()]); } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { $e->setTemplateLine($filters[$e->getFilterName()]); } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { $e->setTemplateLine($functions[$e->getFunctionName()]); } throw $e; } } } ') (Line: 487) Twig\Environment->loadClass('__TwigTemplate_a9045d09e30f9b9e195619793a1c9d5f0a8be06099bb64504265545ad5b6890e', 'profiles/vactory_starter_kit/modules/vactory_toolbox/templates/block-toolbox.html.twig', NULL) (Line: 445) Twig\Environment->loadTemplate('profiles/vactory_starter_kit/modules/vactory_toolbox/templates/block-toolbox.html.twig') (Line: 64) twig_render_template('profiles/vactory_starter_kit/modules/vactory_toolbox/templates/block-toolbox.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('block_toolbox', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 78) __TwigTemplate_95638de12132a4c989057518bece75fade74e46a777a53a81a1cf582eec864aa->block_content(Array, Array) (Line: 214) Twig\Template->displayBlock('content', Array, Array) (Line: 66) __TwigTemplate_95638de12132a4c989057518bece75fade74e46a777a53a81a1cf582eec864aa->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('themes/capital_azur/templates/block/block.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array) (Line: 444) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 111) __TwigTemplate_84bb56c71db873faee12ac9c996f15a6c51a1ed59ffe19ea892139424a7590fe->block_v_page_content(Array, Array) (Line: 214) Twig\Template->displayBlock('v_page_content', Array, Array) (Line: 63) __TwigTemplate_84bb56c71db873faee12ac9c996f15a6c51a1ed59ffe19ea892139424a7590fe->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('themes/capital_azur/templates/page/page.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 136) __TwigTemplate_8b3e409a692495ed89247c17e56d4f60eb53ae33773636293eb79da2a3e6c8ee->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('themes/capital_azur/templates/system/html.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 147) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573) 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) call_user_func(Array, Object, 'kernel.view', Object) (Line: 111) Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68) 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: 191) Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128) Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 50) Drupal\ban\BanMiddleware->handle(Object, 1, 1) (Line: 47) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23) Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
- User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 95) Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66) Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('68d65e9512542_addtoany-standard.html.tw_94ts140rddZjOStESGj6GQJjQ', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* modules/contrib/addtoany/templates/addtoany-standard.html.twig */ class __TwigTemplate_c44c8bfb17caf0201294e454ca0216134f94f5670473a8d37fadb0e4b9bcfb3b extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { // line 19 ob_start(function () { return ''; }); // line 20 echo " "; // line 21 if ((($context["button_setting"] ?? null) != "none")) { // line 22 echo " "; ob_start(function () { return ''; }); // line 23 echo " <a echo this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, twig_urlencode_filter($this->sandbox->ensureToStringAllowed(($context["link_url"] ?? null))), "html", null, true); echo "&title="; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, twig_urlencode_filter($this->sandbox->ensureToStringAllowed(($context["link_title"] ?? null))), "html", null, true); echo "\"> "; // line 24 if (($context["button_image"] ?? null)) { // line 25 echo " env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["button_image"] ?? null)), "html", null, true); echo "\" alt=\""; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar(t("Share")); echo "\"> "; } // line 27 echo " </a> "; $context["universal_button"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); // line 29 echo " "; } // line 30 echo " env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["buttons_size"] ?? null)), "html", null, true); echo " addtoany_list\" data-a2a-url=\""; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["link_url"] ?? null)), "html", null, true); echo "\" data-a2a-title=\""; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["link_title"] ?? null)), "html", null, true); echo "\"> "; // line 32 if ((($context["universal_button_placement"] ?? null) == "before")) { // line 33 echo " "; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["universal_button"] ?? null)), "html", null, true); echo " "; } // line 35 echo " "; // line 36 if (($context["addtoany_html"] ?? null)) { // line 37 echo " "; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar($this->sandbox->ensureToStringAllowed(($context["addtoany_html"] ?? null))); echo " "; } // line 39 echo " "; // line 40 if ((($context["universal_button_placement"] ?? null) == "after")) { // line 41 echo " "; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["universal_button"] ?? null)), "html", null, true); echo " "; } // line 43 echo " "; echo trim(preg_replace('/>\s+<', ob_get_clean())); } public function getTemplateName() { return "modules/contrib/addtoany/templates/addtoany-standard.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 107 => 43, 101 => 41, 99 => 40, 96 => 39, 90 => 37, 88 => 36, 85 => 35, 79 => 33, 77 => 32, 69 => 31, 66 => 30, 63 => 29, 59 => 27, 51 => 25, 49 => 24, 42 => 23, 39 => 22, 37 => 21, 34 => 20, 32 => 19,); } /** @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->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "modules/contrib/addtoany/templates/addtoany-standard.html.twig", "/var/www/html/modules/contrib/addtoany/templates/addtoany-standard.html.twig"); } public function checkSecurity() { static $tags = ["spaceless" => 19, "if" => 21, "set" => 22]; static $filters = ["escape" => 23, "url_encode" => 23, "t" => 25, "raw" => 37]; static $functions = []; try { $this->sandbox->checkSecurity( ['spaceless', 'if', 'set'], ['escape', 'url_encode', 't', 'raw'], [] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { $e->setTemplateLine($tags[$e->getTagName()]); } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { $e->setTemplateLine($filters[$e->getFilterName()]); } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { $e->setTemplateLine($functions[$e->getFunctionName()]); } throw $e; } } } ') (Line: 111) Drupal\Core\Template\TwigPhpStorageCache->write('68d65e9512542_addtoany-standard.html.tw_94ts140rddZjOStESGj6GQJjQ', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* modules/contrib/addtoany/templates/addtoany-standard.html.twig */ class __TwigTemplate_c44c8bfb17caf0201294e454ca0216134f94f5670473a8d37fadb0e4b9bcfb3b extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { // line 19 ob_start(function () { return ''; }); // line 20 echo " "; // line 21 if ((($context["button_setting"] ?? null) != "none")) { // line 22 echo " "; ob_start(function () { return ''; }); // line 23 echo " <a echo this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, twig_urlencode_filter($this->sandbox->ensureToStringAllowed(($context["link_url"] ?? null))), "html", null, true); echo "&title="; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, twig_urlencode_filter($this->sandbox->ensureToStringAllowed(($context["link_title"] ?? null))), "html", null, true); echo "\"> "; // line 24 if (($context["button_image"] ?? null)) { // line 25 echo " env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["button_image"] ?? null)), "html", null, true); echo "\" alt=\""; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar(t("Share")); echo "\"> "; } // line 27 echo " </a> "; $context["universal_button"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); // line 29 echo " "; } // line 30 echo " env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["buttons_size"] ?? null)), "html", null, true); echo " addtoany_list\" data-a2a-url=\""; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["link_url"] ?? null)), "html", null, true); echo "\" data-a2a-title=\""; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["link_title"] ?? null)), "html", null, true); echo "\"> "; // line 32 if ((($context["universal_button_placement"] ?? null) == "before")) { // line 33 echo " "; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["universal_button"] ?? null)), "html", null, true); echo " "; } // line 35 echo " "; // line 36 if (($context["addtoany_html"] ?? null)) { // line 37 echo " "; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->renderVar($this->sandbox->ensureToStringAllowed(($context["addtoany_html"] ?? null))); echo " "; } // line 39 echo " "; // line 40 if ((($context["universal_button_placement"] ?? null) == "after")) { // line 41 echo " "; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["universal_button"] ?? null)), "html", null, true); echo " "; } // line 43 echo " "; echo trim(preg_replace('/>\s+<', ob_get_clean())); } public function getTemplateName() { return "modules/contrib/addtoany/templates/addtoany-standard.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 107 => 43, 101 => 41, 99 => 40, 96 => 39, 90 => 37, 88 => 36, 85 => 35, 79 => 33, 77 => 32, 69 => 31, 66 => 30, 63 => 29, 59 => 27, 51 => 25, 49 => 24, 42 => 23, 39 => 22, 37 => 21, 34 => 20, 32 => 19,); } /** @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->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "modules/contrib/addtoany/templates/addtoany-standard.html.twig", "/var/www/html/modules/contrib/addtoany/templates/addtoany-standard.html.twig"); } public function checkSecurity() { static $tags = ["spaceless" => 19, "if" => 21, "set" => 22]; static $filters = ["escape" => 23, "url_encode" => 23, "t" => 25, "raw" => 37]; static $functions = []; try { $this->sandbox->checkSecurity( ['spaceless', 'if', 'set'], ['escape', 'url_encode', 't', 'raw'], [] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { $e->setTemplateLine($tags[$e->getTagName()]); } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { $e->setTemplateLine($filters[$e->getFilterName()]); } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { $e->setTemplateLine($functions[$e->getFunctionName()]); } throw $e; } } } ') (Line: 487) Twig\Environment->loadClass('__TwigTemplate_c44c8bfb17caf0201294e454ca0216134f94f5670473a8d37fadb0e4b9bcfb3b', 'modules/contrib/addtoany/templates/addtoany-standard.html.twig', NULL) (Line: 445) Twig\Environment->loadTemplate('modules/contrib/addtoany/templates/addtoany-standard.html.twig') (Line: 64) twig_render_template('modules/contrib/addtoany/templates/addtoany-standard.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('addtoany_standard', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 78) __TwigTemplate_95638de12132a4c989057518bece75fade74e46a777a53a81a1cf582eec864aa->block_content(Array, Array) (Line: 214) Twig\Template->displayBlock('content', Array, Array) (Line: 66) __TwigTemplate_95638de12132a4c989057518bece75fade74e46a777a53a81a1cf582eec864aa->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('themes/capital_azur/templates/block/block.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array) (Line: 444) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 83) __TwigTemplate_84bb56c71db873faee12ac9c996f15a6c51a1ed59ffe19ea892139424a7590fe->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('themes/capital_azur/templates/page/page.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 136) __TwigTemplate_8b3e409a692495ed89247c17e56d4f60eb53ae33773636293eb79da2a3e6c8ee->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('themes/capital_azur/templates/system/html.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 147) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573) 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) call_user_func(Array, Object, 'kernel.view', Object) (Line: 111) Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68) 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: 191) Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128) Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 50) Drupal\ban\BanMiddleware->handle(Object, 1, 1) (Line: 47) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23) Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
- User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 95) Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66) Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('68d65e9512542_off-canvas-page-wrapper.h_cNWq1yvyCgwLy71JTK33fLAHs', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* core/themes/stable/templates/content/off-canvas-page-wrapper.html.twig */ class __TwigTemplate_dca0971e62684b303b908f9fe835a92d78a9f84c70bf5a0c7452df0e0c2b80d5 extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { // line 20 if (($context["children"] ?? null)) { // line 21 echo " "; // line 22 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null)), "html", null, true); echo " "; } } public function getTemplateName() { return "core/themes/stable/templates/content/off-canvas-page-wrapper.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 37 => 22, 34 => 21, 32 => 20,); } /** @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->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "core/themes/stable/templates/content/off-canvas-page-wrapper.html.twig", "/var/www/html/core/themes/stable/templates/content/off-canvas-page-wrapper.html.twig"); } public function checkSecurity() { static $tags = ["if" => 20]; static $filters = ["escape" => 22]; static $functions = []; try { $this->sandbox->checkSecurity( ['if'], ['escape'], [] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { $e->setTemplateLine($tags[$e->getTagName()]); } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { $e->setTemplateLine($filters[$e->getFilterName()]); } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { $e->setTemplateLine($functions[$e->getFunctionName()]); } throw $e; } } } ') (Line: 111) Drupal\Core\Template\TwigPhpStorageCache->write('68d65e9512542_off-canvas-page-wrapper.h_cNWq1yvyCgwLy71JTK33fLAHs', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* core/themes/stable/templates/content/off-canvas-page-wrapper.html.twig */ class __TwigTemplate_dca0971e62684b303b908f9fe835a92d78a9f84c70bf5a0c7452df0e0c2b80d5 extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { // line 20 if (($context["children"] ?? null)) { // line 21 echo " "; // line 22 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null)), "html", null, true); echo " "; } } public function getTemplateName() { return "core/themes/stable/templates/content/off-canvas-page-wrapper.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 37 => 22, 34 => 21, 32 => 20,); } /** @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->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "core/themes/stable/templates/content/off-canvas-page-wrapper.html.twig", "/var/www/html/core/themes/stable/templates/content/off-canvas-page-wrapper.html.twig"); } public function checkSecurity() { static $tags = ["if" => 20]; static $filters = ["escape" => 22]; static $functions = []; try { $this->sandbox->checkSecurity( ['if'], ['escape'], [] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { $e->setTemplateLine($tags[$e->getTagName()]); } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { $e->setTemplateLine($filters[$e->getFilterName()]); } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { $e->setTemplateLine($functions[$e->getFunctionName()]); } throw $e; } } } ') (Line: 487) Twig\Environment->loadClass('__TwigTemplate_dca0971e62684b303b908f9fe835a92d78a9f84c70bf5a0c7452df0e0c2b80d5', 'core/themes/stable/templates/content/off-canvas-page-wrapper.html.twig', NULL) (Line: 445) Twig\Environment->loadTemplate('core/themes/stable/templates/content/off-canvas-page-wrapper.html.twig') (Line: 64) twig_render_template('core/themes/stable/templates/content/off-canvas-page-wrapper.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('off_canvas_page_wrapper', Array) (Line: 487) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 136) __TwigTemplate_8b3e409a692495ed89247c17e56d4f60eb53ae33773636293eb79da2a3e6c8ee->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('themes/capital_azur/templates/system/html.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 147) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573) 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) call_user_func(Array, Object, 'kernel.view', Object) (Line: 111) Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68) 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: 191) Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128) Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 50) Drupal\ban\BanMiddleware->handle(Object, 1, 1) (Line: 47) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23) Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Aucun résultat n'a été trouvé !