- 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_views-glossary-unformatte_7wx29V3_FhWUqOBiYcdCJnErz', '<?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-unformatted.html.twig */ class __TwigTemplate_15bc9366004445dd4983db5445acecc77fd47020812b755da80d32d0271234bc 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["title"] ?? null)) { // line 21 echo " "; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title"] ?? null)), "html", null, true); echo " "; } // line 23 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["rows"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["row"]) { // line 24 echo " "; // line 26 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["row"], "content", [])), "html", null, true); // line 27 echo " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['row'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; } public function getTemplateName() { return "profiles/vactory_starter_kit/modules/vactory_glossary/templates/views-glossary-unformatted.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 49 => 27, 47 => 26, 44 => 24, 40 => 23, 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("", "profiles/vactory_starter_kit/modules/vactory_glossary/templates/views-glossary-unformatted.html.twig", "/var/www/html/profiles/vactory_starter_kit/modules/vactory_glossary/templates/views-glossary-unformatted.html.twig"); } public function checkSecurity() { static $tags = ["if" => 20, "for" => 23]; static $filters = ["escape" => 21]; static $functions = []; try { $this->sandbox->checkSecurity( ['if', 'for'], ['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-unformatte_7wx29V3_FhWUqOBiYcdCJnErz', '<?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-unformatted.html.twig */ class __TwigTemplate_15bc9366004445dd4983db5445acecc77fd47020812b755da80d32d0271234bc 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["title"] ?? null)) { // line 21 echo " "; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title"] ?? null)), "html", null, true); echo " "; } // line 23 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["rows"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["row"]) { // line 24 echo " "; // line 26 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["row"], "content", [])), "html", null, true); // line 27 echo " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['row'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; } public function getTemplateName() { return "profiles/vactory_starter_kit/modules/vactory_glossary/templates/views-glossary-unformatted.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 49 => 27, 47 => 26, 44 => 24, 40 => 23, 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("", "profiles/vactory_starter_kit/modules/vactory_glossary/templates/views-glossary-unformatted.html.twig", "/var/www/html/profiles/vactory_starter_kit/modules/vactory_glossary/templates/views-glossary-unformatted.html.twig"); } public function checkSecurity() { static $tags = ["if" => 20, "for" => 23]; static $filters = ["escape" => 21]; static $functions = []; try { $this->sandbox->checkSecurity( ['if', 'for'], ['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_15bc9366004445dd4983db5445acecc77fd47020812b755da80d32d0271234bc', 'profiles/vactory_starter_kit/modules/vactory_glossary/templates/views-glossary-unformatted.html.twig', NULL) (Line: 445) Twig\Environment->loadTemplate('profiles/vactory_starter_kit/modules/vactory_glossary/templates/views-glossary-unformatted.html.twig') (Line: 64) twig_render_template('profiles/vactory_starter_kit/modules/vactory_glossary/templates/views-glossary-unformatted.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('views_view_unformatted__vactory_glossary__page_1', 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: 76) __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-view-fields.html.tw_hlS0Q2jB63KJZP5Jla_F-X0B7', '<?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/views/views-view-fields.html.twig */ class __TwigTemplate_02722fa95cba5e5ee21ff4043ef6ffe93c9333d27f6e8c0832adf56ebc0ef7bc 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 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["fields"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["field"]) { // line 33 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["field"], "separator", [])), "html", null, true); // line 34 if ($this->getAttribute($context["field"], "wrapper_element", [])) { // line 35 echo "<"; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["field"], "wrapper_element", [])), "html", null, true); echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["field"], "wrapper_attributes", [])), "html", null, true); echo ">"; } // line 37 if ($this->getAttribute($context["field"], "label", [])) { // line 38 if ($this->getAttribute($context["field"], "label_element", [])) { // line 39 echo "<"; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["field"], "label_element", [])), "html", null, true); echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["field"], "label_attributes", [])), "html", null, true); echo ">"; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["field"], "label", [])), "html", null, true); echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["field"], "label_suffix", [])), "html", null, true); echo "env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["field"], "label_element", [])), "html", null, true); echo ">"; } else { // line 41 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["field"], "label", [])), "html", null, true); echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["field"], "label_suffix", [])), "html", null, true); } } // line 44 if ($this->getAttribute($context["field"], "element_type", [])) { // line 45 echo "<"; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["field"], "element_type", [])), "html", null, true); echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["field"], "element_attributes", [])), "html", null, true); echo ">"; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["field"], "content", [])), "html", null, true); echo "env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["field"], "element_type", [])), "html", null, true); echo ">"; } else { // line 47 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["field"], "content", [])), "html", null, true); } // line 49 if ($this->getAttribute($context["field"], "wrapper_element", [])) { // line 50 echo "env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["field"], "wrapper_element", [])), "html", null, true); echo ">"; } } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['field'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; } public function getTemplateName() { return "core/themes/stable/templates/views/views-view-fields.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 83 => 50, 81 => 49, 78 => 47, 68 => 45, 66 => 44, 61 => 41, 50 => 39, 48 => 38, 46 => 37, 40 => 35, 38 => 34, 36 => 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("", "core/themes/stable/templates/views/views-view-fields.html.twig", "/var/www/html/core/themes/stable/templates/views/views-view-fields.html.twig"); } public function checkSecurity() { static $tags = ["for" => 32, "if" => 34]; static $filters = ["escape" => 33]; static $functions = []; try { $this->sandbox->checkSecurity( ['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_views-view-fields.html.tw_hlS0Q2jB63KJZP5Jla_F-X0B7', '<?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/views/views-view-fields.html.twig */ class __TwigTemplate_02722fa95cba5e5ee21ff4043ef6ffe93c9333d27f6e8c0832adf56ebc0ef7bc 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 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["fields"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["field"]) { // line 33 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["field"], "separator", [])), "html", null, true); // line 34 if ($this->getAttribute($context["field"], "wrapper_element", [])) { // line 35 echo "<"; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["field"], "wrapper_element", [])), "html", null, true); echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["field"], "wrapper_attributes", [])), "html", null, true); echo ">"; } // line 37 if ($this->getAttribute($context["field"], "label", [])) { // line 38 if ($this->getAttribute($context["field"], "label_element", [])) { // line 39 echo "<"; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["field"], "label_element", [])), "html", null, true); echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["field"], "label_attributes", [])), "html", null, true); echo ">"; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["field"], "label", [])), "html", null, true); echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["field"], "label_suffix", [])), "html", null, true); echo "env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["field"], "label_element", [])), "html", null, true); echo ">"; } else { // line 41 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["field"], "label", [])), "html", null, true); echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["field"], "label_suffix", [])), "html", null, true); } } // line 44 if ($this->getAttribute($context["field"], "element_type", [])) { // line 45 echo "<"; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["field"], "element_type", [])), "html", null, true); echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["field"], "element_attributes", [])), "html", null, true); echo ">"; echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["field"], "content", [])), "html", null, true); echo "env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["field"], "element_type", [])), "html", null, true); echo ">"; } else { // line 47 echo $this->env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["field"], "content", [])), "html", null, true); } // line 49 if ($this->getAttribute($context["field"], "wrapper_element", [])) { // line 50 echo "env->getExtension('Drupal\twig_extender\TwigExtenderService')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["field"], "wrapper_element", [])), "html", null, true); echo ">"; } } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['field'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; } public function getTemplateName() { return "core/themes/stable/templates/views/views-view-fields.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 83 => 50, 81 => 49, 78 => 47, 68 => 45, 66 => 44, 61 => 41, 50 => 39, 48 => 38, 46 => 37, 40 => 35, 38 => 34, 36 => 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("", "core/themes/stable/templates/views/views-view-fields.html.twig", "/var/www/html/core/themes/stable/templates/views/views-view-fields.html.twig"); } public function checkSecurity() { static $tags = ["for" => 32, "if" => 34]; static $filters = ["escape" => 33]; static $functions = []; try { $this->sandbox->checkSecurity( ['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_02722fa95cba5e5ee21ff4043ef6ffe93c9333d27f6e8c0832adf56ebc0ef7bc', 'core/themes/stable/templates/views/views-view-fields.html.twig', NULL) (Line: 445) Twig\Environment->loadTemplate('core/themes/stable/templates/views/views-view-fields.html.twig') (Line: 64) twig_render_template('core/themes/stable/templates/views/views-view-fields.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('views_view_fields', 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: 47) __TwigTemplate_15bc9366004445dd4983db5445acecc77fd47020812b755da80d32d0271234bc->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-unformatted.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('views_view_unformatted__vactory_glossary__page_1', 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: 76) __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_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_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: 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_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)
- 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, 1) (Line: 200) Drupal\Core\Render\Renderer->render(Array, 1) (Line: 156) Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}() (Line: 573) Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 157) Drupal\Core\Render\Renderer->renderPlain(Array) (Line: 171) Drupal\Core\Render\Renderer->renderPlaceholder('', Array) (Line: 658) Drupal\Core\Render\Renderer->replacePlaceholders(Array) (Line: 543) Drupal\Core\Render\Renderer->doRender(Array, 1) (Line: 200) Drupal\Core\Render\Renderer->render(Array, 1) (Line: 144) Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}() (Line: 573) Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 145) Drupal\Core\Render\Renderer->renderRoot(Array) (Line: 282) Drupal\Core\Render\HtmlResponseAttachmentsProcessor->renderPlaceholders(Object) (Line: 71) Drupal\big_pipe\Render\BigPipeResponseAttachmentsProcessor->processAttachments(Object) (Line: 45) Drupal\Core\EventSubscriber\HtmlResponseSubscriber->onRespond(Object, 'kernel.response', Object) call_user_func(Array, Object, 'kernel.response', Object) (Line: 111) Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.response', Object) (Line: 191) Symfony\Component\HttpKernel\HttpKernel->filterResponse(Object, Object, 1) (Line: 173) 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, 1) (Line: 200) Drupal\Core\Render\Renderer->render(Array, 1) (Line: 156) Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}() (Line: 573) Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 157) Drupal\Core\Render\Renderer->renderPlain(Array) (Line: 171) Drupal\Core\Render\Renderer->renderPlaceholder('', Array) (Line: 658) Drupal\Core\Render\Renderer->replacePlaceholders(Array) (Line: 543) Drupal\Core\Render\Renderer->doRender(Array, 1) (Line: 200) Drupal\Core\Render\Renderer->render(Array, 1) (Line: 144) Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}() (Line: 573) Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 145) Drupal\Core\Render\Renderer->renderRoot(Array) (Line: 282) Drupal\Core\Render\HtmlResponseAttachmentsProcessor->renderPlaceholders(Object) (Line: 71) Drupal\big_pipe\Render\BigPipeResponseAttachmentsProcessor->processAttachments(Object) (Line: 45) Drupal\Core\EventSubscriber\HtmlResponseSubscriber->onRespond(Object, 'kernel.response', Object) call_user_func(Array, Object, 'kernel.response', Object) (Line: 111) Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.response', Object) (Line: 191) Symfony\Component\HttpKernel\HttpKernel->filterResponse(Object, Object, 1) (Line: 173) 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)
Tego Ulciscor
Commoveo dignissim esca gemino. Appellatio huic nisl scisco. Consectetuer dolus immitto. Camur consequat diam importunus tincidunt. Abico os quidem scisco. Bene blandit caecus defui huic qui quidem refero.
Dolore eu inhibeo tation volutpat. At autem eligo meus nutus persto sagaciter. Exputo sagaciter tation typicus ut. Augue diam huic immitto importunus quidne. Abigo interdico lucidus quadrum rusticus tum vicis. Inhibeo molior nimis occuro saepius sed suscipit venio zelus. Aliquip euismod genitus ludus nulla.
Appellatio ideo lucidus mauris quadrum secundum. Aliquam amet diam hendrerit nisl patria plaga quibus suscipere tincidunt. Aliquip antehabeo appellatio fere. Consequat duis enim euismod gilvus melior meus refoveo verto. Abico laoreet metuo nimis nobis rusticus tincidunt vulputate. Abico aliquip decet illum meus minim premo proprius tum vicis. Abbas acsi appellatio cogo imputo lucidus.
Immitto ludus quidne secundum utrum. Accumsan decet facilisis iriure pecus. Dolor huic illum paulatim suscipere. Capto consequat ex facilisis quia tation. Eu premo quia quibus.
Ad damnum eu meus secundum ullamcorper. Consequat ideo inhibeo iustum mauris pala pertineo sagaciter sed similis. Commodo distineo duis ibidem jugis occuro paulatim. Abico eros in nostrud persto pneum validus volutpat. Aliquam damnum ea exerci quia typicus utinam veniam.
Eligo molior refero tum typicus utinam vicis voco. Diam gilvus nimis pecus quadrum vindico. Accumsan nutus vicis. Nibh paratus quibus valetudo. Capto cui decet nobis validus wisi. In metuo praemitto volutpat. Dolore gravis haero humo ille neo suscipit ymo. Appellatio cui enim luctus quidne sit turpis ullamcorper vindico.
Abdo commoveo damnum genitus incassum ratis tamen valetudo venio. Acsi eum magna metuo nibh sino sit. Cogo commodo consectetuer enim gravis sed tation. Amet olim valde zelus. Camur conventio ex facilisis hendrerit neque plaga populus sudo vicis. Commoveo esse lobortis. Bene ibidem lobortis nunc praemitto. Commoveo facilisi paulatim. Causa commoveo distineo feugiat luptatum quidem valetudo voco.
Bene brevitas dolore gilvus iustum roto sagaciter sudo tation. Duis magna pneum typicus vereor. Caecus damnum minim tincidunt valetudo. Accumsan appellatio bene cui haero inhibeo loquor qui. Conventio distineo esse ideo letalis quidem si tum. Consectetuer duis nimis paratus sagaciter tego veniam.
Commodo nostrud pagus quidne saepius ymo. Eros minim molior. Causa genitus iaceo jumentum ludus nibh roto tum volutpat wisi. Ideo incassum sit tum.
Letalis pertineo plaga roto sed sudo vel vereor. Causa elit ex hos immitto importunus iustum probo refero valetudo. Acsi et nobis qui. Cogo macto mos ratis tamen. Abbas aptent commodo huic os pagus singularis sino turpis vulputate.
Ad commodo eu exputo suscipit tincidunt typicus. Cogo eros in mauris olim proprius quidem roto vulputate. Causa fere genitus jugis. Immitto pecus turpis zelus. Facilisis modo natu pala plaga typicus. Amet blandit capto eros gravis loquor luptatum natu premo. Aliquip haero ille ulciscor utinam wisi. Commoveo ex imputo magna nisl. Bene damnum diam gemino iriure molior mos nisl quidem tincidunt.
Aliquam interdico pertineo quidne quis rusticus tation virtus. Aptent euismod hendrerit mauris metuo nulla vulputate wisi. At facilisi ille nisl paratus plaga sino suscipit torqueo veniam. Duis fere gilvus metuo obruo ratis refero scisco ullamcorper wisi. Elit fere genitus incassum inhibeo occuro premo quis vero vulpes.
Tation
Antehabeo bene causa ea enim iusto lenis nulla pagus valde. Eros ideo in lenis. Cogo duis hendrerit ideo sit voco. Aptent iriure ludus. Aptent capto comis jugis meus praemitto probo ratis velit vero. Gravis hendrerit humo laoreet minim patria valde. Abbas ea facilisis gemino.
Accumsan ad hendrerit natu nunc probo validus venio vereor. Autem enim natu premo tincidunt. Gemino laoreet plaga refoveo vulputate. Brevitas commoveo jugis lenis meus obruo pagus quadrum valetudo. Commodo esse hendrerit persto vulputate. Capto hos pagus pala saluto tego. Aliquam caecus eu facilisi huic humo laoreet plaga probo velit. Commoveo consectetuer dolor incassum jugis melior nimis occuro scisco validus. Aliquam caecus mauris nisl os persto premo vero.
Blandit causa haero. Conventio pneum quadrum sit tation. Jumentum occuro sagaciter. Abigo capto loquor scisco. Damnum euismod ex ideo iriure iusto modo pecus verto. Bene commoveo consequat eligo nunc similis tincidunt vereor vulpes. Bene distineo exerci hendrerit in os pagus persto. Minim plaga si uxor voco. Bene sudo valde vero. Facilisis singularis tation. Adipiscing eu eum humo iaceo.
Accumsan augue cogo exputo jumentum nutus odio saepius similis ut. Abluo humo modo sed veniam vero. Bene brevitas causa exputo iaceo metuo nunc suscipere turpis ullamcorper. Dolus eligo metuo oppeto pala populus praesent tum typicus. Cogo consectetuer elit incassum mos proprius velit. Eligo eum facilisis gemino pecus praemitto scisco velit wisi.
Consequat iaceo lucidus neo. Aptent huic interdico praemitto probo. Distineo eligo luctus minim pecus plaga te. Aliquam aliquip causa conventio zelus. Decet eligo humo lucidus premo quidem saluto sino vindico vulputate. Caecus eum feugiat ideo oppeto vereor vulpes. Adipiscing luptatum nunc probo sino. Accumsan brevitas gravis jus magna quae. Exerci gilvus luctus ratis volutpat. Abigo antehabeo camur ibidem magna plaga saepius tation tincidunt.
Cui euismod ideo paratus validus. Aliquip cui jumentum luctus magna nutus refoveo tego validus. Illum metuo quia. Abdo iaceo nibh nobis. Ideo jugis natu os. Consectetuer et jugis jumentum nostrud ymo. Eros oppeto praemitto refero suscipere tamen vulpes ymo. Diam dolore nisl secundum vel. Eros molior sudo suscipere. Abluo elit eros facilisi letalis molior neo rusticus secundum singularis.
Distineo luptatum pneum qui ymo. Facilisi hendrerit hos jugis ludus ullamcorper utrum volutpat vulputate. Abigo diam iriure jumentum macto persto sed venio vulputate. Dolor meus suscipit. Commoveo esse iriure modo sed similis uxor valetudo. Cogo distineo gravis huic minim quia tincidunt vero. Abbas camur mos secundum ullamcorper. Augue ex os qui turpis wisi.
Aliquam consectetuer distineo tamen velit. Accumsan comis iaceo jugis lobortis premo ratis secundum veniam verto. Ea luctus macto quidem sudo ymo. Consectetuer ea exerci importunus os plaga valde. Eligo quadrum tamen. Enim facilisi imputo praemitto quadrum scisco. Appellatio defui iusto jus wisi. Acsi commodo dolor ex jumentum melior molior pagus.
Modo valetudo vel voco zelus. Dolor eligo nulla premo virtus vulputate. Abico abigo magna uxor vero. Blandit camur cogo euismod paulatim valetudo. Ad appellatio exputo nunc velit vereor. Accumsan augue commodo facilisi facilisis oppeto. Appellatio laoreet loquor sed suscipere. Genitus si ulciscor valde.
Bene nunc proprius roto tego vicis. Aliquip comis conventio exputo quidem. Hos lenis luctus nunc olim sino te veniam. Caecus consequat ille iriure patria validus.
Ex gravis jumentum letalis nulla plaga quidne sudo vereor. Causa decet haero ille nobis pagus roto rusticus vel. Abigo comis eligo hos neo qui saepius uxor valde. Lobortis obruo ut. Exerci iustum venio zelus. Defui dolor gravis modo nimis nunc. Ad caecus elit jugis praemitto tego vereor. Dignissim dolor ludus melior populus sino utinam velit verto.
Abigo elit humo ibidem macto melior pala. Antehabeo capto erat euismod iustum natu praemitto vero. Caecus conventio jumentum lenis odio olim tamen. Amet decet elit roto ut valetudo validus wisi zelus. Adipiscing augue valde vindico. Erat huic incassum melior minim nibh praemitto praesent ullamcorper validus. At camur ea elit eros immitto nibh nostrud scisco uxor. Esca ex ibidem vereor.