Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files', 511) (Line: 104) Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php', 511) (Line: 104) Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73) Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66) Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('690b6c216a7c7_status-messages.html.twig_75tYLpKbyp9-SeWMCIcfVpaC-', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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/contrib/socialbase/templates/system/status-messages.html.twig */ class __TwigTemplate_2188f4bb6461aa2c575593875a58dc3c extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 29 $context["status_heading"] = ["status" => t("Status message"), "error" => t("Error message"), "warning" => t("Warning message"), "info" => t("Informative message")]; // line 37 $context["status_classes"] = ["status" => "success", "error" => "danger", "warning" => "warning", "info" => "info"]; // line 44 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(($context["message_list"] ?? null)); foreach ($context['_seq'] as $context["type"] => $context["messages"]) { // line 46 $context["classes"] = ["alert", ("alert-" . $this->sandbox->ensureToStringAllowed((($__internal_compile_0 = // line 48 ($context["status_classes"] ?? null)) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0[$context["type"]] ?? null) : null), 48, $this->source)), "alert-dismissible", "card-radius"]; // line 53 yield "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [($context["classes"] ?? null)], "method", false, false, true, 53), 53, $this->source), "html", null, true); yield "> "; // line 54 if ((($__internal_compile_1 = ($context["status_headings"] ?? null)) && is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1[$context["type"]] ?? null) : null)) { // line 55 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed((($__internal_compile_2 = ($context["status_headings"] ?? null)) && is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2[$context["type"]] ?? null) : null), 55, $this->source), "html", null, true); yield " "; } // line 57 yield " "; if ((Twig\Extension\CoreExtension::lengthFilter($this->env, $context["messages"]) > 1)) { // line 58 yield " <ul> "; // line 59 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable($context["messages"]); foreach ($context['_seq'] as $context["_key"] => $context["message"]) { // line 60 yield " <li>"; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($context["message"], 60, $this->source), "html", null, true); yield "</li> "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['message'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 62 yield " </ul> "; } else { // line 64 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, Twig\Extension\CoreExtension::first($this->env, $this->sandbox->ensureToStringAllowed($context["messages"], 64, $this->source)), "html", null, true); yield " "; } // line 66 yield " "; // line 67 yield " "; $context["attributes"] = CoreExtension::getAttribute($this->env, $this->source, ($context["attributes"] ?? null), "removeClass", [($context["classes"] ?? null)], "method", false, false, true, 67); // line 68 yield " extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Close")); yield "\"> × "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['type'], $context['messages'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["message_list", "attributes", "status_headings"]); return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "themes/contrib/socialbase/templates/system/status-messages.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 101 => 69, 98 => 68, 95 => 67, 93 => 66, 87 => 64, 83 => 62, 74 => 60, 70 => 59, 67 => 58, 64 => 57, 58 => 55, 56 => 54, 51 => 53, 49 => 48, 48 => 46, 44 => 44, 42 => 37, 40 => 29,); } public function getSourceContext() { return new Source("", "themes/contrib/socialbase/templates/system/status-messages.html.twig", "/Data/htdocs/greenforum-api/themes/contrib/socialbase/templates/system/status-messages.html.twig"); } public function checkSecurity() { static $tags = array("set" => 29, "for" => 44, "if" => 54); static $filters = array("t" => 30, "escape" => 53, "length" => 57, "first" => 64); static $functions = array(); try { $this->sandbox->checkSecurity( ['set', 'for', 'if'], ['t', 'escape', 'length', 'first'], [], $this->source ); } catch (SecurityError $e) { $e->setSourceContext($this->source); 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: 112) Drupal\Core\Template\TwigPhpStorageCache->write('690b6c216a7c7_status-messages.html.twig_75tYLpKbyp9-SeWMCIcfVpaC-', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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/contrib/socialbase/templates/system/status-messages.html.twig */ class __TwigTemplate_2188f4bb6461aa2c575593875a58dc3c extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 29 $context["status_heading"] = ["status" => t("Status message"), "error" => t("Error message"), "warning" => t("Warning message"), "info" => t("Informative message")]; // line 37 $context["status_classes"] = ["status" => "success", "error" => "danger", "warning" => "warning", "info" => "info"]; // line 44 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(($context["message_list"] ?? null)); foreach ($context['_seq'] as $context["type"] => $context["messages"]) { // line 46 $context["classes"] = ["alert", ("alert-" . $this->sandbox->ensureToStringAllowed((($__internal_compile_0 = // line 48 ($context["status_classes"] ?? null)) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0[$context["type"]] ?? null) : null), 48, $this->source)), "alert-dismissible", "card-radius"]; // line 53 yield "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [($context["classes"] ?? null)], "method", false, false, true, 53), 53, $this->source), "html", null, true); yield "> "; // line 54 if ((($__internal_compile_1 = ($context["status_headings"] ?? null)) && is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1[$context["type"]] ?? null) : null)) { // line 55 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed((($__internal_compile_2 = ($context["status_headings"] ?? null)) && is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2[$context["type"]] ?? null) : null), 55, $this->source), "html", null, true); yield " "; } // line 57 yield " "; if ((Twig\Extension\CoreExtension::lengthFilter($this->env, $context["messages"]) > 1)) { // line 58 yield " <ul> "; // line 59 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable($context["messages"]); foreach ($context['_seq'] as $context["_key"] => $context["message"]) { // line 60 yield " <li>"; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($context["message"], 60, $this->source), "html", null, true); yield "</li> "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['message'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 62 yield " </ul> "; } else { // line 64 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, Twig\Extension\CoreExtension::first($this->env, $this->sandbox->ensureToStringAllowed($context["messages"], 64, $this->source)), "html", null, true); yield " "; } // line 66 yield " "; // line 67 yield " "; $context["attributes"] = CoreExtension::getAttribute($this->env, $this->source, ($context["attributes"] ?? null), "removeClass", [($context["classes"] ?? null)], "method", false, false, true, 67); // line 68 yield " extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Close")); yield "\"> × "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['type'], $context['messages'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["message_list", "attributes", "status_headings"]); return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "themes/contrib/socialbase/templates/system/status-messages.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 101 => 69, 98 => 68, 95 => 67, 93 => 66, 87 => 64, 83 => 62, 74 => 60, 70 => 59, 67 => 58, 64 => 57, 58 => 55, 56 => 54, 51 => 53, 49 => 48, 48 => 46, 44 => 44, 42 => 37, 40 => 29,); } public function getSourceContext() { return new Source("", "themes/contrib/socialbase/templates/system/status-messages.html.twig", "/Data/htdocs/greenforum-api/themes/contrib/socialbase/templates/system/status-messages.html.twig"); } public function checkSecurity() { static $tags = array("set" => 29, "for" => 44, "if" => 54); static $filters = array("t" => 30, "escape" => 53, "length" => 57, "first" => 64); static $functions = array(); try { $this->sandbox->checkSecurity( ['set', 'for', 'if'], ['t', 'escape', 'length', 'first'], [], $this->source ); } catch (SecurityError $e) { $e->setSourceContext($this->source); 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: 375) Twig\Environment->loadTemplate('__TwigTemplate_2188f4bb6461aa2c575593875a58dc3c', 'themes/contrib/socialbase/templates/system/status-messages.html.twig') (Line: 336) Twig\Environment->load('themes/contrib/socialbase/templates/system/status-messages.html.twig') (Line: 39) twig_render_template('themes/contrib/socialbase/templates/system/status-messages.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('status_messages', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, 1) (Line: 240) Drupal\Core\Render\Renderer->render(Array, 1) (Line: 165) Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}() (Line: 627) Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 164) Drupal\Core\Render\Renderer->renderPlain(Array) (Line: 183) Drupal\Core\Render\Renderer->doRenderPlaceholder(Array) (Line: 220) Drupal\Core\Render\Renderer->renderPlaceholder('', Array) (Line: 749) Drupal\Core\Render\Renderer->replacePlaceholders(Array) (Line: 597) Drupal\Core\Render\Renderer->doRender(Array, 1) (Line: 240) Drupal\Core\Render\Renderer->render(Array, 1) (Line: 153) Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}() (Line: 627) Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 152) Drupal\Core\Render\Renderer->renderRoot(Array) (Line: 286) Drupal\Core\Render\HtmlResponseAttachmentsProcessor->renderPlaceholders(Object) (Line: 135) Drupal\Core\Render\HtmlResponseAttachmentsProcessor->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(Object, 'kernel.response') (Line: 214) Symfony\Component\HttpKernel\HttpKernel->filterResponse(Object, Object, 1) (Line: 202) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76) Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58) Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28) Drupal\Core\StackMiddleware\ContentLength->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: 193) Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36) Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Core\Extension\ModuleHandler->Drupal\Core\Extension\{closure}(Object, 'bulk_taxonomy_update') (Line: 388) Drupal\Core\Extension\ModuleHandler->invokeAllWith('views_pre_view', Object) (Line: 408) Drupal\Core\Extension\ModuleHandler->invokeAll('views_pre_view', Array) (Line: 1701) Drupal\views\ViewExecutable->preExecute(Array) (Line: 1642) Drupal\views\ViewExecutable->executeDisplay('page_month', Array) (Line: 81) Drupal\views\Element\View::preRenderViewElement(Array) call_user_func_array(Array, Array) (Line: 111) Drupal\Core\Render\Renderer->doTrustedCallback(Array, Array, 'Render #pre_render callbacks must be methods of a class that implements \Drupal\Core\Security\TrustedCallbackInterface or be an anonymous function. The callback was %s. See https://www.drupal.org/node/2966725', 'exception', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 859) Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 421) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array, ) (Line: 238) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627) Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 231) Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128) 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(Object, 'kernel.view') (Line: 186) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76) Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58) Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28) Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 106) Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193) Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36) Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files', 511) (Line: 104) Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php', 511) (Line: 104) Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73) Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66) Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('690b6c216a7c7___string_template__416099_4EQgNB6syizGXOTS8hYfmD2ZA', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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; /* __string_template__4160994415ed5296790a4bad07428e90 */ class __TwigTemplate_7bd68f381acb6d6316a88eb493422218 extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["arguments"] ?? null), "field_event_date_value_year_month", [], "any", false, false, true, 1), 1, $this->source), "html", null, true); $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["arguments"]); return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "__string_template__4160994415ed5296790a4bad07428e90"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 40 => 1,); } public function getSourceContext() { return new Source("", "__string_template__4160994415ed5296790a4bad07428e90", ""); } public function checkSecurity() { static $tags = array(); static $filters = array("escape" => 1); static $functions = array(); try { $this->sandbox->checkSecurity( [], ['escape'], [], $this->source ); } catch (SecurityError $e) { $e->setSourceContext($this->source); 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: 112) Drupal\Core\Template\TwigPhpStorageCache->write('690b6c216a7c7___string_template__416099_4EQgNB6syizGXOTS8hYfmD2ZA', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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; /* __string_template__4160994415ed5296790a4bad07428e90 */ class __TwigTemplate_7bd68f381acb6d6316a88eb493422218 extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["arguments"] ?? null), "field_event_date_value_year_month", [], "any", false, false, true, 1), 1, $this->source), "html", null, true); $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["arguments"]); return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "__string_template__4160994415ed5296790a4bad07428e90"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 40 => 1,); } public function getSourceContext() { return new Source("", "__string_template__4160994415ed5296790a4bad07428e90", ""); } public function checkSecurity() { static $tags = array(); static $filters = array("escape" => 1); static $functions = array(); try { $this->sandbox->checkSecurity( [], ['escape'], [], $this->source ); } catch (SecurityError $e) { $e->setSourceContext($this->source); 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: 375) Twig\Environment->loadTemplate('__TwigTemplate_7bd68f381acb6d6316a88eb493422218', '__string_template__4160994415ed5296790a4bad07428e90') (Line: 425) Twig\Environment->createTemplate('{# inline_template_start #}{{ arguments.field_event_date_value_year_month }}') (Line: 234) Drupal\Core\Template\TwigEnvironment->renderInline('{# inline_template_start #}{{ arguments.field_event_date_value_year_month }}', Array) (Line: 53) Drupal\Core\Render\Element\InlineTemplate::preRenderInlineTemplate(Array) call_user_func_array(Array, Array) (Line: 111) Drupal\Core\Render\Renderer->doTrustedCallback(Array, Array, 'Render #pre_render callbacks must be methods of a class that implements \Drupal\Core\Security\TrustedCallbackInterface or be an anonymous function. The callback was %s. See https://www.drupal.org/node/2966725', 'exception', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 859) Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 421) Drupal\Core\Render\Renderer->doRender(Array, 1) (Line: 240) Drupal\Core\Render\Renderer->render(Array, 1) (Line: 165) Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}() (Line: 627) Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 164) Drupal\Core\Render\Renderer->renderPlain(Array) (Line: 424) Drupal\views\Plugin\views\PluginBase->viewsTokenReplace('{{ arguments.field_event_date_value_year_month }}', Array) (Line: 245) Drupal\views\Plugin\views\style\StylePluginBase->tokenizeValue('{{ arguments.field_event_date_value_year_month }}', 0) (Line: 111) Drupal\views\Plugin\views\area\TokenizeAreaPluginBase->tokenizeValue('{{ arguments.field_event_date_value_year_month }}') (Line: 94) Drupal\calendar\Plugin\views\area\CalendarHeader->renderTextField('{{ arguments.field_event_date_value_year_month }}') (Line: 60) Drupal\calendar\Plugin\views\area\CalendarHeader->render(1) (Line: 2286) Drupal\views\Plugin\views\display\DisplayPluginBase->renderArea('header', 1) (Line: 2231) Drupal\views\Plugin\views\display\DisplayPluginBase->elementPreRender(Array) call_user_func_array(Array, Array) (Line: 111) Drupal\Core\Render\Renderer->doTrustedCallback(Array, Array, 'Render #pre_render callbacks must be methods of a class that implements \Drupal\Core\Security\TrustedCallbackInterface or be an anonymous function. The callback was %s. See https://www.drupal.org/node/2966725', 'exception', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 859) Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 421) Drupal\Core\Render\Renderer->doRender(Array) (Line: 493) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array, ) (Line: 238) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627) Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 231) Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128) 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(Object, 'kernel.view') (Line: 186) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76) Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58) Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28) Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 106) Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193) Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36) Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files', 511) (Line: 104) Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php', 511) (Line: 104) Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73) Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66) Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('690b6c216a7c7_views-view.html.twig_exeHJsp465fpMNxuMEmYBROyS', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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/contrib/socialbase/templates/views/views-view.html.twig */ class __TwigTemplate_ecc29dab8787fa8ac285f58feb393dfe extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 35 yield " "; // line 37 $context["classes"] = ["view", ("view-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 39 ($context["id"] ?? null), 39, $this->source))), ("view-id-" . $this->sandbox->ensureToStringAllowed( // line 40 ($context["id"] ?? null), 40, $this->source)), ("view-display-id-" . $this->sandbox->ensureToStringAllowed( // line 41 ($context["display_id"] ?? null), 41, $this->source)), (( // line 42 ($context["dom_id"] ?? null)) ? (("js-view-dom-id-" . $this->sandbox->ensureToStringAllowed(($context["dom_id"] ?? null), 42, $this->source))) : (""))]; // line 45 yield " "; // line 47 $context["error_classes"] = [((( // line 48 ($context["display_id"] ?? null) == "page")) ? ("alert alert-info") : ("")), ((( // line 49 ($context["display_id"] ?? null) == "page_no_value")) ? ("alert alert-info") : ("")), ((( // line 50 ($context["display_id"] ?? null) != "page")) ? ("small card__block") : (""))]; // line 53 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [($context["classes"] ?? null)], "method", false, false, true, 54), 54, $this->source), "html", null, true); yield "> "; // line 55 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_prefix"] ?? null), 55, $this->source), "html", null, true); yield " "; // line 56 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title"] ?? null), 56, $this->source), "html", null, true); yield " "; // line 57 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_suffix"] ?? null), 57, $this->source), "html", null, true); yield " "; // line 59 if (($context["header"] ?? null)) { // line 60 yield " "; // line 61 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["header"] ?? null), 61, $this->source), "html", null, true); yield " "; } // line 64 yield " "; // line 65 if (($context["exposed"] ?? null)) { // line 66 yield " "; // line 67 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["exposed"] ?? null), 67, $this->source), "html", null, true); yield " "; } // line 70 yield " "; // line 71 if (($context["attachment_before"] ?? null)) { // line 72 yield " "; // line 73 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attachment_before"] ?? null), 73, $this->source), "html", null, true); yield " "; } // line 76 yield " "; // line 77 if ( !($context["empty"] ?? null)) { // line 78 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["rows"] ?? null), 78, $this->source), "html", null, true); yield " "; } // line 80 yield " "; // line 81 if (($context["empty"] ?? null)) { // line 82 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["content_attributes"] ?? null), "addClass", [($context["error_classes"] ?? null)], "method", false, false, true, 82), 82, $this->source), "html", null, true); yield " role=\"alert\"> "; // line 83 yield $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Informative message")); yield " "; // line 84 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["empty"] ?? null), 84, $this->source), "html", null, true); yield " "; } // line 87 yield " "; // line 88 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["pager"] ?? null), 88, $this->source), "html", null, true); yield " "; // line 90 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attachment_after"] ?? null), 90, $this->source), "html", null, true); yield " "; // line 91 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["more"] ?? null), 91, $this->source), "html", null, true); yield " "; // line 93 if (($context["footer"] ?? null)) { // line 94 yield " "; // line 95 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["footer"] ?? null), 95, $this->source), "html", null, true); yield " "; } // line 98 yield " "; // line 99 if (($context["feed_icons"] ?? null)) { // line 100 yield " "; // line 101 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["feed_icons"] ?? null), 101, $this->source), "html", null, true); yield " "; } // line 104 yield " "; $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["id", "display_id", "dom_id", "attributes", "title_prefix", "title", "title_suffix", "header", "exposed", "attachment_before", "empty", "rows", "content_attributes", "pager", "attachment_after", "more", "footer", "feed_icons"]); return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "themes/contrib/socialbase/templates/views/views-view.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 189 => 104, 183 => 101, 180 => 100, 178 => 99, 175 => 98, 169 => 95, 166 => 94, 164 => 93, 159 => 91, 155 => 90, 150 => 88, 147 => 87, 141 => 84, 137 => 83, 132 => 82, 130 => 81, 127 => 80, 121 => 78, 119 => 77, 116 => 76, 110 => 73, 107 => 72, 105 => 71, 102 => 70, 96 => 67, 93 => 66, 91 => 65, 88 => 64, 82 => 61, 79 => 60, 77 => 59, 72 => 57, 68 => 56, 64 => 55, 60 => 54, 57 => 53, 55 => 50, 54 => 49, 53 => 48, 52 => 47, 49 => 45, 47 => 42, 46 => 41, 45 => 40, 44 => 39, 43 => 37, 40 => 35,); } public function getSourceContext() { return new Source("", "themes/contrib/socialbase/templates/views/views-view.html.twig", "/Data/htdocs/greenforum-api/themes/contrib/socialbase/templates/views/views-view.html.twig"); } public function checkSecurity() { static $tags = array("set" => 37, "if" => 59); static $filters = array("clean_class" => 39, "escape" => 54, "t" => 83); static $functions = array(); try { $this->sandbox->checkSecurity( ['set', 'if'], ['clean_class', 'escape', 't'], [], $this->source ); } catch (SecurityError $e) { $e->setSourceContext($this->source); 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: 112) Drupal\Core\Template\TwigPhpStorageCache->write('690b6c216a7c7_views-view.html.twig_exeHJsp465fpMNxuMEmYBROyS', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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/contrib/socialbase/templates/views/views-view.html.twig */ class __TwigTemplate_ecc29dab8787fa8ac285f58feb393dfe extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 35 yield " "; // line 37 $context["classes"] = ["view", ("view-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 39 ($context["id"] ?? null), 39, $this->source))), ("view-id-" . $this->sandbox->ensureToStringAllowed( // line 40 ($context["id"] ?? null), 40, $this->source)), ("view-display-id-" . $this->sandbox->ensureToStringAllowed( // line 41 ($context["display_id"] ?? null), 41, $this->source)), (( // line 42 ($context["dom_id"] ?? null)) ? (("js-view-dom-id-" . $this->sandbox->ensureToStringAllowed(($context["dom_id"] ?? null), 42, $this->source))) : (""))]; // line 45 yield " "; // line 47 $context["error_classes"] = [((( // line 48 ($context["display_id"] ?? null) == "page")) ? ("alert alert-info") : ("")), ((( // line 49 ($context["display_id"] ?? null) == "page_no_value")) ? ("alert alert-info") : ("")), ((( // line 50 ($context["display_id"] ?? null) != "page")) ? ("small card__block") : (""))]; // line 53 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [($context["classes"] ?? null)], "method", false, false, true, 54), 54, $this->source), "html", null, true); yield "> "; // line 55 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_prefix"] ?? null), 55, $this->source), "html", null, true); yield " "; // line 56 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title"] ?? null), 56, $this->source), "html", null, true); yield " "; // line 57 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_suffix"] ?? null), 57, $this->source), "html", null, true); yield " "; // line 59 if (($context["header"] ?? null)) { // line 60 yield " "; // line 61 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["header"] ?? null), 61, $this->source), "html", null, true); yield " "; } // line 64 yield " "; // line 65 if (($context["exposed"] ?? null)) { // line 66 yield " "; // line 67 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["exposed"] ?? null), 67, $this->source), "html", null, true); yield " "; } // line 70 yield " "; // line 71 if (($context["attachment_before"] ?? null)) { // line 72 yield " "; // line 73 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attachment_before"] ?? null), 73, $this->source), "html", null, true); yield " "; } // line 76 yield " "; // line 77 if ( !($context["empty"] ?? null)) { // line 78 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["rows"] ?? null), 78, $this->source), "html", null, true); yield " "; } // line 80 yield " "; // line 81 if (($context["empty"] ?? null)) { // line 82 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["content_attributes"] ?? null), "addClass", [($context["error_classes"] ?? null)], "method", false, false, true, 82), 82, $this->source), "html", null, true); yield " role=\"alert\"> "; // line 83 yield $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Informative message")); yield " "; // line 84 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["empty"] ?? null), 84, $this->source), "html", null, true); yield " "; } // line 87 yield " "; // line 88 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["pager"] ?? null), 88, $this->source), "html", null, true); yield " "; // line 90 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attachment_after"] ?? null), 90, $this->source), "html", null, true); yield " "; // line 91 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["more"] ?? null), 91, $this->source), "html", null, true); yield " "; // line 93 if (($context["footer"] ?? null)) { // line 94 yield " "; // line 95 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["footer"] ?? null), 95, $this->source), "html", null, true); yield " "; } // line 98 yield " "; // line 99 if (($context["feed_icons"] ?? null)) { // line 100 yield " "; // line 101 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["feed_icons"] ?? null), 101, $this->source), "html", null, true); yield " "; } // line 104 yield " "; $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["id", "display_id", "dom_id", "attributes", "title_prefix", "title", "title_suffix", "header", "exposed", "attachment_before", "empty", "rows", "content_attributes", "pager", "attachment_after", "more", "footer", "feed_icons"]); return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "themes/contrib/socialbase/templates/views/views-view.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 189 => 104, 183 => 101, 180 => 100, 178 => 99, 175 => 98, 169 => 95, 166 => 94, 164 => 93, 159 => 91, 155 => 90, 150 => 88, 147 => 87, 141 => 84, 137 => 83, 132 => 82, 130 => 81, 127 => 80, 121 => 78, 119 => 77, 116 => 76, 110 => 73, 107 => 72, 105 => 71, 102 => 70, 96 => 67, 93 => 66, 91 => 65, 88 => 64, 82 => 61, 79 => 60, 77 => 59, 72 => 57, 68 => 56, 64 => 55, 60 => 54, 57 => 53, 55 => 50, 54 => 49, 53 => 48, 52 => 47, 49 => 45, 47 => 42, 46 => 41, 45 => 40, 44 => 39, 43 => 37, 40 => 35,); } public function getSourceContext() { return new Source("", "themes/contrib/socialbase/templates/views/views-view.html.twig", "/Data/htdocs/greenforum-api/themes/contrib/socialbase/templates/views/views-view.html.twig"); } public function checkSecurity() { static $tags = array("set" => 37, "if" => 59); static $filters = array("clean_class" => 39, "escape" => 54, "t" => 83); static $functions = array(); try { $this->sandbox->checkSecurity( ['set', 'if'], ['clean_class', 'escape', 't'], [], $this->source ); } catch (SecurityError $e) { $e->setSourceContext($this->source); 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: 375) Twig\Environment->loadTemplate('__TwigTemplate_ecc29dab8787fa8ac285f58feb393dfe', 'themes/contrib/socialbase/templates/views/views-view.html.twig') (Line: 336) Twig\Environment->load('themes/contrib/socialbase/templates/views/views-view.html.twig') (Line: 39) twig_render_template('themes/contrib/socialbase/templates/views/views-view.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('views_view', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array) (Line: 493) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array, ) (Line: 238) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627) Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 231) Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128) 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(Object, 'kernel.view') (Line: 186) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76) Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58) Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28) Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 106) Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193) Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36) Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files', 511) (Line: 104) Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php', 511) (Line: 104) Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73) Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66) Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('690b6c216a7c7_calendar-header.html.twig_bzgYbzHbVIlysSuVtjbkNXWhy', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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/calendar/templates/calendar-header.html.twig */ class __TwigTemplate_c810061dfd5e772f067d58004486503e extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 15 yield ""; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title"] ?? null), 15, $this->source), "html", null, true); yield " "; $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["title"]); return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "modules/contrib/calendar/templates/calendar-header.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 40 => 15,); } public function getSourceContext() { return new Source("", "modules/contrib/calendar/templates/calendar-header.html.twig", "/Data/htdocs/greenforum-api/modules/contrib/calendar/templates/calendar-header.html.twig"); } public function checkSecurity() { static $tags = array(); static $filters = array("escape" => 15); static $functions = array(); try { $this->sandbox->checkSecurity( [], ['escape'], [], $this->source ); } catch (SecurityError $e) { $e->setSourceContext($this->source); 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: 112) Drupal\Core\Template\TwigPhpStorageCache->write('690b6c216a7c7_calendar-header.html.twig_bzgYbzHbVIlysSuVtjbkNXWhy', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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/calendar/templates/calendar-header.html.twig */ class __TwigTemplate_c810061dfd5e772f067d58004486503e extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 15 yield ""; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title"] ?? null), 15, $this->source), "html", null, true); yield " "; $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["title"]); return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "modules/contrib/calendar/templates/calendar-header.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 40 => 15,); } public function getSourceContext() { return new Source("", "modules/contrib/calendar/templates/calendar-header.html.twig", "/Data/htdocs/greenforum-api/modules/contrib/calendar/templates/calendar-header.html.twig"); } public function checkSecurity() { static $tags = array(); static $filters = array("escape" => 15); static $functions = array(); try { $this->sandbox->checkSecurity( [], ['escape'], [], $this->source ); } catch (SecurityError $e) { $e->setSourceContext($this->source); 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: 375) Twig\Environment->loadTemplate('__TwigTemplate_c810061dfd5e772f067d58004486503e', 'modules/contrib/calendar/templates/calendar-header.html.twig') (Line: 336) Twig\Environment->load('modules/contrib/calendar/templates/calendar-header.html.twig') (Line: 39) twig_render_template('modules/contrib/calendar/templates/calendar-header.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('calendar_header', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array) (Line: 493) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 82) __TwigTemplate_ecc29dab8787fa8ac285f58feb393dfe->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/contrib/socialbase/templates/views/views-view.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('views_view', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array) (Line: 493) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array, ) (Line: 238) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627) Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 231) Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128) 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(Object, 'kernel.view') (Line: 186) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76) Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58) Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28) Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 106) Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193) Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36) Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files', 511) (Line: 104) Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php', 511) (Line: 104) Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73) Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66) Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('690b6c216a7c7_calendar-pager.html.twig_yYKkCmVG4CSnURmAjppOEaZO5', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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/calendar/templates/calendar-pager.html.twig */ class __TwigTemplate_a03b920a3d4c29237db3885c39c74134 extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 12 if (((CoreExtension::getAttribute($this->env, $this->source, ($context["items"] ?? null), "previous", [], "any", false, false, true, 12) || CoreExtension::getAttribute($this->env, $this->source, ($context["items"] ?? null), "next", [], "any", false, false, true, 12)) && !($context["exclude"] ?? null))) { // line 13 yield " "; // line 14 yield $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Pagination")); yield " <ul> "; // line 16 if (CoreExtension::getAttribute($this->env, $this->source, ($context["items"] ?? null), "previous", [], "any", false, false, true, 16)) { // line 17 yield " <li> <a line yield this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["items"] ?? null), "previous", [], "any", false, false, true, 18), "url", [], "any", false, false, true, 18), 18, $this->source), "html", null, true); yield "\" title=\""; yield $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Go to previous page")); yield "\" rel=\"prev\""; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->withoutFilter($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["items"] ?? null), "previous", [], "any", false, false, true, 18), "attributes", [], "any", false, false, true, 18), 18, $this->source), "href", "title", "rel"), "html", null, true); yield "> "; // line 19 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["items"] ?? null), "previous", [], "any", false, true, true, 19), "text", [], "any", true, true, true, 19)) ? (Twig\Extension\CoreExtension::defaultFilter($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["items"] ?? null), "previous", [], "any", false, true, true, 19), "text", [], "any", false, false, true, 19), 19, $this->source), t(" "))) : (t(" "))), "html", null, true); // line 21 yield " "; // line 22 yield $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Previous")); yield " </a> </li> "; } // line 26 yield " "; if (CoreExtension::getAttribute($this->env, $this->source, ($context["items"] ?? null), "current", [], "any", false, false, true, 26)) { // line 27 yield " <li>"; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["items"] ?? null), "current", [], "any", false, false, true, 27), 27, $this->source), "html", null, true); yield "</li> "; } // line 29 yield " "; if (CoreExtension::getAttribute($this->env, $this->source, ($context["items"] ?? null), "next", [], "any", false, false, true, 29)) { // line 30 yield " <li> <a line yield this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["items"] ?? null), "next", [], "any", false, false, true, 31), "url", [], "any", false, false, true, 31), 31, $this->source), "html", null, true); yield "\" title=\""; yield $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Go to next page")); yield "\" rel=\"next\""; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->withoutFilter($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["items"] ?? null), "next", [], "any", false, false, true, 31), "attributes", [], "any", false, false, true, 31), 31, $this->source), "href", "title", "rel"), "html", null, true); yield "> "; // line 32 yield $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Next")); yield " "; // line 33 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["items"] ?? null), "next", [], "any", false, true, true, 33), "text", [], "any", true, true, true, 33)) ? (Twig\Extension\CoreExtension::defaultFilter($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["items"] ?? null), "next", [], "any", false, true, true, 33), "text", [], "any", false, false, true, 33), 33, $this->source), t(" "))) : (t(" "))), "html", null, true); // line 35 yield " </a> </li> "; } // line 39 yield " </ul> "; } // line 42 yield " "; $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["items", "exclude"]); return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "modules/contrib/calendar/templates/calendar-pager.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 123 => 42, 118 => 39, 112 => 35, 106 => 33, 102 => 32, 94 => 31, 91 => 30, 88 => 29, 82 => 27, 79 => 26, 72 => 22, 69 => 21, 63 => 19, 55 => 18, 52 => 17, 50 => 16, 45 => 14, 42 => 13, 40 => 12,); } public function getSourceContext() { return new Source("", "modules/contrib/calendar/templates/calendar-pager.html.twig", "/Data/htdocs/greenforum-api/modules/contrib/calendar/templates/calendar-pager.html.twig"); } public function checkSecurity() { static $tags = array("if" => 12); static $filters = array("t" => 14, "escape" => 18, "without" => 18, "default" => 19); static $functions = array(); try { $this->sandbox->checkSecurity( ['if'], ['t', 'escape', 'without', 'default'], [], $this->source ); } catch (SecurityError $e) { $e->setSourceContext($this->source); 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: 112) Drupal\Core\Template\TwigPhpStorageCache->write('690b6c216a7c7_calendar-pager.html.twig_yYKkCmVG4CSnURmAjppOEaZO5', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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/calendar/templates/calendar-pager.html.twig */ class __TwigTemplate_a03b920a3d4c29237db3885c39c74134 extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 12 if (((CoreExtension::getAttribute($this->env, $this->source, ($context["items"] ?? null), "previous", [], "any", false, false, true, 12) || CoreExtension::getAttribute($this->env, $this->source, ($context["items"] ?? null), "next", [], "any", false, false, true, 12)) && !($context["exclude"] ?? null))) { // line 13 yield " "; // line 14 yield $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Pagination")); yield " <ul> "; // line 16 if (CoreExtension::getAttribute($this->env, $this->source, ($context["items"] ?? null), "previous", [], "any", false, false, true, 16)) { // line 17 yield " <li> <a line yield this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["items"] ?? null), "previous", [], "any", false, false, true, 18), "url", [], "any", false, false, true, 18), 18, $this->source), "html", null, true); yield "\" title=\""; yield $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Go to previous page")); yield "\" rel=\"prev\""; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->withoutFilter($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["items"] ?? null), "previous", [], "any", false, false, true, 18), "attributes", [], "any", false, false, true, 18), 18, $this->source), "href", "title", "rel"), "html", null, true); yield "> "; // line 19 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["items"] ?? null), "previous", [], "any", false, true, true, 19), "text", [], "any", true, true, true, 19)) ? (Twig\Extension\CoreExtension::defaultFilter($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["items"] ?? null), "previous", [], "any", false, true, true, 19), "text", [], "any", false, false, true, 19), 19, $this->source), t(" "))) : (t(" "))), "html", null, true); // line 21 yield " "; // line 22 yield $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Previous")); yield " </a> </li> "; } // line 26 yield " "; if (CoreExtension::getAttribute($this->env, $this->source, ($context["items"] ?? null), "current", [], "any", false, false, true, 26)) { // line 27 yield " <li>"; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["items"] ?? null), "current", [], "any", false, false, true, 27), 27, $this->source), "html", null, true); yield "</li> "; } // line 29 yield " "; if (CoreExtension::getAttribute($this->env, $this->source, ($context["items"] ?? null), "next", [], "any", false, false, true, 29)) { // line 30 yield " <li> <a line yield this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["items"] ?? null), "next", [], "any", false, false, true, 31), "url", [], "any", false, false, true, 31), 31, $this->source), "html", null, true); yield "\" title=\""; yield $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Go to next page")); yield "\" rel=\"next\""; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->withoutFilter($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["items"] ?? null), "next", [], "any", false, false, true, 31), "attributes", [], "any", false, false, true, 31), 31, $this->source), "href", "title", "rel"), "html", null, true); yield "> "; // line 32 yield $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Next")); yield " "; // line 33 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["items"] ?? null), "next", [], "any", false, true, true, 33), "text", [], "any", true, true, true, 33)) ? (Twig\Extension\CoreExtension::defaultFilter($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["items"] ?? null), "next", [], "any", false, true, true, 33), "text", [], "any", false, false, true, 33), 33, $this->source), t(" "))) : (t(" "))), "html", null, true); // line 35 yield " </a> </li> "; } // line 39 yield " </ul> "; } // line 42 yield " "; $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["items", "exclude"]); return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "modules/contrib/calendar/templates/calendar-pager.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 123 => 42, 118 => 39, 112 => 35, 106 => 33, 102 => 32, 94 => 31, 91 => 30, 88 => 29, 82 => 27, 79 => 26, 72 => 22, 69 => 21, 63 => 19, 55 => 18, 52 => 17, 50 => 16, 45 => 14, 42 => 13, 40 => 12,); } public function getSourceContext() { return new Source("", "modules/contrib/calendar/templates/calendar-pager.html.twig", "/Data/htdocs/greenforum-api/modules/contrib/calendar/templates/calendar-pager.html.twig"); } public function checkSecurity() { static $tags = array("if" => 12); static $filters = array("t" => 14, "escape" => 18, "without" => 18, "default" => 19); static $functions = array(); try { $this->sandbox->checkSecurity( ['if'], ['t', 'escape', 'without', 'default'], [], $this->source ); } catch (SecurityError $e) { $e->setSourceContext($this->source); 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: 375) Twig\Environment->loadTemplate('__TwigTemplate_a03b920a3d4c29237db3885c39c74134', 'modules/contrib/calendar/templates/calendar-pager.html.twig') (Line: 336) Twig\Environment->load('modules/contrib/calendar/templates/calendar-pager.html.twig') (Line: 39) twig_render_template('modules/contrib/calendar/templates/calendar-pager.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('calendar_pager', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array) (Line: 493) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 82) __TwigTemplate_ecc29dab8787fa8ac285f58feb393dfe->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/contrib/socialbase/templates/views/views-view.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('views_view', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array) (Line: 493) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array, ) (Line: 238) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627) Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 231) Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128) 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(Object, 'kernel.view') (Line: 186) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76) Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58) Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28) Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 106) Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193) Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36) Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files', 511) (Line: 104) Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php', 511) (Line: 104) Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73) Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66) Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('690b6c216a7c7_calendar-month.html.twig_TXaAOY4_6olEd430jUnEEd89Q', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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/custom/greenforum_main/templates/calendar-month.html.twig */ class __TwigTemplate_c2242500920a605d40980f4f2a179e96 extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 20 yield " "; // line 24 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(($context["day_names"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["cell"]) { // line 25 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["cell"], "class", [], "any", false, false, true, 25), 25, $this->source), "html", null, true); yield "\" id=\""; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["cell"], "header_id", [], "any", false, false, true, 25), 25, $this->source), "html", null, true); yield "\"> "; // line 27 yield " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['cell'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 29 yield " "; // line 32 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(($context["rows"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["row"]) { // line 33 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["row"], "data", [], "any", false, false, true, 33), 33, $this->source), "html", null, true); yield " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['row'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 35 yield " try { // ie hack to make the single day row expand to available space if (\$.browser.msie ) { var multiday_height = \$('tr.multi-day')[0].clientHeight; // Height of a multi-day row \$('tr[iehint]').each(function(index) { var iehint = this.getAttribute('iehint'); // Add height of the multi day rows to the single day row - seems that 80% height works best var height = this.clientHeight + (multiday_height * .8 * iehint); this.style.height = height + 'px'; }); } }catch(e){ // swallow } --> "; $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["day_names", "rows"]); return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "themes/custom/greenforum_main/templates/calendar-month.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 82 => 35, 73 => 33, 69 => 32, 64 => 29, 57 => 27, 50 => 25, 46 => 24, 40 => 20,); } public function getSourceContext() { return new Source("", "themes/custom/greenforum_main/templates/calendar-month.html.twig", "/Data/htdocs/greenforum-api/themes/custom/greenforum_main/templates/calendar-month.html.twig"); } public function checkSecurity() { static $tags = array("for" => 24); static $filters = array("escape" => 25); static $functions = array(); try { $this->sandbox->checkSecurity( ['for'], ['escape'], [], $this->source ); } catch (SecurityError $e) { $e->setSourceContext($this->source); 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: 112) Drupal\Core\Template\TwigPhpStorageCache->write('690b6c216a7c7_calendar-month.html.twig_TXaAOY4_6olEd430jUnEEd89Q', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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/custom/greenforum_main/templates/calendar-month.html.twig */ class __TwigTemplate_c2242500920a605d40980f4f2a179e96 extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 20 yield " "; // line 24 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(($context["day_names"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["cell"]) { // line 25 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["cell"], "class", [], "any", false, false, true, 25), 25, $this->source), "html", null, true); yield "\" id=\""; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["cell"], "header_id", [], "any", false, false, true, 25), 25, $this->source), "html", null, true); yield "\"> "; // line 27 yield " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['cell'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 29 yield " "; // line 32 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(($context["rows"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["row"]) { // line 33 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["row"], "data", [], "any", false, false, true, 33), 33, $this->source), "html", null, true); yield " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['row'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 35 yield " try { // ie hack to make the single day row expand to available space if (\$.browser.msie ) { var multiday_height = \$('tr.multi-day')[0].clientHeight; // Height of a multi-day row \$('tr[iehint]').each(function(index) { var iehint = this.getAttribute('iehint'); // Add height of the multi day rows to the single day row - seems that 80% height works best var height = this.clientHeight + (multiday_height * .8 * iehint); this.style.height = height + 'px'; }); } }catch(e){ // swallow } --> "; $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["day_names", "rows"]); return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "themes/custom/greenforum_main/templates/calendar-month.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 82 => 35, 73 => 33, 69 => 32, 64 => 29, 57 => 27, 50 => 25, 46 => 24, 40 => 20,); } public function getSourceContext() { return new Source("", "themes/custom/greenforum_main/templates/calendar-month.html.twig", "/Data/htdocs/greenforum-api/themes/custom/greenforum_main/templates/calendar-month.html.twig"); } public function checkSecurity() { static $tags = array("for" => 24); static $filters = array("escape" => 25); static $functions = array(); try { $this->sandbox->checkSecurity( ['for'], ['escape'], [], $this->source ); } catch (SecurityError $e) { $e->setSourceContext($this->source); 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: 375) Twig\Environment->loadTemplate('__TwigTemplate_c2242500920a605d40980f4f2a179e96', 'themes/custom/greenforum_main/templates/calendar-month.html.twig') (Line: 336) Twig\Environment->load('themes/custom/greenforum_main/templates/calendar-month.html.twig') (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/calendar-month.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('calendar_month', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 122) __TwigTemplate_ecc29dab8787fa8ac285f58feb393dfe->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/contrib/socialbase/templates/views/views-view.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('views_view', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array) (Line: 493) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array, ) (Line: 238) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627) Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 231) Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128) 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(Object, 'kernel.view') (Line: 186) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76) Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58) Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28) Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 106) Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193) Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36) Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files', 511) (Line: 104) Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php', 511) (Line: 104) Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73) Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66) Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('690b6c216a7c7_calendar-month-row.html.t_OYcuzB5OpIZJBQikIApm-NWQf', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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/custom/greenforum_main/templates/calender/calendar-month-row.html.twig */ class __TwigTemplate_78cb5cad3510c4713a6af10b34b8d98a extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 14 yield "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["class"] ?? null), 14, $this->source), "html", null, true); yield "\" iehint=\""; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["iehint"] ?? null), 14, $this->source), "html", null, true); yield "\"> "; // line 15 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["inner"] ?? null), 15, $this->source), "html", null, true); yield " "; $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["class", "iehint", "inner"]); return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "themes/custom/greenforum_main/templates/calender/calendar-month-row.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 47 => 15, 40 => 14,); } public function getSourceContext() { return new Source("", "themes/custom/greenforum_main/templates/calender/calendar-month-row.html.twig", "/Data/htdocs/greenforum-api/themes/custom/greenforum_main/templates/calender/calendar-month-row.html.twig"); } public function checkSecurity() { static $tags = array(); static $filters = array("escape" => 14); static $functions = array(); try { $this->sandbox->checkSecurity( [], ['escape'], [], $this->source ); } catch (SecurityError $e) { $e->setSourceContext($this->source); 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: 112) Drupal\Core\Template\TwigPhpStorageCache->write('690b6c216a7c7_calendar-month-row.html.t_OYcuzB5OpIZJBQikIApm-NWQf', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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/custom/greenforum_main/templates/calender/calendar-month-row.html.twig */ class __TwigTemplate_78cb5cad3510c4713a6af10b34b8d98a extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 14 yield "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["class"] ?? null), 14, $this->source), "html", null, true); yield "\" iehint=\""; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["iehint"] ?? null), 14, $this->source), "html", null, true); yield "\"> "; // line 15 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["inner"] ?? null), 15, $this->source), "html", null, true); yield " "; $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["class", "iehint", "inner"]); return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "themes/custom/greenforum_main/templates/calender/calendar-month-row.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 47 => 15, 40 => 14,); } public function getSourceContext() { return new Source("", "themes/custom/greenforum_main/templates/calender/calendar-month-row.html.twig", "/Data/htdocs/greenforum-api/themes/custom/greenforum_main/templates/calender/calendar-month-row.html.twig"); } public function checkSecurity() { static $tags = array(); static $filters = array("escape" => 14); static $functions = array(); try { $this->sandbox->checkSecurity( [], ['escape'], [], $this->source ); } catch (SecurityError $e) { $e->setSourceContext($this->source); 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: 375) Twig\Environment->loadTemplate('__TwigTemplate_78cb5cad3510c4713a6af10b34b8d98a', 'themes/custom/greenforum_main/templates/calender/calendar-month-row.html.twig') (Line: 336) Twig\Environment->load('themes/custom/greenforum_main/templates/calender/calendar-month-row.html.twig') (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/calender/calendar-month-row.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('calendar_month_row', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array) (Line: 493) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 74) __TwigTemplate_c2242500920a605d40980f4f2a179e96->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/calendar-month.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('calendar_month', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 122) __TwigTemplate_ecc29dab8787fa8ac285f58feb393dfe->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/contrib/socialbase/templates/views/views-view.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('views_view', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array) (Line: 493) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array, ) (Line: 238) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627) Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 231) Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128) 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(Object, 'kernel.view') (Line: 186) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76) Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58) Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28) Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 106) Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193) Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36) Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files', 511) (Line: 104) Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php', 511) (Line: 104) Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73) Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66) Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('690b6c216a7c7_calendar-month-col.html.t_ea4AvAoxhwBj04LtppUPMiPyA', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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/custom/greenforum_main/templates/calender/calendar-month-col.html.twig */ class __TwigTemplate_c19e4d1e9e6f555da468864bd9300f1c extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 12 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["item"] ?? null), "id", [], "any", false, false, true, 14), 14, $this->source), "html", null, true); yield "\" date-date=\""; // line 15 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["item"] ?? null), "date", [], "any", false, false, true, 15), 15, $this->source), "html", null, true); yield "\" data-day-of-month=\""; // line 16 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["item"] ?? null), "day_of_month", [], "any", false, false, true, 16), 16, $this->source), "html", null, true); yield "\" headers=\""; // line 17 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["item"] ?? null), "header_id", [], "any", false, false, true, 17), 17, $this->source), "html", null, true); yield "\" class=\""; // line 18 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["item"] ?? null), "class", [], "any", false, false, true, 18), 18, $this->source), "html", null, true); yield "\" colspan=\""; // line 19 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["item"] ?? null), "colspan", [], "any", false, false, true, 19), 19, $this->source), "html", null, true); yield "\" rowspan=\""; // line 20 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["item"] ?? null), "rowspan", [], "any", false, false, true, 20), 20, $this->source), "html", null, true); yield "\"> "; // line 22 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["item"] ?? null), "entry", [], "any", false, false, true, 22), 22, $this->source), "html", null, true); yield " "; $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["item"]); return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "themes/custom/greenforum_main/templates/calender/calendar-month-col.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 73 => 22, 68 => 20, 64 => 19, 60 => 18, 56 => 17, 52 => 16, 48 => 15, 44 => 14, 40 => 12,); } public function getSourceContext() { return new Source("", "themes/custom/greenforum_main/templates/calender/calendar-month-col.html.twig", "/Data/htdocs/greenforum-api/themes/custom/greenforum_main/templates/calender/calendar-month-col.html.twig"); } public function checkSecurity() { static $tags = array(); static $filters = array("escape" => 14); static $functions = array(); try { $this->sandbox->checkSecurity( [], ['escape'], [], $this->source ); } catch (SecurityError $e) { $e->setSourceContext($this->source); 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: 112) Drupal\Core\Template\TwigPhpStorageCache->write('690b6c216a7c7_calendar-month-col.html.t_ea4AvAoxhwBj04LtppUPMiPyA', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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/custom/greenforum_main/templates/calender/calendar-month-col.html.twig */ class __TwigTemplate_c19e4d1e9e6f555da468864bd9300f1c extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 12 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["item"] ?? null), "id", [], "any", false, false, true, 14), 14, $this->source), "html", null, true); yield "\" date-date=\""; // line 15 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["item"] ?? null), "date", [], "any", false, false, true, 15), 15, $this->source), "html", null, true); yield "\" data-day-of-month=\""; // line 16 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["item"] ?? null), "day_of_month", [], "any", false, false, true, 16), 16, $this->source), "html", null, true); yield "\" headers=\""; // line 17 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["item"] ?? null), "header_id", [], "any", false, false, true, 17), 17, $this->source), "html", null, true); yield "\" class=\""; // line 18 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["item"] ?? null), "class", [], "any", false, false, true, 18), 18, $this->source), "html", null, true); yield "\" colspan=\""; // line 19 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["item"] ?? null), "colspan", [], "any", false, false, true, 19), 19, $this->source), "html", null, true); yield "\" rowspan=\""; // line 20 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["item"] ?? null), "rowspan", [], "any", false, false, true, 20), 20, $this->source), "html", null, true); yield "\"> "; // line 22 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["item"] ?? null), "entry", [], "any", false, false, true, 22), 22, $this->source), "html", null, true); yield " "; $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["item"]); return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "themes/custom/greenforum_main/templates/calender/calendar-month-col.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 73 => 22, 68 => 20, 64 => 19, 60 => 18, 56 => 17, 52 => 16, 48 => 15, 44 => 14, 40 => 12,); } public function getSourceContext() { return new Source("", "themes/custom/greenforum_main/templates/calender/calendar-month-col.html.twig", "/Data/htdocs/greenforum-api/themes/custom/greenforum_main/templates/calender/calendar-month-col.html.twig"); } public function checkSecurity() { static $tags = array(); static $filters = array("escape" => 14); static $functions = array(); try { $this->sandbox->checkSecurity( [], ['escape'], [], $this->source ); } catch (SecurityError $e) { $e->setSourceContext($this->source); 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: 375) Twig\Environment->loadTemplate('__TwigTemplate_c19e4d1e9e6f555da468864bd9300f1c', 'themes/custom/greenforum_main/templates/calender/calendar-month-col.html.twig') (Line: 336) Twig\Environment->load('themes/custom/greenforum_main/templates/calender/calendar-month-col.html.twig') (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/calender/calendar-month-col.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('calendar_month_col', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array) (Line: 493) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 47) __TwigTemplate_78cb5cad3510c4713a6af10b34b8d98a->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/calender/calendar-month-row.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('calendar_month_row', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array) (Line: 493) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 74) __TwigTemplate_c2242500920a605d40980f4f2a179e96->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/calendar-month.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('calendar_month', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 122) __TwigTemplate_ecc29dab8787fa8ac285f58feb393dfe->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/contrib/socialbase/templates/views/views-view.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('views_view', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array) (Line: 493) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array, ) (Line: 238) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627) Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 231) Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128) 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(Object, 'kernel.view') (Line: 186) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76) Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58) Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28) Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 106) Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193) Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36) Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files', 511) (Line: 104) Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php', 511) (Line: 104) Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73) Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66) Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('690b6c216a7c7_calendar-datebox.html.twi_K7LoMjg5KlJGb_4SHmoecr0Rb', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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/custom/greenforum_main/templates/calendar-datebox.html.twig */ class __TwigTemplate_7053d34728074394ed9bbb452cef7289 extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 21 $context["site_url"] = (($__internal_compile_0 = $this->extensions['Drupal\Core\Template\TwigExtension']->getUrl("")) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["#markup"] ?? null) : null); // line 22 $context["url_part"] = Twig\Extension\CoreExtension::splitFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["site_url"] ?? null), 22, $this->source), "/"); // line 23 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["granularity"] ?? null), 24, $this->source), "html", null, true); yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["class"] ?? null), 24, $this->source), "html", null, true); yield "\"> "; // line 25 if ( !Twig\Extension\CoreExtension::testEmpty(($context["selected"] ?? null))) { // line 26 yield " "; if ((CoreExtension::getAttribute($this->env, $this->source, ($context["url_part"] ?? null), 5, [], "array", true, true, true, 26) && ((($__internal_compile_1 = ($context["url_part"] ?? null)) && is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1[5] ?? null) : null) != ""))) { // line 27 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->getLink($this->sandbox->ensureToStringAllowed(($context["day"] ?? null), 27, $this->source), (($this->sandbox->ensureToStringAllowed(($context["site_url"] ?? null), 27, $this->source) . "/") . $this->sandbox->ensureToStringAllowed(($context["date"] ?? null), 27, $this->source)), ["class" => ["my-event-class"]]), "html", null, true); yield " "; } else { // line 29 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->getLink($this->sandbox->ensureToStringAllowed(($context["day"] ?? null), 29, $this->source), (($this->sandbox->ensureToStringAllowed(($context["site_url"] ?? null), 29, $this->source) . "/") . $this->sandbox->ensureToStringAllowed(($context["date"] ?? null), 29, $this->source)), ["class" => ["cal-event-date"]]), "html", null, true); yield " "; } // line 31 yield " "; } else { // line 32 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["day"] ?? null), 32, $this->source), "html", null, true); yield " "; } // line 34 yield " "; $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["granularity", "class", "selected", "day", "date"]); return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "themes/custom/greenforum_main/templates/calendar-datebox.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 79 => 34, 73 => 32, 70 => 31, 64 => 29, 58 => 27, 55 => 26, 53 => 25, 47 => 24, 44 => 23, 42 => 22, 40 => 21,); } public function getSourceContext() { return new Source("", "themes/custom/greenforum_main/templates/calendar-datebox.html.twig", "/Data/htdocs/greenforum-api/themes/custom/greenforum_main/templates/calendar-datebox.html.twig"); } public function checkSecurity() { static $tags = array("set" => 21, "if" => 25); static $filters = array("split" => 22, "escape" => 24); static $functions = array("url" => 21, "link" => 27); try { $this->sandbox->checkSecurity( ['set', 'if'], ['split', 'escape'], ['url', 'link'], $this->source ); } catch (SecurityError $e) { $e->setSourceContext($this->source); 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: 112) Drupal\Core\Template\TwigPhpStorageCache->write('690b6c216a7c7_calendar-datebox.html.twi_K7LoMjg5KlJGb_4SHmoecr0Rb', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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/custom/greenforum_main/templates/calendar-datebox.html.twig */ class __TwigTemplate_7053d34728074394ed9bbb452cef7289 extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 21 $context["site_url"] = (($__internal_compile_0 = $this->extensions['Drupal\Core\Template\TwigExtension']->getUrl("")) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["#markup"] ?? null) : null); // line 22 $context["url_part"] = Twig\Extension\CoreExtension::splitFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["site_url"] ?? null), 22, $this->source), "/"); // line 23 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["granularity"] ?? null), 24, $this->source), "html", null, true); yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["class"] ?? null), 24, $this->source), "html", null, true); yield "\"> "; // line 25 if ( !Twig\Extension\CoreExtension::testEmpty(($context["selected"] ?? null))) { // line 26 yield " "; if ((CoreExtension::getAttribute($this->env, $this->source, ($context["url_part"] ?? null), 5, [], "array", true, true, true, 26) && ((($__internal_compile_1 = ($context["url_part"] ?? null)) && is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1[5] ?? null) : null) != ""))) { // line 27 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->getLink($this->sandbox->ensureToStringAllowed(($context["day"] ?? null), 27, $this->source), (($this->sandbox->ensureToStringAllowed(($context["site_url"] ?? null), 27, $this->source) . "/") . $this->sandbox->ensureToStringAllowed(($context["date"] ?? null), 27, $this->source)), ["class" => ["my-event-class"]]), "html", null, true); yield " "; } else { // line 29 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->getLink($this->sandbox->ensureToStringAllowed(($context["day"] ?? null), 29, $this->source), (($this->sandbox->ensureToStringAllowed(($context["site_url"] ?? null), 29, $this->source) . "/") . $this->sandbox->ensureToStringAllowed(($context["date"] ?? null), 29, $this->source)), ["class" => ["cal-event-date"]]), "html", null, true); yield " "; } // line 31 yield " "; } else { // line 32 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["day"] ?? null), 32, $this->source), "html", null, true); yield " "; } // line 34 yield " "; $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["granularity", "class", "selected", "day", "date"]); return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "themes/custom/greenforum_main/templates/calendar-datebox.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 79 => 34, 73 => 32, 70 => 31, 64 => 29, 58 => 27, 55 => 26, 53 => 25, 47 => 24, 44 => 23, 42 => 22, 40 => 21,); } public function getSourceContext() { return new Source("", "themes/custom/greenforum_main/templates/calendar-datebox.html.twig", "/Data/htdocs/greenforum-api/themes/custom/greenforum_main/templates/calendar-datebox.html.twig"); } public function checkSecurity() { static $tags = array("set" => 21, "if" => 25); static $filters = array("split" => 22, "escape" => 24); static $functions = array("url" => 21, "link" => 27); try { $this->sandbox->checkSecurity( ['set', 'if'], ['split', 'escape'], ['url', 'link'], $this->source ); } catch (SecurityError $e) { $e->setSourceContext($this->source); 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: 375) Twig\Environment->loadTemplate('__TwigTemplate_7053d34728074394ed9bbb452cef7289', 'themes/custom/greenforum_main/templates/calendar-datebox.html.twig') (Line: 336) Twig\Environment->load('themes/custom/greenforum_main/templates/calendar-datebox.html.twig') (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/calendar-datebox.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('calendar_datebox', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 73) __TwigTemplate_c19e4d1e9e6f555da468864bd9300f1c->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/calender/calendar-month-col.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('calendar_month_col', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array) (Line: 493) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 47) __TwigTemplate_78cb5cad3510c4713a6af10b34b8d98a->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/calender/calendar-month-row.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('calendar_month_row', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array) (Line: 493) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 74) __TwigTemplate_c2242500920a605d40980f4f2a179e96->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/calendar-month.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('calendar_month', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 122) __TwigTemplate_ecc29dab8787fa8ac285f58feb393dfe->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/contrib/socialbase/templates/views/views-view.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('views_view', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array) (Line: 493) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array, ) (Line: 238) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627) Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 231) Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128) 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(Object, 'kernel.view') (Line: 186) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76) Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58) Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28) Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 106) Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193) Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36) Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files', 511) (Line: 104) Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php', 511) (Line: 104) Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73) Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66) Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('690b6c216a7c7_calendar-empty-day.html.t_c7_t4saf4JJKSW6iAV-nFO8Hk', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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/calendar/templates/calendar-empty-day.html.twig */ class __TwigTemplate_5ee036b47750a54fa7f4c06b03358330 extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 13 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["view"] ?? null), "dateInfo", [], "any", false, false, true, 13), "calendarType", [], "any", false, false, true, 13) != "day")) { // line 14 yield " "; } else { // line 16 yield " "; echo t("Empty day", array()); yield " "; } $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["view"]); return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "modules/contrib/calendar/templates/calendar-empty-day.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 46 => 16, 42 => 14, 40 => 13,); } public function getSourceContext() { return new Source("", "modules/contrib/calendar/templates/calendar-empty-day.html.twig", "/Data/htdocs/greenforum-api/modules/contrib/calendar/templates/calendar-empty-day.html.twig"); } public function checkSecurity() { static $tags = array("if" => 13, "trans" => 16); static $filters = array(); static $functions = array(); try { $this->sandbox->checkSecurity( ['if', 'trans'], [], [], $this->source ); } catch (SecurityError $e) { $e->setSourceContext($this->source); 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: 112) Drupal\Core\Template\TwigPhpStorageCache->write('690b6c216a7c7_calendar-empty-day.html.t_c7_t4saf4JJKSW6iAV-nFO8Hk', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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/calendar/templates/calendar-empty-day.html.twig */ class __TwigTemplate_5ee036b47750a54fa7f4c06b03358330 extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 13 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["view"] ?? null), "dateInfo", [], "any", false, false, true, 13), "calendarType", [], "any", false, false, true, 13) != "day")) { // line 14 yield " "; } else { // line 16 yield " "; echo t("Empty day", array()); yield " "; } $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["view"]); return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "modules/contrib/calendar/templates/calendar-empty-day.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 46 => 16, 42 => 14, 40 => 13,); } public function getSourceContext() { return new Source("", "modules/contrib/calendar/templates/calendar-empty-day.html.twig", "/Data/htdocs/greenforum-api/modules/contrib/calendar/templates/calendar-empty-day.html.twig"); } public function checkSecurity() { static $tags = array("if" => 13, "trans" => 16); static $filters = array(); static $functions = array(); try { $this->sandbox->checkSecurity( ['if', 'trans'], [], [], $this->source ); } catch (SecurityError $e) { $e->setSourceContext($this->source); 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: 375) Twig\Environment->loadTemplate('__TwigTemplate_5ee036b47750a54fa7f4c06b03358330', 'modules/contrib/calendar/templates/calendar-empty-day.html.twig') (Line: 336) Twig\Environment->load('modules/contrib/calendar/templates/calendar-empty-day.html.twig') (Line: 39) twig_render_template('modules/contrib/calendar/templates/calendar-empty-day.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('calendar_empty_day', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array) (Line: 493) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 73) __TwigTemplate_c19e4d1e9e6f555da468864bd9300f1c->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/calender/calendar-month-col.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('calendar_month_col', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array) (Line: 493) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 47) __TwigTemplate_78cb5cad3510c4713a6af10b34b8d98a->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/calender/calendar-month-row.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('calendar_month_row', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array) (Line: 493) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 74) __TwigTemplate_c2242500920a605d40980f4f2a179e96->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/calendar-month.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('calendar_month', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 122) __TwigTemplate_ecc29dab8787fa8ac285f58feb393dfe->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/contrib/socialbase/templates/views/views-view.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('views_view', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array) (Line: 493) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array, ) (Line: 238) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627) Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 231) Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128) 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(Object, 'kernel.view') (Line: 186) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76) Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58) Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28) Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 106) Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193) Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36) Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files', 511) (Line: 104) Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php', 511) (Line: 104) Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73) Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66) Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('690b6c216a7c7_container.html.twig_z6NaR20e6FoqHJv-pMYLzMA6W', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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/contrib/socialbase/templates/system/container.html.twig */ class __TwigTemplate_725752fa19501be1f3a416bad9121c1e extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 yield " "; // line 21 yield " "; // line 23 $context["classes"] = [(( !CoreExtension::getAttribute($this->env, $this->source, // line 24 ($context["attributes"] ?? null), "hasClass", ["toolbar-menu-administration"], "method", false, false, true, 24)) ? ("form-group") : ("")), (( // line 25 ($context["has_parent"] ?? null)) ? ("js-form-wrapper form-wrapper") : ("")), (( // line 26 ($context["exposed_form"] ?? null)) ? ("views-exposed-form__actions") : ("")), ((CoreExtension::getAttribute($this->env, $this->source, // line 27 ($context["attributes"] ?? null), "hasClass", ["field--name-field-comment-body"], "method", false, false, true, 27)) ? ("media-body") : ("")), ((CoreExtension::getAttribute($this->env, $this->source, // line 28 ($context["attributes"] ?? null), "hasClass", ["field--name-message"], "method", false, false, true, 28)) ? ("media-body") : ("")), ((CoreExtension::getAttribute($this->env, $this->source, // line 29 ($context["attributes"] ?? null), "hasClass", ["more-link"], "method", false, false, true, 29)) ? ("btn btn-flat") : (""))]; // line 32 if (($context["bare"] ?? null)) { // line 33 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 33, $this->source), "html", null, true); yield " "; } else { // line 35 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [($context["classes"] ?? null)], "method", false, false, true, 35), 35, $this->source), "html", null, true); yield "> "; // line 36 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 36, $this->source), "html", null, true); yield " "; } $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["attributes", "has_parent", "exposed_form", "bare", "children"]); return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "themes/contrib/socialbase/templates/system/container.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 67 => 36, 62 => 35, 56 => 33, 54 => 32, 52 => 29, 51 => 28, 50 => 27, 49 => 26, 48 => 25, 47 => 24, 46 => 23, 43 => 21, 40 => 1,); } public function getSourceContext() { return new Source("", "themes/contrib/socialbase/templates/system/container.html.twig", "/Data/htdocs/greenforum-api/themes/contrib/socialbase/templates/system/container.html.twig"); } public function checkSecurity() { static $tags = array("set" => 23, "if" => 32); static $filters = array("escape" => 33); static $functions = array(); try { $this->sandbox->checkSecurity( ['set', 'if'], ['escape'], [], $this->source ); } catch (SecurityError $e) { $e->setSourceContext($this->source); 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: 112) Drupal\Core\Template\TwigPhpStorageCache->write('690b6c216a7c7_container.html.twig_z6NaR20e6FoqHJv-pMYLzMA6W', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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/contrib/socialbase/templates/system/container.html.twig */ class __TwigTemplate_725752fa19501be1f3a416bad9121c1e extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 yield " "; // line 21 yield " "; // line 23 $context["classes"] = [(( !CoreExtension::getAttribute($this->env, $this->source, // line 24 ($context["attributes"] ?? null), "hasClass", ["toolbar-menu-administration"], "method", false, false, true, 24)) ? ("form-group") : ("")), (( // line 25 ($context["has_parent"] ?? null)) ? ("js-form-wrapper form-wrapper") : ("")), (( // line 26 ($context["exposed_form"] ?? null)) ? ("views-exposed-form__actions") : ("")), ((CoreExtension::getAttribute($this->env, $this->source, // line 27 ($context["attributes"] ?? null), "hasClass", ["field--name-field-comment-body"], "method", false, false, true, 27)) ? ("media-body") : ("")), ((CoreExtension::getAttribute($this->env, $this->source, // line 28 ($context["attributes"] ?? null), "hasClass", ["field--name-message"], "method", false, false, true, 28)) ? ("media-body") : ("")), ((CoreExtension::getAttribute($this->env, $this->source, // line 29 ($context["attributes"] ?? null), "hasClass", ["more-link"], "method", false, false, true, 29)) ? ("btn btn-flat") : (""))]; // line 32 if (($context["bare"] ?? null)) { // line 33 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 33, $this->source), "html", null, true); yield " "; } else { // line 35 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [($context["classes"] ?? null)], "method", false, false, true, 35), 35, $this->source), "html", null, true); yield "> "; // line 36 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 36, $this->source), "html", null, true); yield " "; } $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["attributes", "has_parent", "exposed_form", "bare", "children"]); return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "themes/contrib/socialbase/templates/system/container.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 67 => 36, 62 => 35, 56 => 33, 54 => 32, 52 => 29, 51 => 28, 50 => 27, 49 => 26, 48 => 25, 47 => 24, 46 => 23, 43 => 21, 40 => 1,); } public function getSourceContext() { return new Source("", "themes/contrib/socialbase/templates/system/container.html.twig", "/Data/htdocs/greenforum-api/themes/contrib/socialbase/templates/system/container.html.twig"); } public function checkSecurity() { static $tags = array("set" => 23, "if" => 32); static $filters = array("escape" => 33); static $functions = array(); try { $this->sandbox->checkSecurity( ['set', 'if'], ['escape'], [], $this->source ); } catch (SecurityError $e) { $e->setSourceContext($this->source); 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: 375) Twig\Environment->loadTemplate('__TwigTemplate_725752fa19501be1f3a416bad9121c1e', 'themes/contrib/socialbase/templates/system/container.html.twig') (Line: 336) Twig\Environment->load('themes/contrib/socialbase/templates/system/container.html.twig') (Line: 39) twig_render_template('themes/contrib/socialbase/templates/system/container.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('container', Array) (Line: 536) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array, ) (Line: 238) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627) Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 231) Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128) 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(Object, 'kernel.view') (Line: 186) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76) Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58) Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28) Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 106) Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193) Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36) Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Core\Extension\ModuleHandler->Drupal\Core\Extension\{closure}(Object, 'bulk_taxonomy_update') (Line: 388) Drupal\Core\Extension\ModuleHandler->invokeAllWith('views_pre_view', Object) (Line: 408) Drupal\Core\Extension\ModuleHandler->invokeAll('views_pre_view', Array) (Line: 1701) Drupal\views\ViewExecutable->preExecute() (Line: 42) metatag_views_get_view_tags(Object, 'page_month', Array) (Line: 87) metatag_views_metatags_alter(Array, Array, NULL) (Line: 545) Drupal\Core\Extension\ModuleHandler->alter('metatags', Array, Array) (Line: 517) metatag_get_tags_from_route() (Line: 130) metatag_page_attachments(Array) (Line: 311) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}(Object, 'metatag') (Line: 388) Drupal\Core\Extension\ModuleHandler->invokeAllWith('page_attachments', Object) (Line: 308) Drupal\Core\Render\MainContent\HtmlRenderer->invokePageAttachmentHooks(Array) (Line: 285) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627) Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 284) Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128) 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(Object, 'kernel.view') (Line: 186) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76) Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58) Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28) Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 106) Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193) Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36) Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
greenforum_main_preprocess_html(Array, 'html', Array) call_user_func_array('greenforum_main_preprocess_html', Array) (Line: 261) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 158) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627) Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 153) 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(Object, 'kernel.view') (Line: 186) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76) Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58) Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28) Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 106) Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193) Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36) Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files', 511) (Line: 104) Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php', 511) (Line: 104) Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73) Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66) Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('690b6c216a7c7_html.html.twig_8ZVf0USANv9iYJcwVDSBtZGaE', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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/custom/greenforum_main/templates/system/html.html.twig */ class __TwigTemplate_115aaa0110147dd4b8dda6c26b6830ee extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ 'custom_css' => [$this, 'block_custom_css'], 'svg_icons' => [$this, 'block_svg_icons'], ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 27 $context["body_classes"] = [(( // line 28 ($context["logged_in"] ?? null)) ? ("user-logged-in") : ("")), (( ! // line 29 ($context["root_path"] ?? null)) ? ("path-frontpage") : (("path-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(($context["root_path"] ?? null), 29, $this->source))))), (( // line 30 ($context["node_type"] ?? null)) ? (("page-node-type-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(($context["node_type"] ?? null), 30, $this->source)))) : ("")), (( // line 31 ($context["node_edit"] ?? null)) ? ("page-node-edit") : (""))]; // line 34 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["html_attributes"] ?? null), 36, $this->source), "html", null, true); yield "> \t extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(($context["placeholder_token"] ?? null), 43, $this->source)); yield "\"> "; // line 44 yield $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->safeJoin($this->env, $this->sandbox->ensureToStringAllowed(($context["head_title"] ?? null), 44, $this->source), " | ")); yield " extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(($context["placeholder_token"] ?? null), 45, $this->source)); yield "\"> extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(($context["placeholder_token"] ?? null), 46, $this->source)); yield "\"> "; // line 47 yield from $this->unwrap()->yieldBlock('custom_css', $context, $blocks); // line 48 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [($context["body_classes"] ?? null)], "method", false, false, true, 49), 49, $this->source), "html", null, true); yield "> <a> "; // line 51 yield $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Skip to main content")); yield " </a> "; // line 53 if (($context["is_front"] ?? null)) { // line 54 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->safeJoin($this->env, $this->sandbox->ensureToStringAllowed(($context["head_title"] ?? null), 54, $this->source), " | ")); yield " "; } // line 56 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["page_top"] ?? null), 56, $this->source), "html", null, true); yield " "; // line 57 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["page"] ?? null), 57, $this->source), "html", null, true); yield " "; // line 58 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["page_bottom"] ?? null), 58, $this->source), "html", null, true); yield " extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(($context["placeholder_token"] ?? null), 59, $this->source)); yield "\"> "; // line 60 yield from $this->unwrap()->yieldBlock('svg_icons', $context, $blocks); // line 63 yield " "; $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["logged_in", "root_path", "node_type", "node_edit", "html_attributes", "placeholder_token", "head_title", "attributes", "is_front", "page_top", "page", "page_bottom", "svg_icons"]); return; yield ''; } // line 47 public function block_custom_css($context, array $blocks = []) { $macros = $this->macros; yield " "; return; yield ''; } // line 60 public function block_svg_icons($context, array $blocks = []) { $macros = $this->macros; // line 61 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(($context["svg_icons"] ?? null), 61, $this->source)); yield " "; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "themes/custom/greenforum_main/templates/system/html.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 140 => 61, 136 => 60, 128 => 47, 120 => 63, 118 => 60, 114 => 59, 110 => 58, 106 => 57, 101 => 56, 95 => 54, 93 => 53, 88 => 51, 83 => 49, 80 => 48, 78 => 47, 74 => 46, 70 => 45, 66 => 44, 62 => 43, 52 => 36, 48 => 34, 46 => 31, 45 => 30, 44 => 29, 43 => 28, 42 => 27,); } public function getSourceContext() { return new Source("", "themes/custom/greenforum_main/templates/system/html.html.twig", "/Data/htdocs/greenforum-api/themes/custom/greenforum_main/templates/system/html.html.twig"); } public function checkSecurity() { static $tags = array("set" => 27, "block" => 47, "if" => 53); static $filters = array("clean_class" => 29, "escape" => 36, "raw" => 43, "safe_join" => 44, "t" => 51); static $functions = array(); try { $this->sandbox->checkSecurity( ['set', 'block', 'if'], ['clean_class', 'escape', 'raw', 'safe_join', 't'], [], $this->source ); } catch (SecurityError $e) { $e->setSourceContext($this->source); 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: 112) Drupal\Core\Template\TwigPhpStorageCache->write('690b6c216a7c7_html.html.twig_8ZVf0USANv9iYJcwVDSBtZGaE', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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/custom/greenforum_main/templates/system/html.html.twig */ class __TwigTemplate_115aaa0110147dd4b8dda6c26b6830ee extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ 'custom_css' => [$this, 'block_custom_css'], 'svg_icons' => [$this, 'block_svg_icons'], ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 27 $context["body_classes"] = [(( // line 28 ($context["logged_in"] ?? null)) ? ("user-logged-in") : ("")), (( ! // line 29 ($context["root_path"] ?? null)) ? ("path-frontpage") : (("path-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(($context["root_path"] ?? null), 29, $this->source))))), (( // line 30 ($context["node_type"] ?? null)) ? (("page-node-type-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(($context["node_type"] ?? null), 30, $this->source)))) : ("")), (( // line 31 ($context["node_edit"] ?? null)) ? ("page-node-edit") : (""))]; // line 34 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["html_attributes"] ?? null), 36, $this->source), "html", null, true); yield "> \t extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(($context["placeholder_token"] ?? null), 43, $this->source)); yield "\"> "; // line 44 yield $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->safeJoin($this->env, $this->sandbox->ensureToStringAllowed(($context["head_title"] ?? null), 44, $this->source), " | ")); yield " extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(($context["placeholder_token"] ?? null), 45, $this->source)); yield "\"> extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(($context["placeholder_token"] ?? null), 46, $this->source)); yield "\"> "; // line 47 yield from $this->unwrap()->yieldBlock('custom_css', $context, $blocks); // line 48 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [($context["body_classes"] ?? null)], "method", false, false, true, 49), 49, $this->source), "html", null, true); yield "> <a> "; // line 51 yield $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Skip to main content")); yield " </a> "; // line 53 if (($context["is_front"] ?? null)) { // line 54 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->safeJoin($this->env, $this->sandbox->ensureToStringAllowed(($context["head_title"] ?? null), 54, $this->source), " | ")); yield " "; } // line 56 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["page_top"] ?? null), 56, $this->source), "html", null, true); yield " "; // line 57 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["page"] ?? null), 57, $this->source), "html", null, true); yield " "; // line 58 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["page_bottom"] ?? null), 58, $this->source), "html", null, true); yield " extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(($context["placeholder_token"] ?? null), 59, $this->source)); yield "\"> "; // line 60 yield from $this->unwrap()->yieldBlock('svg_icons', $context, $blocks); // line 63 yield " "; $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["logged_in", "root_path", "node_type", "node_edit", "html_attributes", "placeholder_token", "head_title", "attributes", "is_front", "page_top", "page", "page_bottom", "svg_icons"]); return; yield ''; } // line 47 public function block_custom_css($context, array $blocks = []) { $macros = $this->macros; yield " "; return; yield ''; } // line 60 public function block_svg_icons($context, array $blocks = []) { $macros = $this->macros; // line 61 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(($context["svg_icons"] ?? null), 61, $this->source)); yield " "; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "themes/custom/greenforum_main/templates/system/html.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 140 => 61, 136 => 60, 128 => 47, 120 => 63, 118 => 60, 114 => 59, 110 => 58, 106 => 57, 101 => 56, 95 => 54, 93 => 53, 88 => 51, 83 => 49, 80 => 48, 78 => 47, 74 => 46, 70 => 45, 66 => 44, 62 => 43, 52 => 36, 48 => 34, 46 => 31, 45 => 30, 44 => 29, 43 => 28, 42 => 27,); } public function getSourceContext() { return new Source("", "themes/custom/greenforum_main/templates/system/html.html.twig", "/Data/htdocs/greenforum-api/themes/custom/greenforum_main/templates/system/html.html.twig"); } public function checkSecurity() { static $tags = array("set" => 27, "block" => 47, "if" => 53); static $filters = array("clean_class" => 29, "escape" => 36, "raw" => 43, "safe_join" => 44, "t" => 51); static $functions = array(); try { $this->sandbox->checkSecurity( ['set', 'block', 'if'], ['clean_class', 'escape', 'raw', 'safe_join', 't'], [], $this->source ); } catch (SecurityError $e) { $e->setSourceContext($this->source); 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: 375) Twig\Environment->loadTemplate('__TwigTemplate_115aaa0110147dd4b8dda6c26b6830ee', 'themes/custom/greenforum_main/templates/system/html.html.twig') (Line: 336) Twig\Environment->load('themes/custom/greenforum_main/templates/system/html.html.twig') (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/system/html.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 158) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627) Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 153) 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(Object, 'kernel.view') (Line: 186) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76) Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58) Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28) Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 106) Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193) Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36) Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files', 511) (Line: 104) Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php', 511) (Line: 104) Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73) Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66) Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('690b6c216a7c7_page.html.twig_FuovR9nh-YunwWD7rr-7ZwC2S', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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/custom/greenforum_main/templates/layout/page.html.twig */ class __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2 extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ 'sidebar_first' => [$this, 'block_sidebar_first'], 'content' => [$this, 'block_content'], 'sidebar_second' => [$this, 'block_sidebar_second'], ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 46 $context["nav_classes"] = ((("navbar navbar-expand-lg" . ((( // line 47 ($context["b5_navbar_schema"] ?? null) != "none")) ? ((" navbar-" . $this->sandbox->ensureToStringAllowed(($context["b5_navbar_schema"] ?? null), 47, $this->source))) : (" "))) . ((( // line 48 ($context["b5_navbar_schema"] ?? null) != "none")) ? ((((($context["b5_navbar_schema"] ?? null) == "dark")) ? (" text-light") : (" text-dark"))) : (" "))) . ((( // line 49 ($context["b5_navbar_bg_schema"] ?? null) != "none")) ? ((" bg-" . $this->sandbox->ensureToStringAllowed(($context["b5_navbar_bg_schema"] ?? null), 49, $this->source))) : (" "))); // line 51 yield " "; // line 53 $context["footer_classes"] = (((" " . ((( // line 54 ($context["b5_footer_schema"] ?? null) != "none")) ? ((" footer-" . $this->sandbox->ensureToStringAllowed(($context["b5_footer_schema"] ?? null), 54, $this->source))) : (" "))) . ((( // line 55 ($context["b5_footer_schema"] ?? null) != "none")) ? ((((($context["b5_footer_schema"] ?? null) == "dark")) ? (" text-light") : (" text-dark"))) : (" "))) . ((( // line 56 ($context["b5_footer_bg_schema"] ?? null) != "none")) ? ((" bg-" . $this->sandbox->ensureToStringAllowed(($context["b5_footer_bg_schema"] ?? null), 56, $this->source))) : (" "))); // line 58 yield " "; // line 59 if (CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "header", [], "any", false, false, true, 59)) { // line 60 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "header", [], "any", false, false, true, 60), 60, $this->source), "html", null, true); yield " "; } // line 62 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["nav_classes"] ?? null), 63, $this->source), "html", null, true); yield "\"> extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["b5_top_container"] ?? null), 64, $this->source), "html", null, true); yield " d-flex \"> "; // line 74 if (CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "header_top", [], "any", false, false, true, 74)) { yield " \t\t "; // line 75 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "header_top", [], "any", false, false, true, 75), 75, $this->source), "html", null, true); yield " \t "; } // line 77 yield " "; // line 79 if (CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "header_menu_bottom", [], "any", false, false, true, 79)) { yield " "; // line 80 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "header_menu_bottom", [], "any", false, false, true, 80), 80, $this->source), "html", null, true); yield " "; } // line 82 yield " "; // line 84 if (CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "header_menu_top", [], "any", false, false, true, 84)) { yield " "; // line 85 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "header_menu_top", [], "any", false, false, true, 85), 85, $this->source), "html", null, true); yield " "; } // line 87 yield " <a></a>"; // line 95 yield " "; // line 97 $context["sidebar_first_classes"] = (((CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 97) && CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 97))) ? ("col-12 col-sm-6 col-lg-3") : ("col-12 col-lg-3")); // line 99 yield " "; // line 101 $context["sidebar_second_classes"] = (((CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 101) && CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 101))) ? ("col-12 col-sm-6 col-lg-3") : ("col-12 col-lg-3")); // line 103 yield " "; // line 105 $context["content_classes"] = (((CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 105) && CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 105))) ? ("col-12 col-lg-6") : ((((CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 105) || CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 105))) ? ("col-12 col-lg-9") : ("col-12")))); // line 107 yield " "; // line 108 if (CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "fullwidth_banner", [], "any", false, false, true, 108)) { // line 109 yield "\t \t\t\t"; // line 110 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "fullwidth_banner", [], "any", false, false, true, 110), 110, $this->source), "html", null, true); yield " \t \t"; } // line 112 yield "\t "; // line 114 if (CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "hero", [], "any", false, false, true, 114)) { // line 115 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "hero", [], "any", false, false, true, 115), 115, $this->source), "html", null, true); yield " "; } // line 117 yield " "; // line 118 if (CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "secondary_navigation", [], "any", false, false, true, 118)) { // line 119 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "secondary_navigation", [], "any", false, false, true, 119), 119, $this->source), "html", null, true); yield " "; } // line 121 yield " "; // line 122 if (CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "content_top", [], "any", false, false, true, 122)) { // line 123 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "content_top", [], "any", false, false, true, 123), 123, $this->source), "html", null, true); yield " "; } // line 124 yield " "; // line 126 if ((CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "title", [], "any", false, false, true, 126) && ($context["display_page_title"] ?? null))) { // line 127 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "title", [], "any", false, false, true, 127), 127, $this->source), "html", null, true); yield " "; } // line 129 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["b5_top_container"] ?? null), 130, $this->source), "html", null, true); yield "\"> "; // line 131 if (CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "breadcrumb", [], "any", false, false, true, 131)) { // line 132 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "breadcrumb", [], "any", false, false, true, 132), 132, $this->source), "html", null, true); yield " "; } // line 134 yield " "; // line 135 if (CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "group_left_sidebar", [], "any", false, false, true, 135)) { // line 136 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["sidebar_first_classes"] ?? null), 136, $this->source), "html", null, true); yield " sidebar left-sidebar\"> "; // line 137 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "group_left_sidebar", [], "any", false, false, true, 137), 137, $this->source), "html", null, true); yield " "; } // line 140 yield " "; // line 141 if ((CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "complementary_top", [], "any", false, false, true, 141) || CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "complementary_bottom", [], "any", false, false, true, 141))) { // line 142 yield " "; // line 143 if (CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "complementary_top", [], "any", false, false, true, 143)) { // line 144 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "complementary_top", [], "any", false, false, true, 144), 144, $this->source), "html", null, true); yield " "; } // line 146 yield " "; if (CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "complementary_bottom", [], "any", false, false, true, 146)) { // line 147 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "complementary_bottom", [], "any", false, false, true, 147), 147, $this->source), "html", null, true); yield " "; } // line 149 yield " "; } // line 151 yield " "; // line 153 yield " "; if (((CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 153) && !CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "complementary_top", [], "any", false, false, true, 153)) && !CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "complementary_bottom", [], "any", false, false, true, 153))) { // line 154 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["sidebar_second_classes"] ?? null), 154, $this->source), "html", null, true); yield "\"> "; // line 155 yield from $this->unwrap()->yieldBlock('sidebar_first', $context, $blocks); // line 158 yield " "; } // line 160 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content_classes"] ?? null), 161, $this->source), "html", null, true); yield "\"> "; // line 162 yield from $this->unwrap()->yieldBlock('content', $context, $blocks); // line 165 yield " "; // line 168 yield " "; if (((CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 168) && !CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "complementary_top", [], "any", false, false, true, 168)) && !CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "complementary_bottom", [], "any", false, false, true, 168))) { // line 169 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["sidebar_second_classes"] ?? null), 169, $this->source), "html", null, true); yield "\"> "; // line 170 yield from $this->unwrap()->yieldBlock('sidebar_second', $context, $blocks); // line 173 yield " "; } // line 175 yield " "; // line 176 if (CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "group_right_sidebar", [], "any", false, false, true, 176)) { // line 177 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["sidebar_first_classes"] ?? null), 177, $this->source), "html", null, true); yield " sidebar right-sidebar\"> "; // line 178 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "group_right_sidebar", [], "any", false, false, true, 178), 178, $this->source), "html", null, true); yield " "; } // line 181 yield " "; // line 184 if (CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "content_bottom", [], "any", false, false, true, 184)) { // line 185 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "content_bottom", [], "any", false, false, true, 185), 185, $this->source), "html", null, true); yield " "; } // line 187 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["footer_classes"] ?? null), 190, $this->source), "html", null, true); yield " footers\"> extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["b5_top_container"] ?? null), 191, $this->source), "html", null, true); yield "\"> "; // line 192 if (CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "footer_top", [], "any", false, false, true, 192)) { // line 193 yield " "; // line 195 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "footer_top", [], "any", false, false, true, 195), 195, $this->source), "html", null, true); yield " "; // line 196 if (CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "footer_bottom", [], "any", false, false, true, 196)) { // line 197 yield " "; // line 198 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "footer_bottom", [], "any", false, false, true, 198), 198, $this->source), "html", null, true); yield " "; } // line 201 yield " "; if (CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "footer_right", [], "any", false, false, true, 201)) { // line 202 yield " "; // line 203 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "footer_right", [], "any", false, false, true, 203), 203, $this->source), "html", null, true); yield " "; } // line 206 yield " "; } // line 209 yield " "; // line 211 if (CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "footer", [], "any", false, false, true, 211)) { // line 212 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "footer", [], "any", false, false, true, 212), 212, $this->source), "html", null, true); yield " "; } $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["b5_navbar_schema", "b5_navbar_bg_schema", "b5_footer_schema", "b5_footer_bg_schema", "page", "b5_top_container", "display_page_title"]); return; yield ''; } // line 155 public function block_sidebar_first($context, array $blocks = []) { $macros = $this->macros; // line 156 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 156), 156, $this->source), "html", null, true); yield " "; return; yield ''; } // line 162 public function block_content($context, array $blocks = []) { $macros = $this->macros; // line 163 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "content", [], "any", false, false, true, 163), 163, $this->source), "html", null, true); yield " "; return; yield ''; } // line 170 public function block_sidebar_second($context, array $blocks = []) { $macros = $this->macros; // line 171 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 171), 171, $this->source), "html", null, true); yield " "; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "themes/custom/greenforum_main/templates/layout/page.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 434 => 171, 430 => 170, 422 => 163, 418 => 162, 410 => 156, 406 => 155, 396 => 212, 394 => 211, 390 => 209, 385 => 206, 379 => 203, 376 => 202, 373 => 201, 367 => 198, 364 => 197, 362 => 196, 358 => 195, 354 => 193, 352 => 192, 348 => 191, 344 => 190, 339 => 187, 333 => 185, 331 => 184, 326 => 181, 320 => 178, 315 => 177, 313 => 176, 310 => 175, 306 => 173, 304 => 170, 299 => 169, 296 => 168, 292 => 165, 290 => 162, 286 => 161, 283 => 160, 279 => 158, 277 => 155, 272 => 154, 269 => 153, 266 => 151, 262 => 149, 256 => 147, 253 => 146, 247 => 144, 245 => 143, 242 => 142, 240 => 141, 237 => 140, 231 => 137, 226 => 136, 224 => 135, 221 => 134, 215 => 132, 213 => 131, 209 => 130, 206 => 129, 200 => 127, 198 => 126, 194 => 124, 188 => 123, 186 => 122, 183 => 121, 177 => 119, 175 => 118, 172 => 117, 166 => 115, 164 => 114, 160 => 112, 154 => 110, 151 => 109, 149 => 108, 146 => 107, 144 => 105, 141 => 103, 139 => 101, 136 => 99, 134 => 97, 131 => 95, 122 => 87, 117 => 85, 113 => 84, 109 => 82, 104 => 80, 100 => 79, 96 => 77, 91 => 75, 87 => 74, 74 => 64, 70 => 63, 67 => 62, 61 => 60, 59 => 59, 56 => 58, 54 => 56, 53 => 55, 52 => 54, 51 => 53, 48 => 51, 46 => 49, 45 => 48, 44 => 47, 43 => 46,); } public function getSourceContext() { return new Source("", "themes/custom/greenforum_main/templates/layout/page.html.twig", "/Data/htdocs/greenforum-api/themes/custom/greenforum_main/templates/layout/page.html.twig"); } public function checkSecurity() { static $tags = array("set" => 46, "if" => 59, "block" => 155); static $filters = array("escape" => 60); static $functions = array(); try { $this->sandbox->checkSecurity( ['set', 'if', 'block'], ['escape'], [], $this->source ); } catch (SecurityError $e) { $e->setSourceContext($this->source); 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: 112) Drupal\Core\Template\TwigPhpStorageCache->write('690b6c216a7c7_page.html.twig_FuovR9nh-YunwWD7rr-7ZwC2S', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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/custom/greenforum_main/templates/layout/page.html.twig */ class __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2 extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ 'sidebar_first' => [$this, 'block_sidebar_first'], 'content' => [$this, 'block_content'], 'sidebar_second' => [$this, 'block_sidebar_second'], ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 46 $context["nav_classes"] = ((("navbar navbar-expand-lg" . ((( // line 47 ($context["b5_navbar_schema"] ?? null) != "none")) ? ((" navbar-" . $this->sandbox->ensureToStringAllowed(($context["b5_navbar_schema"] ?? null), 47, $this->source))) : (" "))) . ((( // line 48 ($context["b5_navbar_schema"] ?? null) != "none")) ? ((((($context["b5_navbar_schema"] ?? null) == "dark")) ? (" text-light") : (" text-dark"))) : (" "))) . ((( // line 49 ($context["b5_navbar_bg_schema"] ?? null) != "none")) ? ((" bg-" . $this->sandbox->ensureToStringAllowed(($context["b5_navbar_bg_schema"] ?? null), 49, $this->source))) : (" "))); // line 51 yield " "; // line 53 $context["footer_classes"] = (((" " . ((( // line 54 ($context["b5_footer_schema"] ?? null) != "none")) ? ((" footer-" . $this->sandbox->ensureToStringAllowed(($context["b5_footer_schema"] ?? null), 54, $this->source))) : (" "))) . ((( // line 55 ($context["b5_footer_schema"] ?? null) != "none")) ? ((((($context["b5_footer_schema"] ?? null) == "dark")) ? (" text-light") : (" text-dark"))) : (" "))) . ((( // line 56 ($context["b5_footer_bg_schema"] ?? null) != "none")) ? ((" bg-" . $this->sandbox->ensureToStringAllowed(($context["b5_footer_bg_schema"] ?? null), 56, $this->source))) : (" "))); // line 58 yield " "; // line 59 if (CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "header", [], "any", false, false, true, 59)) { // line 60 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "header", [], "any", false, false, true, 60), 60, $this->source), "html", null, true); yield " "; } // line 62 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["nav_classes"] ?? null), 63, $this->source), "html", null, true); yield "\"> extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["b5_top_container"] ?? null), 64, $this->source), "html", null, true); yield " d-flex \"> "; // line 74 if (CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "header_top", [], "any", false, false, true, 74)) { yield " \t\t "; // line 75 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "header_top", [], "any", false, false, true, 75), 75, $this->source), "html", null, true); yield " \t "; } // line 77 yield " "; // line 79 if (CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "header_menu_bottom", [], "any", false, false, true, 79)) { yield " "; // line 80 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "header_menu_bottom", [], "any", false, false, true, 80), 80, $this->source), "html", null, true); yield " "; } // line 82 yield " "; // line 84 if (CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "header_menu_top", [], "any", false, false, true, 84)) { yield " "; // line 85 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "header_menu_top", [], "any", false, false, true, 85), 85, $this->source), "html", null, true); yield " "; } // line 87 yield " <a></a>"; // line 95 yield " "; // line 97 $context["sidebar_first_classes"] = (((CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 97) && CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 97))) ? ("col-12 col-sm-6 col-lg-3") : ("col-12 col-lg-3")); // line 99 yield " "; // line 101 $context["sidebar_second_classes"] = (((CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 101) && CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 101))) ? ("col-12 col-sm-6 col-lg-3") : ("col-12 col-lg-3")); // line 103 yield " "; // line 105 $context["content_classes"] = (((CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 105) && CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 105))) ? ("col-12 col-lg-6") : ((((CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 105) || CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 105))) ? ("col-12 col-lg-9") : ("col-12")))); // line 107 yield " "; // line 108 if (CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "fullwidth_banner", [], "any", false, false, true, 108)) { // line 109 yield "\t \t\t\t"; // line 110 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "fullwidth_banner", [], "any", false, false, true, 110), 110, $this->source), "html", null, true); yield " \t \t"; } // line 112 yield "\t "; // line 114 if (CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "hero", [], "any", false, false, true, 114)) { // line 115 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "hero", [], "any", false, false, true, 115), 115, $this->source), "html", null, true); yield " "; } // line 117 yield " "; // line 118 if (CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "secondary_navigation", [], "any", false, false, true, 118)) { // line 119 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "secondary_navigation", [], "any", false, false, true, 119), 119, $this->source), "html", null, true); yield " "; } // line 121 yield " "; // line 122 if (CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "content_top", [], "any", false, false, true, 122)) { // line 123 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "content_top", [], "any", false, false, true, 123), 123, $this->source), "html", null, true); yield " "; } // line 124 yield " "; // line 126 if ((CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "title", [], "any", false, false, true, 126) && ($context["display_page_title"] ?? null))) { // line 127 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "title", [], "any", false, false, true, 127), 127, $this->source), "html", null, true); yield " "; } // line 129 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["b5_top_container"] ?? null), 130, $this->source), "html", null, true); yield "\"> "; // line 131 if (CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "breadcrumb", [], "any", false, false, true, 131)) { // line 132 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "breadcrumb", [], "any", false, false, true, 132), 132, $this->source), "html", null, true); yield " "; } // line 134 yield " "; // line 135 if (CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "group_left_sidebar", [], "any", false, false, true, 135)) { // line 136 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["sidebar_first_classes"] ?? null), 136, $this->source), "html", null, true); yield " sidebar left-sidebar\"> "; // line 137 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "group_left_sidebar", [], "any", false, false, true, 137), 137, $this->source), "html", null, true); yield " "; } // line 140 yield " "; // line 141 if ((CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "complementary_top", [], "any", false, false, true, 141) || CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "complementary_bottom", [], "any", false, false, true, 141))) { // line 142 yield " "; // line 143 if (CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "complementary_top", [], "any", false, false, true, 143)) { // line 144 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "complementary_top", [], "any", false, false, true, 144), 144, $this->source), "html", null, true); yield " "; } // line 146 yield " "; if (CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "complementary_bottom", [], "any", false, false, true, 146)) { // line 147 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "complementary_bottom", [], "any", false, false, true, 147), 147, $this->source), "html", null, true); yield " "; } // line 149 yield " "; } // line 151 yield " "; // line 153 yield " "; if (((CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 153) && !CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "complementary_top", [], "any", false, false, true, 153)) && !CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "complementary_bottom", [], "any", false, false, true, 153))) { // line 154 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["sidebar_second_classes"] ?? null), 154, $this->source), "html", null, true); yield "\"> "; // line 155 yield from $this->unwrap()->yieldBlock('sidebar_first', $context, $blocks); // line 158 yield " "; } // line 160 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content_classes"] ?? null), 161, $this->source), "html", null, true); yield "\"> "; // line 162 yield from $this->unwrap()->yieldBlock('content', $context, $blocks); // line 165 yield " "; // line 168 yield " "; if (((CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 168) && !CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "complementary_top", [], "any", false, false, true, 168)) && !CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "complementary_bottom", [], "any", false, false, true, 168))) { // line 169 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["sidebar_second_classes"] ?? null), 169, $this->source), "html", null, true); yield "\"> "; // line 170 yield from $this->unwrap()->yieldBlock('sidebar_second', $context, $blocks); // line 173 yield " "; } // line 175 yield " "; // line 176 if (CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "group_right_sidebar", [], "any", false, false, true, 176)) { // line 177 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["sidebar_first_classes"] ?? null), 177, $this->source), "html", null, true); yield " sidebar right-sidebar\"> "; // line 178 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "group_right_sidebar", [], "any", false, false, true, 178), 178, $this->source), "html", null, true); yield " "; } // line 181 yield " "; // line 184 if (CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "content_bottom", [], "any", false, false, true, 184)) { // line 185 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "content_bottom", [], "any", false, false, true, 185), 185, $this->source), "html", null, true); yield " "; } // line 187 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["footer_classes"] ?? null), 190, $this->source), "html", null, true); yield " footers\"> extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["b5_top_container"] ?? null), 191, $this->source), "html", null, true); yield "\"> "; // line 192 if (CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "footer_top", [], "any", false, false, true, 192)) { // line 193 yield " "; // line 195 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "footer_top", [], "any", false, false, true, 195), 195, $this->source), "html", null, true); yield " "; // line 196 if (CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "footer_bottom", [], "any", false, false, true, 196)) { // line 197 yield " "; // line 198 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "footer_bottom", [], "any", false, false, true, 198), 198, $this->source), "html", null, true); yield " "; } // line 201 yield " "; if (CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "footer_right", [], "any", false, false, true, 201)) { // line 202 yield " "; // line 203 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "footer_right", [], "any", false, false, true, 203), 203, $this->source), "html", null, true); yield " "; } // line 206 yield " "; } // line 209 yield " "; // line 211 if (CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "footer", [], "any", false, false, true, 211)) { // line 212 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "footer", [], "any", false, false, true, 212), 212, $this->source), "html", null, true); yield " "; } $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["b5_navbar_schema", "b5_navbar_bg_schema", "b5_footer_schema", "b5_footer_bg_schema", "page", "b5_top_container", "display_page_title"]); return; yield ''; } // line 155 public function block_sidebar_first($context, array $blocks = []) { $macros = $this->macros; // line 156 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 156), 156, $this->source), "html", null, true); yield " "; return; yield ''; } // line 162 public function block_content($context, array $blocks = []) { $macros = $this->macros; // line 163 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "content", [], "any", false, false, true, 163), 163, $this->source), "html", null, true); yield " "; return; yield ''; } // line 170 public function block_sidebar_second($context, array $blocks = []) { $macros = $this->macros; // line 171 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 171), 171, $this->source), "html", null, true); yield " "; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "themes/custom/greenforum_main/templates/layout/page.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 434 => 171, 430 => 170, 422 => 163, 418 => 162, 410 => 156, 406 => 155, 396 => 212, 394 => 211, 390 => 209, 385 => 206, 379 => 203, 376 => 202, 373 => 201, 367 => 198, 364 => 197, 362 => 196, 358 => 195, 354 => 193, 352 => 192, 348 => 191, 344 => 190, 339 => 187, 333 => 185, 331 => 184, 326 => 181, 320 => 178, 315 => 177, 313 => 176, 310 => 175, 306 => 173, 304 => 170, 299 => 169, 296 => 168, 292 => 165, 290 => 162, 286 => 161, 283 => 160, 279 => 158, 277 => 155, 272 => 154, 269 => 153, 266 => 151, 262 => 149, 256 => 147, 253 => 146, 247 => 144, 245 => 143, 242 => 142, 240 => 141, 237 => 140, 231 => 137, 226 => 136, 224 => 135, 221 => 134, 215 => 132, 213 => 131, 209 => 130, 206 => 129, 200 => 127, 198 => 126, 194 => 124, 188 => 123, 186 => 122, 183 => 121, 177 => 119, 175 => 118, 172 => 117, 166 => 115, 164 => 114, 160 => 112, 154 => 110, 151 => 109, 149 => 108, 146 => 107, 144 => 105, 141 => 103, 139 => 101, 136 => 99, 134 => 97, 131 => 95, 122 => 87, 117 => 85, 113 => 84, 109 => 82, 104 => 80, 100 => 79, 96 => 77, 91 => 75, 87 => 74, 74 => 64, 70 => 63, 67 => 62, 61 => 60, 59 => 59, 56 => 58, 54 => 56, 53 => 55, 52 => 54, 51 => 53, 48 => 51, 46 => 49, 45 => 48, 44 => 47, 43 => 46,); } public function getSourceContext() { return new Source("", "themes/custom/greenforum_main/templates/layout/page.html.twig", "/Data/htdocs/greenforum-api/themes/custom/greenforum_main/templates/layout/page.html.twig"); } public function checkSecurity() { static $tags = array("set" => 46, "if" => 59, "block" => 155); static $filters = array("escape" => 60); static $functions = array(); try { $this->sandbox->checkSecurity( ['set', 'if', 'block'], ['escape'], [], $this->source ); } catch (SecurityError $e) { $e->setSourceContext($this->source); 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: 375) Twig\Environment->loadTemplate('__TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2', 'themes/custom/greenforum_main/templates/layout/page.html.twig') (Line: 336) Twig\Environment->load('themes/custom/greenforum_main/templates/layout/page.html.twig') (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/layout/page.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 106) __TwigTemplate_115aaa0110147dd4b8dda6c26b6830ee->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/system/html.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 158) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627) Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 153) 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(Object, 'kernel.view') (Line: 186) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76) Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58) Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28) Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 106) Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193) Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36) Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files', 511) (Line: 104) Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php', 511) (Line: 104) Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73) Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66) Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('690b6c216a7c7_region.html.twig_y-1HR7VNUL13Z6n2JCzNG8JEs', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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/contrib/socialbase/templates/layout/region.html.twig */ class __TwigTemplate_26082a838325f9f5270f97100809a985 extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 2 $context["classes"] = [("region--" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 3 ($context["region"] ?? null), 3, $this->source))), ((( // line 4 ($context["region"] ?? null) == "content_top")) ? ("row") : ("")), ((( // line 5 ($context["region"] ?? null) == "content_bottom")) ? ("row") : (""))]; // line 8 if (($context["content"] ?? null)) { // line 9 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [($context["classes"] ?? null)], "method", false, false, true, 9), 9, $this->source), "html", null, true); yield "> "; // line 10 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 10, $this->source), "html", null, true); yield " "; } $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["region", "content", "attributes"]); return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "themes/contrib/socialbase/templates/layout/region.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 52 => 10, 47 => 9, 45 => 8, 43 => 5, 42 => 4, 41 => 3, 40 => 2,); } public function getSourceContext() { return new Source("", "themes/contrib/socialbase/templates/layout/region.html.twig", "/Data/htdocs/greenforum-api/themes/contrib/socialbase/templates/layout/region.html.twig"); } public function checkSecurity() { static $tags = array("set" => 2, "if" => 8); static $filters = array("clean_class" => 3, "escape" => 9); static $functions = array(); try { $this->sandbox->checkSecurity( ['set', 'if'], ['clean_class', 'escape'], [], $this->source ); } catch (SecurityError $e) { $e->setSourceContext($this->source); 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: 112) Drupal\Core\Template\TwigPhpStorageCache->write('690b6c216a7c7_region.html.twig_y-1HR7VNUL13Z6n2JCzNG8JEs', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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/contrib/socialbase/templates/layout/region.html.twig */ class __TwigTemplate_26082a838325f9f5270f97100809a985 extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 2 $context["classes"] = [("region--" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 3 ($context["region"] ?? null), 3, $this->source))), ((( // line 4 ($context["region"] ?? null) == "content_top")) ? ("row") : ("")), ((( // line 5 ($context["region"] ?? null) == "content_bottom")) ? ("row") : (""))]; // line 8 if (($context["content"] ?? null)) { // line 9 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [($context["classes"] ?? null)], "method", false, false, true, 9), 9, $this->source), "html", null, true); yield "> "; // line 10 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 10, $this->source), "html", null, true); yield " "; } $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["region", "content", "attributes"]); return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "themes/contrib/socialbase/templates/layout/region.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 52 => 10, 47 => 9, 45 => 8, 43 => 5, 42 => 4, 41 => 3, 40 => 2,); } public function getSourceContext() { return new Source("", "themes/contrib/socialbase/templates/layout/region.html.twig", "/Data/htdocs/greenforum-api/themes/contrib/socialbase/templates/layout/region.html.twig"); } public function checkSecurity() { static $tags = array("set" => 2, "if" => 8); static $filters = array("clean_class" => 3, "escape" => 9); static $functions = array(); try { $this->sandbox->checkSecurity( ['set', 'if'], ['clean_class', 'escape'], [], $this->source ); } catch (SecurityError $e) { $e->setSourceContext($this->source); 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: 375) Twig\Environment->loadTemplate('__TwigTemplate_26082a838325f9f5270f97100809a985', 'themes/contrib/socialbase/templates/layout/region.html.twig') (Line: 336) Twig\Environment->load('themes/contrib/socialbase/templates/layout/region.html.twig') (Line: 39) twig_render_template('themes/contrib/socialbase/templates/layout/region.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('region', Array) (Line: 536) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 91) __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/layout/page.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 106) __TwigTemplate_115aaa0110147dd4b8dda6c26b6830ee->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/system/html.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 158) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627) Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 153) 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(Object, 'kernel.view') (Line: 186) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76) Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58) Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28) Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 106) Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193) Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36) Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files', 511) (Line: 104) Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php', 511) (Line: 104) Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73) Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66) Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('690b6c216a7c7_block--views-exposed-filt_8LAU_PJ0UONZZutI02z2kfaVi', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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/contrib/socialbase/templates/block/block--views-exposed-filter-block.html.twig */ class __TwigTemplate_ba9b039c2fbf3026c40ec2e5dfb6cfb3 extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $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 = []) { $macros = $this->macros; // line 48 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->attachLibrary("socialbase/offcanvas"), "html", null, true); yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 50, $this->source), "html", null, true); yield " data-class=\"exposed-filter-block\"> <a line yield this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Click to open filter")); yield "\"> "; // line 54 echo t("Open filter", array()); yield " "; // line 57 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 57, $this->source), "html", null, true); yield " </a> "; // line 63 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_prefix"] ?? null), 63, $this->source), "html", null, true); yield " "; // line 64 if (($context["label"] ?? null)) { // line 65 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["title_attributes"] ?? null), "addClass", ["complementary-title", "no-margin"], "method", false, false, true, 65), 65, $this->source), "html", null, true); yield ">"; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 65, $this->source), "html", null, true); yield " "; } // line 67 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_suffix"] ?? null), 67, $this->source), "html", null, true); yield " <a line yield this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Click to close search box")); yield "\"> "; // line 72 echo t("Close filter", array()); yield " </a> "; // line 81 yield from $this->unwrap()->yieldBlock('content', $context, $blocks); // line 84 yield " "; $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["attributes", "label", "title_prefix", "title_attributes", "title_suffix", "content"]); return; yield ''; } // line 81 public function block_content($context, array $blocks = []) { $macros = $this->macros; // line 82 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 82, $this->source), "html", null, true); yield " "; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "themes/contrib/socialbase/templates/block/block--views-exposed-filter-block.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 125 => 82, 121 => 81, 111 => 84, 109 => 81, 97 => 72, 92 => 70, 85 => 67, 77 => 65, 75 => 64, 71 => 63, 62 => 57, 56 => 54, 51 => 52, 46 => 50, 41 => 48,); } public function getSourceContext() { return new Source("", "themes/contrib/socialbase/templates/block/block--views-exposed-filter-block.html.twig", "/Data/htdocs/greenforum-api/themes/contrib/socialbase/templates/block/block--views-exposed-filter-block.html.twig"); } public function checkSecurity() { static $tags = array("trans" => 54, "if" => 64, "block" => 81); static $filters = array("escape" => 48, "t" => 52); static $functions = array("attach_library" => 48); try { $this->sandbox->checkSecurity( ['trans', 'if', 'block'], ['escape', 't'], ['attach_library'], $this->source ); } catch (SecurityError $e) { $e->setSourceContext($this->source); 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: 112) Drupal\Core\Template\TwigPhpStorageCache->write('690b6c216a7c7_block--views-exposed-filt_8LAU_PJ0UONZZutI02z2kfaVi', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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/contrib/socialbase/templates/block/block--views-exposed-filter-block.html.twig */ class __TwigTemplate_ba9b039c2fbf3026c40ec2e5dfb6cfb3 extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $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 = []) { $macros = $this->macros; // line 48 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->attachLibrary("socialbase/offcanvas"), "html", null, true); yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 50, $this->source), "html", null, true); yield " data-class=\"exposed-filter-block\"> <a line yield this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Click to open filter")); yield "\"> "; // line 54 echo t("Open filter", array()); yield " "; // line 57 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 57, $this->source), "html", null, true); yield " </a> "; // line 63 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_prefix"] ?? null), 63, $this->source), "html", null, true); yield " "; // line 64 if (($context["label"] ?? null)) { // line 65 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["title_attributes"] ?? null), "addClass", ["complementary-title", "no-margin"], "method", false, false, true, 65), 65, $this->source), "html", null, true); yield ">"; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 65, $this->source), "html", null, true); yield " "; } // line 67 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_suffix"] ?? null), 67, $this->source), "html", null, true); yield " <a line yield this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Click to close search box")); yield "\"> "; // line 72 echo t("Close filter", array()); yield " </a> "; // line 81 yield from $this->unwrap()->yieldBlock('content', $context, $blocks); // line 84 yield " "; $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["attributes", "label", "title_prefix", "title_attributes", "title_suffix", "content"]); return; yield ''; } // line 81 public function block_content($context, array $blocks = []) { $macros = $this->macros; // line 82 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 82, $this->source), "html", null, true); yield " "; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "themes/contrib/socialbase/templates/block/block--views-exposed-filter-block.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 125 => 82, 121 => 81, 111 => 84, 109 => 81, 97 => 72, 92 => 70, 85 => 67, 77 => 65, 75 => 64, 71 => 63, 62 => 57, 56 => 54, 51 => 52, 46 => 50, 41 => 48,); } public function getSourceContext() { return new Source("", "themes/contrib/socialbase/templates/block/block--views-exposed-filter-block.html.twig", "/Data/htdocs/greenforum-api/themes/contrib/socialbase/templates/block/block--views-exposed-filter-block.html.twig"); } public function checkSecurity() { static $tags = array("trans" => 54, "if" => 64, "block" => 81); static $filters = array("escape" => 48, "t" => 52); static $functions = array("attach_library" => 48); try { $this->sandbox->checkSecurity( ['trans', 'if', 'block'], ['escape', 't'], ['attach_library'], $this->source ); } catch (SecurityError $e) { $e->setSourceContext($this->source); 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: 375) Twig\Environment->loadTemplate('__TwigTemplate_ba9b039c2fbf3026c40ec2e5dfb6cfb3', 'themes/contrib/socialbase/templates/block/block--views-exposed-filter-block.html.twig') (Line: 336) Twig\Environment->load('themes/contrib/socialbase/templates/block/block--views-exposed-filter-block.html.twig') (Line: 39) twig_render_template('themes/contrib/socialbase/templates/block/block--views-exposed-filter-block.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array) (Line: 493) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 117) __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/layout/page.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 106) __TwigTemplate_115aaa0110147dd4b8dda6c26b6830ee->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/system/html.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 158) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627) Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 153) 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(Object, 'kernel.view') (Line: 186) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76) Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58) Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28) Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 106) Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193) Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36) Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files', 511) (Line: 104) Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php', 511) (Line: 104) Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73) Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66) Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('690b6c216a7c7_views-exposed-form.html.t_3yqgcc8ZP7576AP-Ory2CJE7h', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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/contrib/socialbase/templates/form/views-exposed-form.html.twig */ class __TwigTemplate_6ac6279db6d5aff2067622358006fecd extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 14 if ( !Twig\Extension\CoreExtension::testEmpty(($context["q"] ?? null))) { // line 15 yield " "; // line 19 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["q"] ?? null), 19, $this->source), "html", null, true); yield " "; } // line 21 yield " "; // line 22 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["form"] ?? null), 22, $this->source), "html", null, true); yield " "; $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["q", "form"]); return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "themes/contrib/socialbase/templates/form/views-exposed-form.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 53 => 22, 50 => 21, 44 => 19, 42 => 15, 40 => 14,); } public function getSourceContext() { return new Source("", "themes/contrib/socialbase/templates/form/views-exposed-form.html.twig", "/Data/htdocs/greenforum-api/themes/contrib/socialbase/templates/form/views-exposed-form.html.twig"); } public function checkSecurity() { static $tags = array("if" => 14); static $filters = array("escape" => 19); static $functions = array(); try { $this->sandbox->checkSecurity( ['if'], ['escape'], [], $this->source ); } catch (SecurityError $e) { $e->setSourceContext($this->source); 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: 112) Drupal\Core\Template\TwigPhpStorageCache->write('690b6c216a7c7_views-exposed-form.html.t_3yqgcc8ZP7576AP-Ory2CJE7h', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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/contrib/socialbase/templates/form/views-exposed-form.html.twig */ class __TwigTemplate_6ac6279db6d5aff2067622358006fecd extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 14 if ( !Twig\Extension\CoreExtension::testEmpty(($context["q"] ?? null))) { // line 15 yield " "; // line 19 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["q"] ?? null), 19, $this->source), "html", null, true); yield " "; } // line 21 yield " "; // line 22 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["form"] ?? null), 22, $this->source), "html", null, true); yield " "; $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["q", "form"]); return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "themes/contrib/socialbase/templates/form/views-exposed-form.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 53 => 22, 50 => 21, 44 => 19, 42 => 15, 40 => 14,); } public function getSourceContext() { return new Source("", "themes/contrib/socialbase/templates/form/views-exposed-form.html.twig", "/Data/htdocs/greenforum-api/themes/contrib/socialbase/templates/form/views-exposed-form.html.twig"); } public function checkSecurity() { static $tags = array("if" => 14); static $filters = array("escape" => 19); static $functions = array(); try { $this->sandbox->checkSecurity( ['if'], ['escape'], [], $this->source ); } catch (SecurityError $e) { $e->setSourceContext($this->source); 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: 375) Twig\Environment->loadTemplate('__TwigTemplate_6ac6279db6d5aff2067622358006fecd', 'themes/contrib/socialbase/templates/form/views-exposed-form.html.twig') (Line: 336) Twig\Environment->load('themes/contrib/socialbase/templates/form/views-exposed-form.html.twig') (Line: 39) twig_render_template('themes/contrib/socialbase/templates/form/views-exposed-form.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('views_exposed_form', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 126) __TwigTemplate_ba9b039c2fbf3026c40ec2e5dfb6cfb3->block_content(Array, Array) (Line: 430) Twig\Template->yieldBlock('content', Array, Array) (Line: 109) __TwigTemplate_ba9b039c2fbf3026c40ec2e5dfb6cfb3->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/contrib/socialbase/templates/block/block--views-exposed-filter-block.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array) (Line: 493) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 117) __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/layout/page.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 106) __TwigTemplate_115aaa0110147dd4b8dda6c26b6830ee->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/system/html.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 158) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627) Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 153) 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(Object, 'kernel.view') (Line: 186) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76) Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58) Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28) Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 106) Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193) Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36) Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files', 511) (Line: 104) Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php', 511) (Line: 104) Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73) Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66) Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('690b6c216a7c7_input.html.twig_fdP5hZ6K5FTK2fU7FeRD9nN13', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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/contrib/socialbase/templates/form/input.html.twig */ class __TwigTemplate_17403336ad27b34e2d649ccc8b371a02 extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ 'input' => [$this, 'block_input'], ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 23 $context["classes"] = [(((( // line 24 ($context["type"] ?? null) != "submit") && (($context["type"] ?? null) != "button"))) ? ("form-control") : ("")), ((( // line 25 ($context["type"] ?? null) == "button")) ? ("btn") : ("")), ((( // line 26 ($context["type"] ?? null) == "submit")) ? ("btn js-form-submit") : ("")), (( // line 27 ($context["float_right"] ?? null)) ? ("pull-right") : ("")), ((( // line 28 ($context["button_level"] ?? null) == "raised")) ? ("btn-raised") : ("")), ((( // line 29 ($context["button_type"] ?? null) == "default")) ? ("btn-default") : ("")), ((( // line 30 ($context["button_type"] ?? null) == "flat")) ? ("btn-flat") : ("")), ((( // line 31 ($context["button_type"] ?? null) == "primary")) ? ("btn-primary") : ("")), ((( // line 32 ($context["button_type"] ?? null) == "accent")) ? ("btn-accent") : ("")), ((( // line 33 ($context["button_size"] ?? null) == "small")) ? ("btn-sm") : ("")), ((CoreExtension::getAttribute($this->env, $this->source, // line 34 ($context["attributes"] ?? null), "hasClass", ["crop-preview-wrapper__crop-reset"], "method", false, false, true, 34)) ? ("btn-flat") : ("")), (((( // line 35 ($context["icon"] ?? null) && ($context["icon_position"] ?? null)) && !($context["icon_only"] ?? null))) ? (("icon-" . $this->sandbox->ensureToStringAllowed(($context["icon_position"] ?? null), 35, $this->source))) : (""))]; // line 38 $___internal_parse_0_ = ('' === $tmp = \Twig\Extension\CoreExtension::captureOutput((function () use (&$context, $macros, $blocks) { // line 39 yield " "; // line 40 if (($context["input_group"] ?? null)) { // line 41 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->attachLibrary("socialbase/form--input-groups"), "html", null, true); yield " "; } // line 45 yield " "; // line 46 if (($context["prefix"] ?? null)) { // line 47 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["prefix"] ?? null), 47, $this->source), "html", null, true); yield " "; } // line 49 yield " "; // line 50 yield from $this->unwrap()->yieldBlock('input', $context, $blocks); // line 57 yield " "; // line 58 if (($context["suffix"] ?? null)) { // line 59 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["suffix"] ?? null), 59, $this->source), "html", null, true); yield " "; } // line 61 yield " "; // line 62 if (($context["input_group"] ?? null)) { // line 63 yield " "; } // line 65 yield " "; // line 66 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 66, $this->source), "html", null, true); yield " "; })() ?? new \EmptyIterator())) ? '' : new Markup($tmp, $this->env->getCharset()); // line 38 yield $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(Twig\Extension\CoreExtension::spaceless($___internal_parse_0_)); $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["type", "float_right", "button_level", "button_type", "button_size", "attributes", "icon", "icon_position", "icon_only", "input_group", "prefix", "suffix", "children", "simple_checkbox"]); return; yield ''; } // line 50 public function block_input($context, array $blocks = []) { $macros = $this->macros; // line 51 yield " "; if (($context["simple_checkbox"] ?? null)) { // line 52 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 52, $this->source), "html", null, true); yield " /> "; } else { // line 54 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [($context["classes"] ?? null)], "method", false, false, true, 54), 54, $this->source), "html", null, true); yield " /> "; } // line 56 yield " "; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "themes/contrib/socialbase/templates/form/input.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 139 => 56, 133 => 54, 127 => 52, 124 => 51, 120 => 50, 114 => 38, 109 => 66, 106 => 65, 102 => 63, 100 => 62, 97 => 61, 91 => 59, 89 => 58, 86 => 57, 84 => 50, 81 => 49, 75 => 47, 73 => 46, 70 => 45, 62 => 41, 60 => 40, 57 => 39, 55 => 38, 53 => 35, 52 => 34, 51 => 33, 50 => 32, 49 => 31, 48 => 30, 47 => 29, 46 => 28, 45 => 27, 44 => 26, 43 => 25, 42 => 24, 41 => 23,); } public function getSourceContext() { return new Source("", "themes/contrib/socialbase/templates/form/input.html.twig", "/Data/htdocs/greenforum-api/themes/contrib/socialbase/templates/form/input.html.twig"); } public function checkSecurity() { static $tags = array("set" => 23, "apply" => 38, "if" => 40, "block" => 50); static $filters = array("escape" => 41, "spaceless" => 38); static $functions = array("attach_library" => 41); try { $this->sandbox->checkSecurity( ['set', 'apply', 'if', 'block'], ['escape', 'spaceless'], ['attach_library'], $this->source ); } catch (SecurityError $e) { $e->setSourceContext($this->source); 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: 112) Drupal\Core\Template\TwigPhpStorageCache->write('690b6c216a7c7_input.html.twig_fdP5hZ6K5FTK2fU7FeRD9nN13', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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/contrib/socialbase/templates/form/input.html.twig */ class __TwigTemplate_17403336ad27b34e2d649ccc8b371a02 extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ 'input' => [$this, 'block_input'], ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 23 $context["classes"] = [(((( // line 24 ($context["type"] ?? null) != "submit") && (($context["type"] ?? null) != "button"))) ? ("form-control") : ("")), ((( // line 25 ($context["type"] ?? null) == "button")) ? ("btn") : ("")), ((( // line 26 ($context["type"] ?? null) == "submit")) ? ("btn js-form-submit") : ("")), (( // line 27 ($context["float_right"] ?? null)) ? ("pull-right") : ("")), ((( // line 28 ($context["button_level"] ?? null) == "raised")) ? ("btn-raised") : ("")), ((( // line 29 ($context["button_type"] ?? null) == "default")) ? ("btn-default") : ("")), ((( // line 30 ($context["button_type"] ?? null) == "flat")) ? ("btn-flat") : ("")), ((( // line 31 ($context["button_type"] ?? null) == "primary")) ? ("btn-primary") : ("")), ((( // line 32 ($context["button_type"] ?? null) == "accent")) ? ("btn-accent") : ("")), ((( // line 33 ($context["button_size"] ?? null) == "small")) ? ("btn-sm") : ("")), ((CoreExtension::getAttribute($this->env, $this->source, // line 34 ($context["attributes"] ?? null), "hasClass", ["crop-preview-wrapper__crop-reset"], "method", false, false, true, 34)) ? ("btn-flat") : ("")), (((( // line 35 ($context["icon"] ?? null) && ($context["icon_position"] ?? null)) && !($context["icon_only"] ?? null))) ? (("icon-" . $this->sandbox->ensureToStringAllowed(($context["icon_position"] ?? null), 35, $this->source))) : (""))]; // line 38 $___internal_parse_0_ = ('' === $tmp = \Twig\Extension\CoreExtension::captureOutput((function () use (&$context, $macros, $blocks) { // line 39 yield " "; // line 40 if (($context["input_group"] ?? null)) { // line 41 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->attachLibrary("socialbase/form--input-groups"), "html", null, true); yield " "; } // line 45 yield " "; // line 46 if (($context["prefix"] ?? null)) { // line 47 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["prefix"] ?? null), 47, $this->source), "html", null, true); yield " "; } // line 49 yield " "; // line 50 yield from $this->unwrap()->yieldBlock('input', $context, $blocks); // line 57 yield " "; // line 58 if (($context["suffix"] ?? null)) { // line 59 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["suffix"] ?? null), 59, $this->source), "html", null, true); yield " "; } // line 61 yield " "; // line 62 if (($context["input_group"] ?? null)) { // line 63 yield " "; } // line 65 yield " "; // line 66 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 66, $this->source), "html", null, true); yield " "; })() ?? new \EmptyIterator())) ? '' : new Markup($tmp, $this->env->getCharset()); // line 38 yield $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(Twig\Extension\CoreExtension::spaceless($___internal_parse_0_)); $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["type", "float_right", "button_level", "button_type", "button_size", "attributes", "icon", "icon_position", "icon_only", "input_group", "prefix", "suffix", "children", "simple_checkbox"]); return; yield ''; } // line 50 public function block_input($context, array $blocks = []) { $macros = $this->macros; // line 51 yield " "; if (($context["simple_checkbox"] ?? null)) { // line 52 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 52, $this->source), "html", null, true); yield " /> "; } else { // line 54 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [($context["classes"] ?? null)], "method", false, false, true, 54), 54, $this->source), "html", null, true); yield " /> "; } // line 56 yield " "; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "themes/contrib/socialbase/templates/form/input.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 139 => 56, 133 => 54, 127 => 52, 124 => 51, 120 => 50, 114 => 38, 109 => 66, 106 => 65, 102 => 63, 100 => 62, 97 => 61, 91 => 59, 89 => 58, 86 => 57, 84 => 50, 81 => 49, 75 => 47, 73 => 46, 70 => 45, 62 => 41, 60 => 40, 57 => 39, 55 => 38, 53 => 35, 52 => 34, 51 => 33, 50 => 32, 49 => 31, 48 => 30, 47 => 29, 46 => 28, 45 => 27, 44 => 26, 43 => 25, 42 => 24, 41 => 23,); } public function getSourceContext() { return new Source("", "themes/contrib/socialbase/templates/form/input.html.twig", "/Data/htdocs/greenforum-api/themes/contrib/socialbase/templates/form/input.html.twig"); } public function checkSecurity() { static $tags = array("set" => 23, "apply" => 38, "if" => 40, "block" => 50); static $filters = array("escape" => 41, "spaceless" => 38); static $functions = array("attach_library" => 41); try { $this->sandbox->checkSecurity( ['set', 'apply', 'if', 'block'], ['escape', 'spaceless'], ['attach_library'], $this->source ); } catch (SecurityError $e) { $e->setSourceContext($this->source); 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: 375) Twig\Environment->loadTemplate('__TwigTemplate_17403336ad27b34e2d649ccc8b371a02', 'themes/contrib/socialbase/templates/form/input.html.twig') (Line: 336) Twig\Environment->load('themes/contrib/socialbase/templates/form/input.html.twig') (Line: 39) twig_render_template('themes/contrib/socialbase/templates/form/input.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('input', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array) (Line: 493) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 53) __TwigTemplate_6ac6279db6d5aff2067622358006fecd->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/contrib/socialbase/templates/form/views-exposed-form.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('views_exposed_form', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 126) __TwigTemplate_ba9b039c2fbf3026c40ec2e5dfb6cfb3->block_content(Array, Array) (Line: 430) Twig\Template->yieldBlock('content', Array, Array) (Line: 109) __TwigTemplate_ba9b039c2fbf3026c40ec2e5dfb6cfb3->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/contrib/socialbase/templates/block/block--views-exposed-filter-block.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array) (Line: 493) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 117) __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/layout/page.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 106) __TwigTemplate_115aaa0110147dd4b8dda6c26b6830ee->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/system/html.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 158) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627) Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 153) 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(Object, 'kernel.view') (Line: 186) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76) Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58) Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28) Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 106) Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193) Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36) Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files', 511) (Line: 104) Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php', 511) (Line: 104) Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73) Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66) Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('690b6c216a7c7_form-element.html.twig_JQB0dgq2P0w3gypgBY9_uE14e', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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/contrib/socialbase/templates/form/form-element.html.twig */ class __TwigTemplate_fa1ba008c19269fbd2a59406449aa0d7 extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 49 $context["classes"] = ["form-item", "js-form-item", ("form-type-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 52 ($context["type"] ?? null), 52, $this->source))), ("js-form-type-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 53 ($context["type"] ?? null), 53, $this->source))), ("form-item-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 54 ($context["name"] ?? null), 54, $this->source))), ("js-form-item-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 55 ($context["name"] ?? null), 55, $this->source))), ((!CoreExtension::inFilter( // line 56 ($context["title_display"] ?? null), ["after", "before"])) ? ("form-no-label") : ("")), ((( // line 57 ($context["disabled"] ?? null) == "disabled")) ? ("form-disabled") : ("")), (( // line 58 ($context["is_form_group"] ?? null)) ? ("form-group") : ("")), ((( // line 59 ($context["type"] ?? null) == "textarea")) ? ("form-group") : ("")), (( // line 60 ($context["is_radio"] ?? null)) ? ("radio form-group") : ("")), (( // line 61 ($context["is_checkbox"] ?? null)) ? ("checkbox form-group") : ("")), (( // line 62 ($context["is_autocomplete"] ?? null)) ? ("form-autocomplete") : ("")), (( // line 63 ($context["errors"] ?? null)) ? ("error has-error") : ("")), (((( // line 64 ($context["name"] ?? null) == "pass") && ($context["logged_in"] ?? null))) ? ("section-password") : ("")), ((( // line 65 ($context["name"] ?? null) == "pass[pass1]")) ? ("form-group--password") : ("")), ((( // line 66 ($context["name"] ?? null) == "pass[pass2]")) ? ("form-group--password form-group--confirm-password") : (""))]; // line 69 $context["description_classes"] = ["help-block", (((( // line 71 ($context["name"] ?? null) == "pass") && ($context["logged_in"] ?? null))) ? ("form-group--password__help-block") : ("")), ((( // line 72 ($context["description_display"] ?? null) == "invisible")) ? ("visually-hidden") : (""))]; // line 75 yield " "; // line 77 if ((($context["name"] ?? null) == "pass")) { // line 78 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->attachLibrary("socialbase/form--password"), "html", null, true); yield " "; } // line 80 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [($context["classes"] ?? null)], "method", false, false, true, 81), "removeClass", ["form-inline"], "method", false, false, true, 81), 81, $this->source), "html", null, true); yield "> "; // line 82 if (CoreExtension::inFilter(($context["label_display"] ?? null), ["before", "invisible"])) { // line 83 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 83, $this->source), "html", null, true); yield " "; } // line 85 yield " "; // line 86 if (((($context["description_display"] ?? null) == "before") && CoreExtension::getAttribute($this->env, $this->source, ($context["description"] ?? null), "content", [], "any", false, false, true, 86))) { // line 87 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["description"] ?? null), "attributes", [], "any", false, false, true, 87), 87, $this->source), "html", null, true); yield "> "; // line 88 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["description"] ?? null), "content", [], "any", false, false, true, 88), 88, $this->source), "html", null, true); yield " "; } // line 91 yield " "; // line 92 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 92, $this->source), "html", null, true); yield " "; // line 94 if ((($context["label_display"] ?? null) == "after")) { // line 95 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 95, $this->source), "html", null, true); yield " "; } // line 97 yield " "; // line 98 if (($context["errors"] ?? null)) { // line 99 yield " "; // line 100 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["errors"] ?? null), 100, $this->source), "html", null, true); yield " extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Close")); yield "\"> × "; } // line 106 yield " "; // line 107 if ((CoreExtension::inFilter(($context["description_display"] ?? null), ["after", "invisible"]) && CoreExtension::getAttribute($this->env, $this->source, ($context["description"] ?? null), "content", [], "any", false, false, true, 107))) { // line 108 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["description"] ?? null), "attributes", [], "any", false, false, true, 108), "addClass", [($context["description_classes"] ?? null)], "method", false, false, true, 108), 108, $this->source), "html", null, true); yield "> "; // line 109 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["description"] ?? null), "content", [], "any", false, false, true, 109), 109, $this->source), "html", null, true); yield " "; } // line 112 yield " "; $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["type", "name", "title_display", "disabled", "is_form_group", "is_radio", "is_checkbox", "is_autocomplete", "errors", "logged_in", "description_display", "attributes", "label_display", "label", "description", "children"]); return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "themes/contrib/socialbase/templates/form/form-element.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 155 => 112, 149 => 109, 144 => 108, 142 => 107, 139 => 106, 131 => 101, 127 => 100, 124 => 99, 122 => 98, 119 => 97, 113 => 95, 111 => 94, 106 => 92, 103 => 91, 97 => 88, 92 => 87, 90 => 86, 87 => 85, 81 => 83, 79 => 82, 75 => 81, 72 => 80, 66 => 78, 64 => 77, 61 => 75, 59 => 72, 58 => 71, 57 => 69, 55 => 66, 54 => 65, 53 => 64, 52 => 63, 51 => 62, 50 => 61, 49 => 60, 48 => 59, 47 => 58, 46 => 57, 45 => 56, 44 => 55, 43 => 54, 42 => 53, 41 => 52, 40 => 49,); } public function getSourceContext() { return new Source("", "themes/contrib/socialbase/templates/form/form-element.html.twig", "/Data/htdocs/greenforum-api/themes/contrib/socialbase/templates/form/form-element.html.twig"); } public function checkSecurity() { static $tags = array("set" => 49, "if" => 77); static $filters = array("clean_class" => 52, "escape" => 78, "t" => 101); static $functions = array("attach_library" => 78); try { $this->sandbox->checkSecurity( ['set', 'if'], ['clean_class', 'escape', 't'], ['attach_library'], $this->source ); } catch (SecurityError $e) { $e->setSourceContext($this->source); 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: 112) Drupal\Core\Template\TwigPhpStorageCache->write('690b6c216a7c7_form-element.html.twig_JQB0dgq2P0w3gypgBY9_uE14e', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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/contrib/socialbase/templates/form/form-element.html.twig */ class __TwigTemplate_fa1ba008c19269fbd2a59406449aa0d7 extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 49 $context["classes"] = ["form-item", "js-form-item", ("form-type-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 52 ($context["type"] ?? null), 52, $this->source))), ("js-form-type-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 53 ($context["type"] ?? null), 53, $this->source))), ("form-item-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 54 ($context["name"] ?? null), 54, $this->source))), ("js-form-item-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 55 ($context["name"] ?? null), 55, $this->source))), ((!CoreExtension::inFilter( // line 56 ($context["title_display"] ?? null), ["after", "before"])) ? ("form-no-label") : ("")), ((( // line 57 ($context["disabled"] ?? null) == "disabled")) ? ("form-disabled") : ("")), (( // line 58 ($context["is_form_group"] ?? null)) ? ("form-group") : ("")), ((( // line 59 ($context["type"] ?? null) == "textarea")) ? ("form-group") : ("")), (( // line 60 ($context["is_radio"] ?? null)) ? ("radio form-group") : ("")), (( // line 61 ($context["is_checkbox"] ?? null)) ? ("checkbox form-group") : ("")), (( // line 62 ($context["is_autocomplete"] ?? null)) ? ("form-autocomplete") : ("")), (( // line 63 ($context["errors"] ?? null)) ? ("error has-error") : ("")), (((( // line 64 ($context["name"] ?? null) == "pass") && ($context["logged_in"] ?? null))) ? ("section-password") : ("")), ((( // line 65 ($context["name"] ?? null) == "pass[pass1]")) ? ("form-group--password") : ("")), ((( // line 66 ($context["name"] ?? null) == "pass[pass2]")) ? ("form-group--password form-group--confirm-password") : (""))]; // line 69 $context["description_classes"] = ["help-block", (((( // line 71 ($context["name"] ?? null) == "pass") && ($context["logged_in"] ?? null))) ? ("form-group--password__help-block") : ("")), ((( // line 72 ($context["description_display"] ?? null) == "invisible")) ? ("visually-hidden") : (""))]; // line 75 yield " "; // line 77 if ((($context["name"] ?? null) == "pass")) { // line 78 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->attachLibrary("socialbase/form--password"), "html", null, true); yield " "; } // line 80 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [($context["classes"] ?? null)], "method", false, false, true, 81), "removeClass", ["form-inline"], "method", false, false, true, 81), 81, $this->source), "html", null, true); yield "> "; // line 82 if (CoreExtension::inFilter(($context["label_display"] ?? null), ["before", "invisible"])) { // line 83 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 83, $this->source), "html", null, true); yield " "; } // line 85 yield " "; // line 86 if (((($context["description_display"] ?? null) == "before") && CoreExtension::getAttribute($this->env, $this->source, ($context["description"] ?? null), "content", [], "any", false, false, true, 86))) { // line 87 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["description"] ?? null), "attributes", [], "any", false, false, true, 87), 87, $this->source), "html", null, true); yield "> "; // line 88 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["description"] ?? null), "content", [], "any", false, false, true, 88), 88, $this->source), "html", null, true); yield " "; } // line 91 yield " "; // line 92 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 92, $this->source), "html", null, true); yield " "; // line 94 if ((($context["label_display"] ?? null) == "after")) { // line 95 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 95, $this->source), "html", null, true); yield " "; } // line 97 yield " "; // line 98 if (($context["errors"] ?? null)) { // line 99 yield " "; // line 100 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["errors"] ?? null), 100, $this->source), "html", null, true); yield " extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Close")); yield "\"> × "; } // line 106 yield " "; // line 107 if ((CoreExtension::inFilter(($context["description_display"] ?? null), ["after", "invisible"]) && CoreExtension::getAttribute($this->env, $this->source, ($context["description"] ?? null), "content", [], "any", false, false, true, 107))) { // line 108 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["description"] ?? null), "attributes", [], "any", false, false, true, 108), "addClass", [($context["description_classes"] ?? null)], "method", false, false, true, 108), 108, $this->source), "html", null, true); yield "> "; // line 109 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["description"] ?? null), "content", [], "any", false, false, true, 109), 109, $this->source), "html", null, true); yield " "; } // line 112 yield " "; $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["type", "name", "title_display", "disabled", "is_form_group", "is_radio", "is_checkbox", "is_autocomplete", "errors", "logged_in", "description_display", "attributes", "label_display", "label", "description", "children"]); return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "themes/contrib/socialbase/templates/form/form-element.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 155 => 112, 149 => 109, 144 => 108, 142 => 107, 139 => 106, 131 => 101, 127 => 100, 124 => 99, 122 => 98, 119 => 97, 113 => 95, 111 => 94, 106 => 92, 103 => 91, 97 => 88, 92 => 87, 90 => 86, 87 => 85, 81 => 83, 79 => 82, 75 => 81, 72 => 80, 66 => 78, 64 => 77, 61 => 75, 59 => 72, 58 => 71, 57 => 69, 55 => 66, 54 => 65, 53 => 64, 52 => 63, 51 => 62, 50 => 61, 49 => 60, 48 => 59, 47 => 58, 46 => 57, 45 => 56, 44 => 55, 43 => 54, 42 => 53, 41 => 52, 40 => 49,); } public function getSourceContext() { return new Source("", "themes/contrib/socialbase/templates/form/form-element.html.twig", "/Data/htdocs/greenforum-api/themes/contrib/socialbase/templates/form/form-element.html.twig"); } public function checkSecurity() { static $tags = array("set" => 49, "if" => 77); static $filters = array("clean_class" => 52, "escape" => 78, "t" => 101); static $functions = array("attach_library" => 78); try { $this->sandbox->checkSecurity( ['set', 'if'], ['clean_class', 'escape', 't'], ['attach_library'], $this->source ); } catch (SecurityError $e) { $e->setSourceContext($this->source); 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: 375) Twig\Environment->loadTemplate('__TwigTemplate_fa1ba008c19269fbd2a59406449aa0d7', 'themes/contrib/socialbase/templates/form/form-element.html.twig') (Line: 336) Twig\Environment->load('themes/contrib/socialbase/templates/form/form-element.html.twig') (Line: 39) twig_render_template('themes/contrib/socialbase/templates/form/form-element.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('form_element', Array) (Line: 536) Drupal\Core\Render\Renderer->doRender(Array) (Line: 493) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 53) __TwigTemplate_6ac6279db6d5aff2067622358006fecd->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/contrib/socialbase/templates/form/views-exposed-form.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('views_exposed_form', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 126) __TwigTemplate_ba9b039c2fbf3026c40ec2e5dfb6cfb3->block_content(Array, Array) (Line: 430) Twig\Template->yieldBlock('content', Array, Array) (Line: 109) __TwigTemplate_ba9b039c2fbf3026c40ec2e5dfb6cfb3->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/contrib/socialbase/templates/block/block--views-exposed-filter-block.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array) (Line: 493) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 117) __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/layout/page.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 106) __TwigTemplate_115aaa0110147dd4b8dda6c26b6830ee->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/system/html.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 158) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627) Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 153) 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(Object, 'kernel.view') (Line: 186) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76) Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58) Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28) Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 106) Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193) Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36) Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files', 511) (Line: 104) Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php', 511) (Line: 104) Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73) Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66) Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('690b6c216a7c7_select.html.twig_4hTCAI74NcFwv_J30T52RefAT', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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/contrib/socialbase/templates/form/select.html.twig */ class __TwigTemplate_398bad7733948257e471677841809bb8 extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 16 $___internal_parse_1_ = ('' === $tmp = \Twig\Extension\CoreExtension::captureOutput((function () use (&$context, $macros, $blocks) { // line 17 yield " "; if (($context["input_group"] ?? null)) { // line 18 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->attachLibrary("socialbase/form--input-groups"), "html", null, true); yield " "; } // line 21 yield " "; // line 22 if (($context["prefix"] ?? null)) { // line 23 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["prefix"] ?? null), 23, $this->source), "html", null, true); yield " "; } // line 25 yield " "; // line 26 if (($context["multiselect"] ?? null)) { // line 27 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->attachLibrary("socialbase/select2"), "html", null, true); yield " "; } else { // line 29 yield " "; } // line 35 yield " "; // line 36 $context["classes"] = ["form-control"]; // line 37 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [($context["classes"] ?? null)], "method", false, false, true, 37), 37, $this->source), "html", null, true); yield "> "; // line 38 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(($context["options"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["option"]) { // line 39 yield " "; if ((CoreExtension::getAttribute($this->env, $this->source, $context["option"], "type", [], "any", false, false, true, 39) == "optgroup")) { // line 40 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["option"], "label", [], "any", false, false, true, 40), 40, $this->source), "html", null, true); yield "\"> "; // line 41 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, $context["option"], "options", [], "any", false, false, true, 41)); foreach ($context['_seq'] as $context["_key"] => $context["sub_option"]) { // line 42 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["sub_option"], "value", [], "any", false, false, true, 43), 43, $this->source), "html", null, true); yield "\""; yield $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(((CoreExtension::getAttribute($this->env, $this->source, $context["sub_option"], "selected", [], "any", false, false, true, 43)) ? (" selected=\"selected\"") : (""))); yield ">"; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["sub_option"], "label", [], "any", false, false, true, 43), 43, $this->source), "html", null, true); yield " "; } $_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 45 yield " "; } elseif ((CoreExtension::getAttribute($this->env, $this->source, // line 46 $context["option"], "type", [], "any", false, false, true, 46) == "option")) { // line 47 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["option"], "value", [], "any", false, false, true, 48), 48, $this->source), "html", null, true); yield "\""; yield $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(((CoreExtension::getAttribute($this->env, $this->source, $context["option"], "selected", [], "any", false, false, true, 48)) ? (" selected=\"selected\"") : (""))); yield ">"; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["option"], "label", [], "any", false, false, true, 48), 48, $this->source), "html", null, true); yield " "; } // line 50 yield " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['option'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 51 yield " "; // line 53 if ( !($context["multiselect"] ?? null)) { // line 54 yield " "; } // line 56 yield " "; // line 57 if (($context["suffix"] ?? null)) { // line 58 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["suffix"] ?? null), 58, $this->source), "html", null, true); yield " "; } // line 60 yield " "; // line 61 if (($context["input_group"] ?? null)) { // line 62 yield " "; } })() ?? new \EmptyIterator())) ? '' : new Markup($tmp, $this->env->getCharset()); // line 16 yield $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(Twig\Extension\CoreExtension::spaceless($___internal_parse_1_)); $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["input_group", "prefix", "multiselect", "attributes", "options", "suffix"]); return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "themes/contrib/socialbase/templates/form/select.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 173 => 16, 168 => 62, 166 => 61, 163 => 60, 157 => 58, 155 => 57, 152 => 56, 148 => 54, 146 => 53, 142 => 51, 136 => 50, 127 => 48, 124 => 47, 122 => 46, 119 => 45, 107 => 43, 104 => 42, 100 => 41, 95 => 40, 92 => 39, 88 => 38, 83 => 37, 81 => 36, 78 => 35, 74 => 29, 68 => 27, 66 => 26, 63 => 25, 57 => 23, 55 => 22, 52 => 21, 45 => 18, 42 => 17, 40 => 16,); } public function getSourceContext() { return new Source("", "themes/contrib/socialbase/templates/form/select.html.twig", "/Data/htdocs/greenforum-api/themes/contrib/socialbase/templates/form/select.html.twig"); } public function checkSecurity() { static $tags = array("apply" => 16, "if" => 17, "set" => 36, "for" => 38); static $filters = array("escape" => 18, "spaceless" => 16); static $functions = array("attach_library" => 18); try { $this->sandbox->checkSecurity( ['apply', 'if', 'set', 'for'], ['escape', 'spaceless'], ['attach_library'], $this->source ); } catch (SecurityError $e) { $e->setSourceContext($this->source); 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: 112) Drupal\Core\Template\TwigPhpStorageCache->write('690b6c216a7c7_select.html.twig_4hTCAI74NcFwv_J30T52RefAT', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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/contrib/socialbase/templates/form/select.html.twig */ class __TwigTemplate_398bad7733948257e471677841809bb8 extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 16 $___internal_parse_1_ = ('' === $tmp = \Twig\Extension\CoreExtension::captureOutput((function () use (&$context, $macros, $blocks) { // line 17 yield " "; if (($context["input_group"] ?? null)) { // line 18 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->attachLibrary("socialbase/form--input-groups"), "html", null, true); yield " "; } // line 21 yield " "; // line 22 if (($context["prefix"] ?? null)) { // line 23 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["prefix"] ?? null), 23, $this->source), "html", null, true); yield " "; } // line 25 yield " "; // line 26 if (($context["multiselect"] ?? null)) { // line 27 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->attachLibrary("socialbase/select2"), "html", null, true); yield " "; } else { // line 29 yield " "; } // line 35 yield " "; // line 36 $context["classes"] = ["form-control"]; // line 37 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [($context["classes"] ?? null)], "method", false, false, true, 37), 37, $this->source), "html", null, true); yield "> "; // line 38 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(($context["options"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["option"]) { // line 39 yield " "; if ((CoreExtension::getAttribute($this->env, $this->source, $context["option"], "type", [], "any", false, false, true, 39) == "optgroup")) { // line 40 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["option"], "label", [], "any", false, false, true, 40), 40, $this->source), "html", null, true); yield "\"> "; // line 41 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, $context["option"], "options", [], "any", false, false, true, 41)); foreach ($context['_seq'] as $context["_key"] => $context["sub_option"]) { // line 42 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["sub_option"], "value", [], "any", false, false, true, 43), 43, $this->source), "html", null, true); yield "\""; yield $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(((CoreExtension::getAttribute($this->env, $this->source, $context["sub_option"], "selected", [], "any", false, false, true, 43)) ? (" selected=\"selected\"") : (""))); yield ">"; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["sub_option"], "label", [], "any", false, false, true, 43), 43, $this->source), "html", null, true); yield " "; } $_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 45 yield " "; } elseif ((CoreExtension::getAttribute($this->env, $this->source, // line 46 $context["option"], "type", [], "any", false, false, true, 46) == "option")) { // line 47 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["option"], "value", [], "any", false, false, true, 48), 48, $this->source), "html", null, true); yield "\""; yield $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(((CoreExtension::getAttribute($this->env, $this->source, $context["option"], "selected", [], "any", false, false, true, 48)) ? (" selected=\"selected\"") : (""))); yield ">"; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["option"], "label", [], "any", false, false, true, 48), 48, $this->source), "html", null, true); yield " "; } // line 50 yield " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['option'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 51 yield " "; // line 53 if ( !($context["multiselect"] ?? null)) { // line 54 yield " "; } // line 56 yield " "; // line 57 if (($context["suffix"] ?? null)) { // line 58 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["suffix"] ?? null), 58, $this->source), "html", null, true); yield " "; } // line 60 yield " "; // line 61 if (($context["input_group"] ?? null)) { // line 62 yield " "; } })() ?? new \EmptyIterator())) ? '' : new Markup($tmp, $this->env->getCharset()); // line 16 yield $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(Twig\Extension\CoreExtension::spaceless($___internal_parse_1_)); $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["input_group", "prefix", "multiselect", "attributes", "options", "suffix"]); return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "themes/contrib/socialbase/templates/form/select.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 173 => 16, 168 => 62, 166 => 61, 163 => 60, 157 => 58, 155 => 57, 152 => 56, 148 => 54, 146 => 53, 142 => 51, 136 => 50, 127 => 48, 124 => 47, 122 => 46, 119 => 45, 107 => 43, 104 => 42, 100 => 41, 95 => 40, 92 => 39, 88 => 38, 83 => 37, 81 => 36, 78 => 35, 74 => 29, 68 => 27, 66 => 26, 63 => 25, 57 => 23, 55 => 22, 52 => 21, 45 => 18, 42 => 17, 40 => 16,); } public function getSourceContext() { return new Source("", "themes/contrib/socialbase/templates/form/select.html.twig", "/Data/htdocs/greenforum-api/themes/contrib/socialbase/templates/form/select.html.twig"); } public function checkSecurity() { static $tags = array("apply" => 16, "if" => 17, "set" => 36, "for" => 38); static $filters = array("escape" => 18, "spaceless" => 16); static $functions = array("attach_library" => 18); try { $this->sandbox->checkSecurity( ['apply', 'if', 'set', 'for'], ['escape', 'spaceless'], ['attach_library'], $this->source ); } catch (SecurityError $e) { $e->setSourceContext($this->source); 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: 375) Twig\Environment->loadTemplate('__TwigTemplate_398bad7733948257e471677841809bb8', 'themes/contrib/socialbase/templates/form/select.html.twig') (Line: 336) Twig\Environment->load('themes/contrib/socialbase/templates/form/select.html.twig') (Line: 39) twig_render_template('themes/contrib/socialbase/templates/form/select.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('select', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array) (Line: 493) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 53) __TwigTemplate_6ac6279db6d5aff2067622358006fecd->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/contrib/socialbase/templates/form/views-exposed-form.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('views_exposed_form', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 126) __TwigTemplate_ba9b039c2fbf3026c40ec2e5dfb6cfb3->block_content(Array, Array) (Line: 430) Twig\Template->yieldBlock('content', Array, Array) (Line: 109) __TwigTemplate_ba9b039c2fbf3026c40ec2e5dfb6cfb3->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/contrib/socialbase/templates/block/block--views-exposed-filter-block.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array) (Line: 493) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 117) __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/layout/page.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 106) __TwigTemplate_115aaa0110147dd4b8dda6c26b6830ee->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/system/html.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 158) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627) Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 153) 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(Object, 'kernel.view') (Line: 186) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76) Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58) Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28) Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 106) Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193) Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36) Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files', 511) (Line: 104) Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php', 511) (Line: 104) Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73) Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66) Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('690b6c216a7c7_form-element-label.html.t_hXodqppPaLnSUDYfc5E2jJAzG', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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/contrib/socialbase/templates/form/form-element-label.html.twig */ class __TwigTemplate_f206cf42fd340f5b6438f9fae562b7ea extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 21 $context["classes"] = ["control-label", ((( // line 23 ($context["title_display"] ?? null) == "after")) ? ("option") : ("")), ((( // line 24 ($context["title_display"] ?? null) == "invisible")) ? ("sr-only") : ("")), ((( // line 25 ($context["title_display"] ?? null) == "above")) ? ("control-label--above") : ("")), (( // line 26 ($context["required"] ?? null)) ? ("js-form-required") : ("")), (( // line 27 ($context["required"] ?? null)) ? ("form-required") : (""))]; // line 31 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["element"] ?? null), 31, $this->source), "html", null, true); // line 32 if ( !Twig\Extension\CoreExtension::testEmpty(($context["title"] ?? null))) { // line 33 yield "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [($context["classes"] ?? null)], "method", false, false, true, 33), 33, $this->source), "html", null, true); yield ">"; // line 34 if ( !Twig\Extension\CoreExtension::testEmpty(($context["icon"] ?? null))) { // line 35 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["icon"] ?? null), 36, $this->source), "html", null, true); yield "\"> "; // line 38 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title"] ?? null), 38, $this->source), "html", null, true); yield ""; } else { // line 40 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title"] ?? null), 40, $this->source), "html", null, true); } // line 43 if ((($context["required"] ?? null) && (($context["title_display"] ?? null) != "invisible"))) { // line 44 yield "*"; } // line 46 if (($context["description"] ?? null)) { // line 47 yield ""; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["description"] ?? null), 47, $this->source), "html", null, true); yield ""; } // line 49 yield ""; } $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["title_display", "required", "element", "title", "attributes", "icon", "description"]); return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "themes/contrib/socialbase/templates/form/form-element-label.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 86 => 49, 81 => 47, 79 => 46, 74 => 44, 72 => 43, 69 => 40, 65 => 38, 60 => 36, 57 => 35, 55 => 34, 51 => 33, 49 => 32, 47 => 31, 45 => 27, 44 => 26, 43 => 25, 42 => 24, 41 => 23, 40 => 21,); } public function getSourceContext() { return new Source("", "themes/contrib/socialbase/templates/form/form-element-label.html.twig", "/Data/htdocs/greenforum-api/themes/contrib/socialbase/templates/form/form-element-label.html.twig"); } public function checkSecurity() { static $tags = array("set" => 21, "if" => 32, "trans" => 44); static $filters = array("escape" => 31); static $functions = array(); try { $this->sandbox->checkSecurity( ['set', 'if', 'trans'], ['escape'], [], $this->source ); } catch (SecurityError $e) { $e->setSourceContext($this->source); 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: 112) Drupal\Core\Template\TwigPhpStorageCache->write('690b6c216a7c7_form-element-label.html.t_hXodqppPaLnSUDYfc5E2jJAzG', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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/contrib/socialbase/templates/form/form-element-label.html.twig */ class __TwigTemplate_f206cf42fd340f5b6438f9fae562b7ea extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 21 $context["classes"] = ["control-label", ((( // line 23 ($context["title_display"] ?? null) == "after")) ? ("option") : ("")), ((( // line 24 ($context["title_display"] ?? null) == "invisible")) ? ("sr-only") : ("")), ((( // line 25 ($context["title_display"] ?? null) == "above")) ? ("control-label--above") : ("")), (( // line 26 ($context["required"] ?? null)) ? ("js-form-required") : ("")), (( // line 27 ($context["required"] ?? null)) ? ("form-required") : (""))]; // line 31 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["element"] ?? null), 31, $this->source), "html", null, true); // line 32 if ( !Twig\Extension\CoreExtension::testEmpty(($context["title"] ?? null))) { // line 33 yield "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [($context["classes"] ?? null)], "method", false, false, true, 33), 33, $this->source), "html", null, true); yield ">"; // line 34 if ( !Twig\Extension\CoreExtension::testEmpty(($context["icon"] ?? null))) { // line 35 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["icon"] ?? null), 36, $this->source), "html", null, true); yield "\"> "; // line 38 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title"] ?? null), 38, $this->source), "html", null, true); yield ""; } else { // line 40 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title"] ?? null), 40, $this->source), "html", null, true); } // line 43 if ((($context["required"] ?? null) && (($context["title_display"] ?? null) != "invisible"))) { // line 44 yield "*"; } // line 46 if (($context["description"] ?? null)) { // line 47 yield ""; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["description"] ?? null), 47, $this->source), "html", null, true); yield ""; } // line 49 yield ""; } $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["title_display", "required", "element", "title", "attributes", "icon", "description"]); return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "themes/contrib/socialbase/templates/form/form-element-label.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 86 => 49, 81 => 47, 79 => 46, 74 => 44, 72 => 43, 69 => 40, 65 => 38, 60 => 36, 57 => 35, 55 => 34, 51 => 33, 49 => 32, 47 => 31, 45 => 27, 44 => 26, 43 => 25, 42 => 24, 41 => 23, 40 => 21,); } public function getSourceContext() { return new Source("", "themes/contrib/socialbase/templates/form/form-element-label.html.twig", "/Data/htdocs/greenforum-api/themes/contrib/socialbase/templates/form/form-element-label.html.twig"); } public function checkSecurity() { static $tags = array("set" => 21, "if" => 32, "trans" => 44); static $filters = array("escape" => 31); static $functions = array(); try { $this->sandbox->checkSecurity( ['set', 'if', 'trans'], ['escape'], [], $this->source ); } catch (SecurityError $e) { $e->setSourceContext($this->source); 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: 375) Twig\Environment->loadTemplate('__TwigTemplate_f206cf42fd340f5b6438f9fae562b7ea', 'themes/contrib/socialbase/templates/form/form-element-label.html.twig') (Line: 336) Twig\Environment->load('themes/contrib/socialbase/templates/form/form-element-label.html.twig') (Line: 39) twig_render_template('themes/contrib/socialbase/templates/form/form-element-label.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('form_element_label', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 82) __TwigTemplate_fa1ba008c19269fbd2a59406449aa0d7->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/contrib/socialbase/templates/form/form-element.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('form_element', Array) (Line: 536) Drupal\Core\Render\Renderer->doRender(Array) (Line: 493) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 53) __TwigTemplate_6ac6279db6d5aff2067622358006fecd->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/contrib/socialbase/templates/form/views-exposed-form.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('views_exposed_form', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 126) __TwigTemplate_ba9b039c2fbf3026c40ec2e5dfb6cfb3->block_content(Array, Array) (Line: 430) Twig\Template->yieldBlock('content', Array, Array) (Line: 109) __TwigTemplate_ba9b039c2fbf3026c40ec2e5dfb6cfb3->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/contrib/socialbase/templates/block/block--views-exposed-filter-block.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array) (Line: 493) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 117) __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/layout/page.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 106) __TwigTemplate_115aaa0110147dd4b8dda6c26b6830ee->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/system/html.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 158) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627) Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 153) 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(Object, 'kernel.view') (Line: 186) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76) Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58) Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28) Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 106) Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193) Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36) Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files', 511) (Line: 104) Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php', 511) (Line: 104) Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73) Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66) Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('690b6c216a7c7_form.html.twig_ooFWHp9g4sObqkGXQmJtQduzJ', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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/custom/greenforum_main/templates/form/form.html.twig */ class __TwigTemplate_01699b1db65cf2b55dc549e7360b9168 extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 15 if (CoreExtension::getAttribute($this->env, $this->source, ($context["attributes"] ?? null), "hasClass", ["form--default"], "method", false, false, true, 15)) { // line 16 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->attachLibrary("socialbase/form-default"), "html", null, true); yield " "; } // line 18 yield " "; // line 19 if (CoreExtension::getAttribute($this->env, $this->source, ($context["attributes"] ?? null), "hasClass", ["card"], "method", false, false, true, 19)) { // line 20 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["attributes"] ?? null), "removeClass", ["card"], "method", false, false, true, 20), 20, $this->source), "html", null, true); yield "> "; // line 23 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 23, $this->source), "html", null, true); yield " "; } elseif (CoreExtension::getAttribute($this->env, $this->source, // line 29 ($context["attributes"] ?? null), "hasClass", ["comment-comment-form"], "method", false, false, true, 29)) { // line 30 yield " "; // line 31 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->attachLibrary("socialbase/comment"), "html", null, true); yield " "; // line 33 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["current_user_picture"] ?? null), 33, $this->source), "html", null, true); yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 35, $this->source), "html", null, true); yield "> "; // line 37 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 37, $this->source), "html", null, true); yield " "; } elseif (CoreExtension::getAttribute($this->env, $this->source, // line 43 ($context["attributes"] ?? null), "hasClass", ["private-message-add-form"], "method", false, false, true, 43)) { // line 44 yield " "; // line 45 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->attachLibrary("socialbase/comment"), "html", null, true); yield " "; // line 47 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["current_user_picture"] ?? null), 47, $this->source), "html", null, true); yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 49, $this->source), "html", null, true); yield "> "; // line 51 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 51, $this->source), "html", null, true); yield " "; } elseif ( // line 58 ($context["is_search_form"] ?? null)) { // line 59 yield " "; // line 60 if (($context["in_hero_region"] ?? null)) { // line 61 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 62, $this->source), "html", null, true); yield "> "; // line 64 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 64, $this->source), "html", null, true); yield " "; } elseif ( // line 68 ($context["in_content_top_region"] ?? null)) { // line 69 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", ["search-take-over"], "method", false, false, true, 70), 70, $this->source), "html", null, true); yield "> "; // line 74 echo t("Close search window", array()); yield " "; // line 78 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 78, $this->source), "html", null, true); yield " "; } else { // line 83 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 84, $this->source), "html", null, true); yield "> "; // line 86 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 86, $this->source), "html", null, true); yield " "; } // line 91 yield " "; } else { // line 93 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 94, $this->source), "html", null, true); yield "> "; // line 95 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 95, $this->source), "html", null, true); yield " "; } $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["attributes", "children", "current_user_picture", "is_search_form", "in_hero_region", "in_content_top_region"]); return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "themes/custom/greenforum_main/templates/form/form.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 204 => 95, 200 => 94, 197 => 93, 193 => 91, 185 => 86, 180 => 84, 177 => 83, 169 => 78, 162 => 74, 157 => 72, 152 => 70, 149 => 69, 147 => 68, 140 => 64, 135 => 62, 132 => 61, 130 => 60, 127 => 59, 125 => 58, 115 => 51, 110 => 49, 105 => 47, 100 => 45, 97 => 44, 95 => 43, 86 => 37, 81 => 35, 76 => 33, 71 => 31, 68 => 30, 66 => 29, 60 => 23, 53 => 20, 51 => 19, 48 => 18, 42 => 16, 40 => 15,); } public function getSourceContext() { return new Source("", "themes/custom/greenforum_main/templates/form/form.html.twig", "/Data/htdocs/greenforum-api/themes/custom/greenforum_main/templates/form/form.html.twig"); } public function checkSecurity() { static $tags = array("if" => 15, "trans" => 72); static $filters = array("escape" => 16); static $functions = array("attach_library" => 16); try { $this->sandbox->checkSecurity( ['if', 'trans'], ['escape'], ['attach_library'], $this->source ); } catch (SecurityError $e) { $e->setSourceContext($this->source); 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: 112) Drupal\Core\Template\TwigPhpStorageCache->write('690b6c216a7c7_form.html.twig_ooFWHp9g4sObqkGXQmJtQduzJ', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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/custom/greenforum_main/templates/form/form.html.twig */ class __TwigTemplate_01699b1db65cf2b55dc549e7360b9168 extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 15 if (CoreExtension::getAttribute($this->env, $this->source, ($context["attributes"] ?? null), "hasClass", ["form--default"], "method", false, false, true, 15)) { // line 16 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->attachLibrary("socialbase/form-default"), "html", null, true); yield " "; } // line 18 yield " "; // line 19 if (CoreExtension::getAttribute($this->env, $this->source, ($context["attributes"] ?? null), "hasClass", ["card"], "method", false, false, true, 19)) { // line 20 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["attributes"] ?? null), "removeClass", ["card"], "method", false, false, true, 20), 20, $this->source), "html", null, true); yield "> "; // line 23 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 23, $this->source), "html", null, true); yield " "; } elseif (CoreExtension::getAttribute($this->env, $this->source, // line 29 ($context["attributes"] ?? null), "hasClass", ["comment-comment-form"], "method", false, false, true, 29)) { // line 30 yield " "; // line 31 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->attachLibrary("socialbase/comment"), "html", null, true); yield " "; // line 33 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["current_user_picture"] ?? null), 33, $this->source), "html", null, true); yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 35, $this->source), "html", null, true); yield "> "; // line 37 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 37, $this->source), "html", null, true); yield " "; } elseif (CoreExtension::getAttribute($this->env, $this->source, // line 43 ($context["attributes"] ?? null), "hasClass", ["private-message-add-form"], "method", false, false, true, 43)) { // line 44 yield " "; // line 45 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->attachLibrary("socialbase/comment"), "html", null, true); yield " "; // line 47 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["current_user_picture"] ?? null), 47, $this->source), "html", null, true); yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 49, $this->source), "html", null, true); yield "> "; // line 51 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 51, $this->source), "html", null, true); yield " "; } elseif ( // line 58 ($context["is_search_form"] ?? null)) { // line 59 yield " "; // line 60 if (($context["in_hero_region"] ?? null)) { // line 61 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 62, $this->source), "html", null, true); yield "> "; // line 64 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 64, $this->source), "html", null, true); yield " "; } elseif ( // line 68 ($context["in_content_top_region"] ?? null)) { // line 69 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", ["search-take-over"], "method", false, false, true, 70), 70, $this->source), "html", null, true); yield "> "; // line 74 echo t("Close search window", array()); yield " "; // line 78 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 78, $this->source), "html", null, true); yield " "; } else { // line 83 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 84, $this->source), "html", null, true); yield "> "; // line 86 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 86, $this->source), "html", null, true); yield " "; } // line 91 yield " "; } else { // line 93 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 94, $this->source), "html", null, true); yield "> "; // line 95 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 95, $this->source), "html", null, true); yield " "; } $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["attributes", "children", "current_user_picture", "is_search_form", "in_hero_region", "in_content_top_region"]); return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "themes/custom/greenforum_main/templates/form/form.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 204 => 95, 200 => 94, 197 => 93, 193 => 91, 185 => 86, 180 => 84, 177 => 83, 169 => 78, 162 => 74, 157 => 72, 152 => 70, 149 => 69, 147 => 68, 140 => 64, 135 => 62, 132 => 61, 130 => 60, 127 => 59, 125 => 58, 115 => 51, 110 => 49, 105 => 47, 100 => 45, 97 => 44, 95 => 43, 86 => 37, 81 => 35, 76 => 33, 71 => 31, 68 => 30, 66 => 29, 60 => 23, 53 => 20, 51 => 19, 48 => 18, 42 => 16, 40 => 15,); } public function getSourceContext() { return new Source("", "themes/custom/greenforum_main/templates/form/form.html.twig", "/Data/htdocs/greenforum-api/themes/custom/greenforum_main/templates/form/form.html.twig"); } public function checkSecurity() { static $tags = array("if" => 15, "trans" => 72); static $filters = array("escape" => 16); static $functions = array("attach_library" => 16); try { $this->sandbox->checkSecurity( ['if', 'trans'], ['escape'], ['attach_library'], $this->source ); } catch (SecurityError $e) { $e->setSourceContext($this->source); 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: 375) Twig\Environment->loadTemplate('__TwigTemplate_01699b1db65cf2b55dc549e7360b9168', 'themes/custom/greenforum_main/templates/form/form.html.twig') (Line: 336) Twig\Environment->load('themes/custom/greenforum_main/templates/form/form.html.twig') (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/form/form.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('form', Array) (Line: 536) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 126) __TwigTemplate_ba9b039c2fbf3026c40ec2e5dfb6cfb3->block_content(Array, Array) (Line: 430) Twig\Template->yieldBlock('content', Array, Array) (Line: 109) __TwigTemplate_ba9b039c2fbf3026c40ec2e5dfb6cfb3->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/contrib/socialbase/templates/block/block--views-exposed-filter-block.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array) (Line: 493) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 117) __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/layout/page.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 106) __TwigTemplate_115aaa0110147dd4b8dda6c26b6830ee->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/system/html.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 158) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627) Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 153) 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(Object, 'kernel.view') (Line: 186) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76) Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58) Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28) Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 106) Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193) Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36) Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files', 511) (Line: 104) Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php', 511) (Line: 104) Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73) Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66) Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('690b6c216a7c7_block.html.twig_OkOlgFdmAoXFk3mGs02wfn_al', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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/contrib/socialbase/templates/block/block.html.twig */ class __TwigTemplate_c5a9c05f27e00a748761c6bf6cee565e extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $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 = []) { $macros = $this->macros; // line 48 yield " "; // line 50 $context["classes"] = [("block-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, // line 51 ($context["configuration"] ?? null), "provider", [], "any", false, false, true, 51), 51, $this->source))), ("block-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 52 ($context["plugin_id"] ?? null), 52, $this->source))), (( // line 53 ($context["card"] ?? null)) ? ("card") : (""))]; // line 56 yield " "; // line 58 $context["title_classes"] = [(( // line 59 ($context["card"] ?? null)) ? ("card__title") : ("block-title"))]; // line 62 yield " "; // line 64 if ( !($context["bare"] ?? null)) { // line 65 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [($context["classes"] ?? null)], "method", false, false, true, 66), 66, $this->source), "html", null, true); yield "> "; // line 68 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_prefix"] ?? null), 68, $this->source), "html", null, true); yield " "; // line 69 if (($context["label"] ?? null)) { // line 70 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["title_attributes"] ?? null), "addClass", [($context["title_classes"] ?? null)], "method", false, false, true, 70), 70, $this->source), "html", null, true); yield ">"; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 70, $this->source), "html", null, true); yield " "; } // line 72 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_suffix"] ?? null), 72, $this->source), "html", null, true); yield " "; } // line 75 yield " "; // line 76 yield from $this->unwrap()->yieldBlock('content', $context, $blocks); // line 79 yield " "; // line 80 if ( !($context["bare"] ?? null)) { // line 81 yield " "; } $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["configuration", "plugin_id", "card", "bare", "attributes", "title_prefix", "label", "title_attributes", "title_suffix", "content"]); return; yield ''; } // line 76 public function block_content($context, array $blocks = []) { $macros = $this->macros; // line 77 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 77, $this->source), "html", null, true); yield " "; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "themes/contrib/socialbase/templates/block/block.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 113 => 77, 109 => 76, 100 => 81, 98 => 80, 95 => 79, 93 => 76, 90 => 75, 83 => 72, 75 => 70, 73 => 69, 69 => 68, 64 => 66, 61 => 65, 59 => 64, 55 => 62, 53 => 59, 52 => 58, 49 => 56, 47 => 53, 46 => 52, 45 => 51, 44 => 50, 41 => 48,); } public function getSourceContext() { return new Source("", "themes/contrib/socialbase/templates/block/block.html.twig", "/Data/htdocs/greenforum-api/themes/contrib/socialbase/templates/block/block.html.twig"); } public function checkSecurity() { static $tags = array("set" => 50, "if" => 64, "block" => 76); static $filters = array("clean_class" => 51, "escape" => 66); static $functions = array(); try { $this->sandbox->checkSecurity( ['set', 'if', 'block'], ['clean_class', 'escape'], [], $this->source ); } catch (SecurityError $e) { $e->setSourceContext($this->source); 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: 112) Drupal\Core\Template\TwigPhpStorageCache->write('690b6c216a7c7_block.html.twig_OkOlgFdmAoXFk3mGs02wfn_al', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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/contrib/socialbase/templates/block/block.html.twig */ class __TwigTemplate_c5a9c05f27e00a748761c6bf6cee565e extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $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 = []) { $macros = $this->macros; // line 48 yield " "; // line 50 $context["classes"] = [("block-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, // line 51 ($context["configuration"] ?? null), "provider", [], "any", false, false, true, 51), 51, $this->source))), ("block-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 52 ($context["plugin_id"] ?? null), 52, $this->source))), (( // line 53 ($context["card"] ?? null)) ? ("card") : (""))]; // line 56 yield " "; // line 58 $context["title_classes"] = [(( // line 59 ($context["card"] ?? null)) ? ("card__title") : ("block-title"))]; // line 62 yield " "; // line 64 if ( !($context["bare"] ?? null)) { // line 65 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [($context["classes"] ?? null)], "method", false, false, true, 66), 66, $this->source), "html", null, true); yield "> "; // line 68 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_prefix"] ?? null), 68, $this->source), "html", null, true); yield " "; // line 69 if (($context["label"] ?? null)) { // line 70 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["title_attributes"] ?? null), "addClass", [($context["title_classes"] ?? null)], "method", false, false, true, 70), 70, $this->source), "html", null, true); yield ">"; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 70, $this->source), "html", null, true); yield " "; } // line 72 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_suffix"] ?? null), 72, $this->source), "html", null, true); yield " "; } // line 75 yield " "; // line 76 yield from $this->unwrap()->yieldBlock('content', $context, $blocks); // line 79 yield " "; // line 80 if ( !($context["bare"] ?? null)) { // line 81 yield " "; } $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["configuration", "plugin_id", "card", "bare", "attributes", "title_prefix", "label", "title_attributes", "title_suffix", "content"]); return; yield ''; } // line 76 public function block_content($context, array $blocks = []) { $macros = $this->macros; // line 77 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 77, $this->source), "html", null, true); yield " "; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "themes/contrib/socialbase/templates/block/block.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 113 => 77, 109 => 76, 100 => 81, 98 => 80, 95 => 79, 93 => 76, 90 => 75, 83 => 72, 75 => 70, 73 => 69, 69 => 68, 64 => 66, 61 => 65, 59 => 64, 55 => 62, 53 => 59, 52 => 58, 49 => 56, 47 => 53, 46 => 52, 45 => 51, 44 => 50, 41 => 48,); } public function getSourceContext() { return new Source("", "themes/contrib/socialbase/templates/block/block.html.twig", "/Data/htdocs/greenforum-api/themes/contrib/socialbase/templates/block/block.html.twig"); } public function checkSecurity() { static $tags = array("set" => 50, "if" => 64, "block" => 76); static $filters = array("clean_class" => 51, "escape" => 66); static $functions = array(); try { $this->sandbox->checkSecurity( ['set', 'if', 'block'], ['clean_class', 'escape'], [], $this->source ); } catch (SecurityError $e) { $e->setSourceContext($this->source); 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: 375) Twig\Environment->loadTemplate('__TwigTemplate_c5a9c05f27e00a748761c6bf6cee565e', 'themes/contrib/socialbase/templates/block/block.html.twig') (Line: 336) Twig\Environment->load('themes/contrib/socialbase/templates/block/block.html.twig') (Line: 39) twig_render_template('themes/contrib/socialbase/templates/block/block.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array) (Line: 493) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 117) __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/layout/page.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 106) __TwigTemplate_115aaa0110147dd4b8dda6c26b6830ee->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/system/html.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 158) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627) Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 153) 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(Object, 'kernel.view') (Line: 186) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76) Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58) Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28) Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 106) Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193) Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36) Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files', 511) (Line: 104) Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php', 511) (Line: 104) Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73) Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66) Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('690b6c216a7c7_gtranslate.html.twig_SxVELQK-N3lSv2vuyLaWWX4Tc', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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/gtranslate/templates/gtranslate.html.twig */ class __TwigTemplate_95e1dff49436757313d18c2f371de869 extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 9 yield " "; // line 10 yield $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(($context["gtranslate_html"] ?? null), 10, $this->source)); $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["gtranslate_html"]); return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "modules/contrib/gtranslate/templates/gtranslate.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 43 => 10, 40 => 9,); } public function getSourceContext() { return new Source("", "modules/contrib/gtranslate/templates/gtranslate.html.twig", "/Data/htdocs/greenforum-api/modules/contrib/gtranslate/templates/gtranslate.html.twig"); } public function checkSecurity() { static $tags = array(); static $filters = array("raw" => 10); static $functions = array(); try { $this->sandbox->checkSecurity( [], ['raw'], [], $this->source ); } catch (SecurityError $e) { $e->setSourceContext($this->source); 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: 112) Drupal\Core\Template\TwigPhpStorageCache->write('690b6c216a7c7_gtranslate.html.twig_SxVELQK-N3lSv2vuyLaWWX4Tc', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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/gtranslate/templates/gtranslate.html.twig */ class __TwigTemplate_95e1dff49436757313d18c2f371de869 extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 9 yield " "; // line 10 yield $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(($context["gtranslate_html"] ?? null), 10, $this->source)); $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["gtranslate_html"]); return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "modules/contrib/gtranslate/templates/gtranslate.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 43 => 10, 40 => 9,); } public function getSourceContext() { return new Source("", "modules/contrib/gtranslate/templates/gtranslate.html.twig", "/Data/htdocs/greenforum-api/modules/contrib/gtranslate/templates/gtranslate.html.twig"); } public function checkSecurity() { static $tags = array(); static $filters = array("raw" => 10); static $functions = array(); try { $this->sandbox->checkSecurity( [], ['raw'], [], $this->source ); } catch (SecurityError $e) { $e->setSourceContext($this->source); 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: 375) Twig\Environment->loadTemplate('__TwigTemplate_95e1dff49436757313d18c2f371de869', 'modules/contrib/gtranslate/templates/gtranslate.html.twig') (Line: 336) Twig\Environment->load('modules/contrib/gtranslate/templates/gtranslate.html.twig') (Line: 39) twig_render_template('modules/contrib/gtranslate/templates/gtranslate.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('gtranslate', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 114) __TwigTemplate_c5a9c05f27e00a748761c6bf6cee565e->block_content(Array, Array) (Line: 430) Twig\Template->yieldBlock('content', Array, Array) (Line: 93) __TwigTemplate_c5a9c05f27e00a748761c6bf6cee565e->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/contrib/socialbase/templates/block/block.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array) (Line: 493) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 117) __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/layout/page.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 106) __TwigTemplate_115aaa0110147dd4b8dda6c26b6830ee->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/system/html.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 158) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627) Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 153) 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(Object, 'kernel.view') (Line: 186) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76) Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58) Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28) Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 106) Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193) Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36) Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Core\Extension\ModuleHandler->Drupal\Core\Extension\{closure}(Object, 'bulk_taxonomy_update') (Line: 388) Drupal\Core\Extension\ModuleHandler->invokeAllWith('views_pre_view', Object) (Line: 408) Drupal\Core\Extension\ModuleHandler->invokeAll('views_pre_view', Array) (Line: 1701) Drupal\views\ViewExecutable->preExecute(Array) (Line: 1642) Drupal\views\ViewExecutable->executeDisplay('block_1', Array) (Line: 81) Drupal\views\Element\View::preRenderViewElement(Array) (Line: 61) Drupal\views\Plugin\Block\ViewsBlock->build() (Line: 171) Drupal\block\BlockViewBuilder::preRender(Array) call_user_func_array('Drupal\block\BlockViewBuilder::preRender', Array) (Line: 111) Drupal\Core\Render\Renderer->doTrustedCallback('Drupal\block\BlockViewBuilder::preRender', Array, 'Render #pre_render callbacks must be methods of a class that implements \Drupal\Core\Security\TrustedCallbackInterface or be an anonymous function. The callback was %s. See https://www.drupal.org/node/2966725', 'exception', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 859) Drupal\Core\Render\Renderer->doCallback('#pre_render', 'Drupal\block\BlockViewBuilder::preRender', Array) (Line: 421) Drupal\Core\Render\Renderer->doRender(Array) (Line: 493) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 117) __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/layout/page.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 106) __TwigTemplate_115aaa0110147dd4b8dda6c26b6830ee->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/system/html.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 158) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627) Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 153) 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(Object, 'kernel.view') (Line: 186) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76) Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58) Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28) Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 106) Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193) Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36) Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\views\Plugin\views\query\Sql->buildCondition('where') (Line: 1416) Drupal\views\Plugin\views\query\Sql->query() (Line: 1469) Drupal\views\Plugin\views\query\Sql->build(Object) (Line: 280) group_views_query_alter(Object, Object) call_user_func_array(Object, Array) (Line: 409) Drupal\Core\Extension\ModuleHandler->Drupal\Core\Extension\{closure}(Object, 'group') (Line: 388) Drupal\Core\Extension\ModuleHandler->invokeAllWith('views_query_alter', Object) (Line: 408) Drupal\Core\Extension\ModuleHandler->invokeAll('views_query_alter', Array) (Line: 1449) Drupal\views\Plugin\views\query\Sql->alter(Object) (Line: 1331) Drupal\views\ViewExecutable->build(NULL) (Line: 1406) Drupal\views\ViewExecutable->execute(NULL) (Line: 1469) Drupal\views\ViewExecutable->render() (Line: 131) Drupal\views\Plugin\views\display\Block->execute() (Line: 1645) Drupal\views\ViewExecutable->executeDisplay('block_1', Array) (Line: 81) Drupal\views\Element\View::preRenderViewElement(Array) (Line: 61) Drupal\views\Plugin\Block\ViewsBlock->build() (Line: 171) Drupal\block\BlockViewBuilder::preRender(Array) call_user_func_array('Drupal\block\BlockViewBuilder::preRender', Array) (Line: 111) Drupal\Core\Render\Renderer->doTrustedCallback('Drupal\block\BlockViewBuilder::preRender', Array, 'Render #pre_render callbacks must be methods of a class that implements \Drupal\Core\Security\TrustedCallbackInterface or be an anonymous function. The callback was %s. See https://www.drupal.org/node/2966725', 'exception', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 859) Drupal\Core\Render\Renderer->doCallback('#pre_render', 'Drupal\block\BlockViewBuilder::preRender', Array) (Line: 421) Drupal\Core\Render\Renderer->doRender(Array) (Line: 493) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 117) __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/layout/page.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 106) __TwigTemplate_115aaa0110147dd4b8dda6c26b6830ee->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/system/html.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 158) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627) Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 153) 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(Object, 'kernel.view') (Line: 186) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76) Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58) Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28) Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 106) Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193) Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36) Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\views\Plugin\views\query\Sql->buildCondition('where') (Line: 1416) Drupal\views\Plugin\views\query\Sql->query(1) (Line: 1470) Drupal\views\Plugin\views\query\Sql->build(Object) (Line: 280) group_views_query_alter(Object, Object) call_user_func_array(Object, Array) (Line: 409) Drupal\Core\Extension\ModuleHandler->Drupal\Core\Extension\{closure}(Object, 'group') (Line: 388) Drupal\Core\Extension\ModuleHandler->invokeAllWith('views_query_alter', Object) (Line: 408) Drupal\Core\Extension\ModuleHandler->invokeAll('views_query_alter', Array) (Line: 1449) Drupal\views\Plugin\views\query\Sql->alter(Object) (Line: 1331) Drupal\views\ViewExecutable->build(NULL) (Line: 1406) Drupal\views\ViewExecutable->execute(NULL) (Line: 1469) Drupal\views\ViewExecutable->render() (Line: 131) Drupal\views\Plugin\views\display\Block->execute() (Line: 1645) Drupal\views\ViewExecutable->executeDisplay('block_1', Array) (Line: 81) Drupal\views\Element\View::preRenderViewElement(Array) (Line: 61) Drupal\views\Plugin\Block\ViewsBlock->build() (Line: 171) Drupal\block\BlockViewBuilder::preRender(Array) call_user_func_array('Drupal\block\BlockViewBuilder::preRender', Array) (Line: 111) Drupal\Core\Render\Renderer->doTrustedCallback('Drupal\block\BlockViewBuilder::preRender', Array, 'Render #pre_render callbacks must be methods of a class that implements \Drupal\Core\Security\TrustedCallbackInterface or be an anonymous function. The callback was %s. See https://www.drupal.org/node/2966725', 'exception', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 859) Drupal\Core\Render\Renderer->doCallback('#pre_render', 'Drupal\block\BlockViewBuilder::preRender', Array) (Line: 421) Drupal\Core\Render\Renderer->doRender(Array) (Line: 493) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 117) __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/layout/page.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 106) __TwigTemplate_115aaa0110147dd4b8dda6c26b6830ee->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/system/html.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 158) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627) Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 153) 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(Object, 'kernel.view') (Line: 186) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76) Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58) Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28) Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 106) Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193) Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36) Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Core\Extension\ModuleHandler->Drupal\Core\Extension\{closure}(Object, 'bulk_taxonomy_update') (Line: 388) Drupal\Core\Extension\ModuleHandler->invokeAllWith('views_pre_view', Object) (Line: 408) Drupal\Core\Extension\ModuleHandler->invokeAll('views_pre_view', Array) (Line: 1701) Drupal\views\ViewExecutable->preExecute(Array) (Line: 1642) Drupal\views\ViewExecutable->executeDisplay('block_7', Array) (Line: 81) Drupal\views\Element\View::preRenderViewElement(Array) (Line: 61) Drupal\views\Plugin\Block\ViewsBlock->build() (Line: 171) Drupal\block\BlockViewBuilder::preRender(Array) call_user_func_array('Drupal\block\BlockViewBuilder::preRender', Array) (Line: 111) Drupal\Core\Render\Renderer->doTrustedCallback('Drupal\block\BlockViewBuilder::preRender', Array, 'Render #pre_render callbacks must be methods of a class that implements \Drupal\Core\Security\TrustedCallbackInterface or be an anonymous function. The callback was %s. See https://www.drupal.org/node/2966725', 'exception', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 859) Drupal\Core\Render\Renderer->doCallback('#pre_render', 'Drupal\block\BlockViewBuilder::preRender', Array) (Line: 421) Drupal\Core\Render\Renderer->doRender(Array) (Line: 493) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 423) __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->block_content(Array, Array) (Line: 430) Twig\Template->yieldBlock('content', Array, Array) (Line: 290) __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/layout/page.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 106) __TwigTemplate_115aaa0110147dd4b8dda6c26b6830ee->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/system/html.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 158) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627) Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 153) 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(Object, 'kernel.view') (Line: 186) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76) Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58) Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28) Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 106) Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193) Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36) Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files', 511) (Line: 104) Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php', 511) (Line: 104) Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73) Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66) Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('690b6c216a7c7___string_template__827631_vrgj24Zx9Z8CbnniHQ9Z2vjwo', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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; /* __string_template__827631d7b030d33aeee1ed8bbf5cbefd */ class __TwigTemplate_b710e7526a30f278902ad0fd14c9ff66 extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; yield "Event Calendar"; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "__string_template__827631d7b030d33aeee1ed8bbf5cbefd"; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array (); } public function getSourceContext() { return new Source("", "__string_template__827631d7b030d33aeee1ed8bbf5cbefd", ""); } public function checkSecurity() { static $tags = array(); static $filters = array(); static $functions = array(); try { $this->sandbox->checkSecurity( [], [], [], $this->source ); } catch (SecurityError $e) { $e->setSourceContext($this->source); 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: 112) Drupal\Core\Template\TwigPhpStorageCache->write('690b6c216a7c7___string_template__827631_vrgj24Zx9Z8CbnniHQ9Z2vjwo', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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; /* __string_template__827631d7b030d33aeee1ed8bbf5cbefd */ class __TwigTemplate_b710e7526a30f278902ad0fd14c9ff66 extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; yield "Event Calendar"; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "__string_template__827631d7b030d33aeee1ed8bbf5cbefd"; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array (); } public function getSourceContext() { return new Source("", "__string_template__827631d7b030d33aeee1ed8bbf5cbefd", ""); } public function checkSecurity() { static $tags = array(); static $filters = array(); static $functions = array(); try { $this->sandbox->checkSecurity( [], [], [], $this->source ); } catch (SecurityError $e) { $e->setSourceContext($this->source); 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: 375) Twig\Environment->loadTemplate('__TwigTemplate_b710e7526a30f278902ad0fd14c9ff66', '__string_template__827631d7b030d33aeee1ed8bbf5cbefd') (Line: 425) Twig\Environment->createTemplate('{# inline_template_start #}Event Calendar') (Line: 234) Drupal\Core\Template\TwigEnvironment->renderInline('{# inline_template_start #}Event Calendar', Array) (Line: 53) Drupal\Core\Render\Element\InlineTemplate::preRenderInlineTemplate(Array) call_user_func_array(Array, Array) (Line: 111) Drupal\Core\Render\Renderer->doTrustedCallback(Array, Array, 'Render #pre_render callbacks must be methods of a class that implements \Drupal\Core\Security\TrustedCallbackInterface or be an anonymous function. The callback was %s. See https://www.drupal.org/node/2966725', 'exception', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 859) Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 421) Drupal\Core\Render\Renderer->doRender(Array, 1) (Line: 240) Drupal\Core\Render\Renderer->render(Array, 1) (Line: 165) Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}() (Line: 627) Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 164) Drupal\Core\Render\Renderer->renderPlain(Array) (Line: 424) Drupal\views\Plugin\views\PluginBase->viewsTokenReplace('Event Calendar', Array) (Line: 1396) Drupal\views\Plugin\views\field\FieldPluginBase->renderAltered(Array, Array) (Line: 1289) Drupal\views\Plugin\views\field\FieldPluginBase->renderText(Array) (Line: 1224) Drupal\views\Plugin\views\field\FieldPluginBase->advancedRender(Object) (Line: 238) template_preprocess_views_view_field(Array, 'views_view_field', Array) call_user_func_array('template_preprocess_views_view_field', Array) (Line: 261) Drupal\Core\Theme\ThemeManager->render('views_view_field', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 1790) Drupal\views\Plugin\views\field\FieldPluginBase->theme(Object) (Line: 765) Drupal\views\Plugin\views\style\StylePluginBase->elementPreRenderRow(Array) (Line: 26) Drupal\views_combine\Plugin\views\style\DefaultStyle->elementPreRenderRow(Array) call_user_func_array(Array, Array) (Line: 111) Drupal\Core\Render\Renderer->doTrustedCallback(Array, Array, 'Render #pre_render callbacks must be methods of a class that implements \Drupal\Core\Security\TrustedCallbackInterface or be an anonymous function. The callback was %s. See https://www.drupal.org/node/2966725', 'exception', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 859) Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 421) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 704) Drupal\views\Plugin\views\style\StylePluginBase->renderFields(Array) (Line: 570) Drupal\views\Plugin\views\style\StylePluginBase->renderGrouping(Array, Array, 1) (Line: 458) Drupal\views\Plugin\views\style\StylePluginBase->render() (Line: 2174) Drupal\views\Plugin\views\display\DisplayPluginBase->render() (Line: 1548) Drupal\views\ViewExecutable->render() (Line: 131) Drupal\views\Plugin\views\display\Block->execute() (Line: 1645) Drupal\views\ViewExecutable->executeDisplay('block_7', Array) (Line: 81) Drupal\views\Element\View::preRenderViewElement(Array) (Line: 61) Drupal\views\Plugin\Block\ViewsBlock->build() (Line: 171) Drupal\block\BlockViewBuilder::preRender(Array) call_user_func_array('Drupal\block\BlockViewBuilder::preRender', Array) (Line: 111) Drupal\Core\Render\Renderer->doTrustedCallback('Drupal\block\BlockViewBuilder::preRender', Array, 'Render #pre_render callbacks must be methods of a class that implements \Drupal\Core\Security\TrustedCallbackInterface or be an anonymous function. The callback was %s. See https://www.drupal.org/node/2966725', 'exception', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 859) Drupal\Core\Render\Renderer->doCallback('#pre_render', 'Drupal\block\BlockViewBuilder::preRender', Array) (Line: 421) Drupal\Core\Render\Renderer->doRender(Array) (Line: 493) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 423) __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->block_content(Array, Array) (Line: 430) Twig\Template->yieldBlock('content', Array, Array) (Line: 290) __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/layout/page.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 106) __TwigTemplate_115aaa0110147dd4b8dda6c26b6830ee->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/system/html.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 158) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627) Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 153) 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(Object, 'kernel.view') (Line: 186) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76) Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58) Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28) Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 106) Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193) Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36) Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files', 511) (Line: 104) Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php', 511) (Line: 104) Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73) Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66) Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('690b6c216a7c7_views-view-field.html.twi_g8ffRr21d_ou07_4rateR0dV3', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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/custom/greenforum_main/templates/views/views-view-field.html.twig */ class __TwigTemplate_423572f2589cb4796b21c0e60247aa96 extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 23 yield $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(Twig\Extension\CoreExtension::replaceFilter($this->sandbox->ensureToStringAllowed(($context["output"] ?? null), 23, $this->source), ["data-style=" => "style="])); $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["output"]); return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "themes/custom/greenforum_main/templates/views/views-view-field.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 40 => 23,); } public function getSourceContext() { return new Source("", "themes/custom/greenforum_main/templates/views/views-view-field.html.twig", "/Data/htdocs/greenforum-api/themes/custom/greenforum_main/templates/views/views-view-field.html.twig"); } public function checkSecurity() { static $tags = array(); static $filters = array("raw" => 23, "replace" => 23); static $functions = array(); try { $this->sandbox->checkSecurity( [], ['raw', 'replace'], [], $this->source ); } catch (SecurityError $e) { $e->setSourceContext($this->source); 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: 112) Drupal\Core\Template\TwigPhpStorageCache->write('690b6c216a7c7_views-view-field.html.twi_g8ffRr21d_ou07_4rateR0dV3', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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/custom/greenforum_main/templates/views/views-view-field.html.twig */ class __TwigTemplate_423572f2589cb4796b21c0e60247aa96 extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 23 yield $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(Twig\Extension\CoreExtension::replaceFilter($this->sandbox->ensureToStringAllowed(($context["output"] ?? null), 23, $this->source), ["data-style=" => "style="])); $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["output"]); return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "themes/custom/greenforum_main/templates/views/views-view-field.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 40 => 23,); } public function getSourceContext() { return new Source("", "themes/custom/greenforum_main/templates/views/views-view-field.html.twig", "/Data/htdocs/greenforum-api/themes/custom/greenforum_main/templates/views/views-view-field.html.twig"); } public function checkSecurity() { static $tags = array(); static $filters = array("raw" => 23, "replace" => 23); static $functions = array(); try { $this->sandbox->checkSecurity( [], ['raw', 'replace'], [], $this->source ); } catch (SecurityError $e) { $e->setSourceContext($this->source); 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: 375) Twig\Environment->loadTemplate('__TwigTemplate_423572f2589cb4796b21c0e60247aa96', 'themes/custom/greenforum_main/templates/views/views-view-field.html.twig') (Line: 336) Twig\Environment->load('themes/custom/greenforum_main/templates/views/views-view-field.html.twig') (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/views/views-view-field.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('views_view_field', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 1790) Drupal\views\Plugin\views\field\FieldPluginBase->theme(Object) (Line: 765) Drupal\views\Plugin\views\style\StylePluginBase->elementPreRenderRow(Array) (Line: 26) Drupal\views_combine\Plugin\views\style\DefaultStyle->elementPreRenderRow(Array) call_user_func_array(Array, Array) (Line: 111) Drupal\Core\Render\Renderer->doTrustedCallback(Array, Array, 'Render #pre_render callbacks must be methods of a class that implements \Drupal\Core\Security\TrustedCallbackInterface or be an anonymous function. The callback was %s. See https://www.drupal.org/node/2966725', 'exception', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 859) Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 421) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 704) Drupal\views\Plugin\views\style\StylePluginBase->renderFields(Array) (Line: 570) Drupal\views\Plugin\views\style\StylePluginBase->renderGrouping(Array, Array, 1) (Line: 458) Drupal\views\Plugin\views\style\StylePluginBase->render() (Line: 2174) Drupal\views\Plugin\views\display\DisplayPluginBase->render() (Line: 1548) Drupal\views\ViewExecutable->render() (Line: 131) Drupal\views\Plugin\views\display\Block->execute() (Line: 1645) Drupal\views\ViewExecutable->executeDisplay('block_7', Array) (Line: 81) Drupal\views\Element\View::preRenderViewElement(Array) (Line: 61) Drupal\views\Plugin\Block\ViewsBlock->build() (Line: 171) Drupal\block\BlockViewBuilder::preRender(Array) call_user_func_array('Drupal\block\BlockViewBuilder::preRender', Array) (Line: 111) Drupal\Core\Render\Renderer->doTrustedCallback('Drupal\block\BlockViewBuilder::preRender', Array, 'Render #pre_render callbacks must be methods of a class that implements \Drupal\Core\Security\TrustedCallbackInterface or be an anonymous function. The callback was %s. See https://www.drupal.org/node/2966725', 'exception', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 859) Drupal\Core\Render\Renderer->doCallback('#pre_render', 'Drupal\block\BlockViewBuilder::preRender', Array) (Line: 421) Drupal\Core\Render\Renderer->doRender(Array) (Line: 493) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 423) __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->block_content(Array, Array) (Line: 430) Twig\Template->yieldBlock('content', Array, Array) (Line: 290) __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/layout/page.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 106) __TwigTemplate_115aaa0110147dd4b8dda6c26b6830ee->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/system/html.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 158) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627) Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 153) 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(Object, 'kernel.view') (Line: 186) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76) Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58) Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28) Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 106) Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193) Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36) Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files', 511) (Line: 104) Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php', 511) (Line: 104) Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73) Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66) Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('690b6c216a7c7_views-view-unformatted.ht_XT17c2A_VhiwEQE2m0Y640KRZ', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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/contrib/socialbase/templates/views/views-view-unformatted.html.twig */ class __TwigTemplate_e6a3a0afcf0a13d73573d3c43e0abe13 extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ 'rows' => [$this, 'block_rows'], ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 20 if (($context["title"] ?? null)) { // line 21 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title"] ?? null), 21, $this->source), "html", null, true); yield " "; } // line 23 yield " "; // line 24 yield from $this->unwrap()->yieldBlock('rows', $context, $blocks); $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["title", "rows"]); return; yield ''; } public function block_rows($context, array $blocks = []) { $macros = $this->macros; // line 25 yield " "; $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(($context["rows"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["row"]) { // line 26 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["row"], "content", [], "any", false, false, true, 26), 26, $this->source), "html", null, true); yield " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['row'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "themes/contrib/socialbase/templates/views/views-view-unformatted.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 66 => 26, 61 => 25, 52 => 24, 49 => 23, 43 => 21, 41 => 20,); } public function getSourceContext() { return new Source("", "themes/contrib/socialbase/templates/views/views-view-unformatted.html.twig", "/Data/htdocs/greenforum-api/themes/contrib/socialbase/templates/views/views-view-unformatted.html.twig"); } public function checkSecurity() { static $tags = array("if" => 20, "block" => 24, "for" => 25); static $filters = array("escape" => 21); static $functions = array(); try { $this->sandbox->checkSecurity( ['if', 'block', 'for'], ['escape'], [], $this->source ); } catch (SecurityError $e) { $e->setSourceContext($this->source); 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: 112) Drupal\Core\Template\TwigPhpStorageCache->write('690b6c216a7c7_views-view-unformatted.ht_XT17c2A_VhiwEQE2m0Y640KRZ', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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/contrib/socialbase/templates/views/views-view-unformatted.html.twig */ class __TwigTemplate_e6a3a0afcf0a13d73573d3c43e0abe13 extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ 'rows' => [$this, 'block_rows'], ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 20 if (($context["title"] ?? null)) { // line 21 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title"] ?? null), 21, $this->source), "html", null, true); yield " "; } // line 23 yield " "; // line 24 yield from $this->unwrap()->yieldBlock('rows', $context, $blocks); $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["title", "rows"]); return; yield ''; } public function block_rows($context, array $blocks = []) { $macros = $this->macros; // line 25 yield " "; $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(($context["rows"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["row"]) { // line 26 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["row"], "content", [], "any", false, false, true, 26), 26, $this->source), "html", null, true); yield " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['row'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "themes/contrib/socialbase/templates/views/views-view-unformatted.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 66 => 26, 61 => 25, 52 => 24, 49 => 23, 43 => 21, 41 => 20,); } public function getSourceContext() { return new Source("", "themes/contrib/socialbase/templates/views/views-view-unformatted.html.twig", "/Data/htdocs/greenforum-api/themes/contrib/socialbase/templates/views/views-view-unformatted.html.twig"); } public function checkSecurity() { static $tags = array("if" => 20, "block" => 24, "for" => 25); static $filters = array("escape" => 21); static $functions = array(); try { $this->sandbox->checkSecurity( ['if', 'block', 'for'], ['escape'], [], $this->source ); } catch (SecurityError $e) { $e->setSourceContext($this->source); 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: 375) Twig\Environment->loadTemplate('__TwigTemplate_e6a3a0afcf0a13d73573d3c43e0abe13', 'themes/contrib/socialbase/templates/views/views-view-unformatted.html.twig') (Line: 336) Twig\Environment->load('themes/contrib/socialbase/templates/views/views-view-unformatted.html.twig') (Line: 39) twig_render_template('themes/contrib/socialbase/templates/views/views-view-unformatted.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('views_view_unformatted', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array) (Line: 493) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 122) __TwigTemplate_ecc29dab8787fa8ac285f58feb393dfe->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/contrib/socialbase/templates/views/views-view.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('views_view', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array) (Line: 493) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 114) __TwigTemplate_c5a9c05f27e00a748761c6bf6cee565e->block_content(Array, Array) (Line: 430) Twig\Template->yieldBlock('content', Array, Array) (Line: 93) __TwigTemplate_c5a9c05f27e00a748761c6bf6cee565e->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/contrib/socialbase/templates/block/block.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array) (Line: 493) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 423) __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->block_content(Array, Array) (Line: 430) Twig\Template->yieldBlock('content', Array, Array) (Line: 290) __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/layout/page.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 106) __TwigTemplate_115aaa0110147dd4b8dda6c26b6830ee->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/system/html.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 158) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627) Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 153) 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(Object, 'kernel.view') (Line: 186) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76) Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58) Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28) Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 106) Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193) Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36) Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files', 511) (Line: 104) Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php', 511) (Line: 104) Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73) Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66) Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('690b6c216a7c7_views-view-fields.html.tw_A1NyUy-sa8XVRaK-hl2HzYKaU', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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/stable9/templates/views/views-view-fields.html.twig */ class __TwigTemplate_ac49a4bf4d6002a9b03edd7d40799ffb extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 32 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(($context["fields"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["field"]) { // line 33 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["field"], "separator", [], "any", false, false, true, 33), 33, $this->source), "html", null, true); // line 34 if (CoreExtension::getAttribute($this->env, $this->source, $context["field"], "wrapper_element", [], "any", false, false, true, 34)) { // line 35 yield "<"; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["field"], "wrapper_element", [], "any", false, false, true, 35), 35, $this->source), "html", null, true); yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["field"], "wrapper_attributes", [], "any", false, false, true, 35), 35, $this->source), "html", null, true); yield ">"; } // line 37 if (CoreExtension::getAttribute($this->env, $this->source, $context["field"], "label", [], "any", false, false, true, 37)) { // line 38 if (CoreExtension::getAttribute($this->env, $this->source, $context["field"], "label_element", [], "any", false, false, true, 38)) { // line 39 yield "<"; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["field"], "label_element", [], "any", false, false, true, 39), 39, $this->source), "html", null, true); yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["field"], "label_attributes", [], "any", false, false, true, 39), 39, $this->source), "html", null, true); yield ">"; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["field"], "label", [], "any", false, false, true, 39), 39, $this->source), "html", null, true); yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["field"], "label_suffix", [], "any", false, false, true, 39), 39, $this->source), "html", null, true); yield "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["field"], "label_element", [], "any", false, false, true, 39), 39, $this->source), "html", null, true); yield ">"; } else { // line 41 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["field"], "label", [], "any", false, false, true, 41), 41, $this->source), "html", null, true); yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["field"], "label_suffix", [], "any", false, false, true, 41), 41, $this->source), "html", null, true); } } // line 44 if (CoreExtension::getAttribute($this->env, $this->source, $context["field"], "element_type", [], "any", false, false, true, 44)) { // line 45 yield "<"; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["field"], "element_type", [], "any", false, false, true, 45), 45, $this->source), "html", null, true); yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["field"], "element_attributes", [], "any", false, false, true, 45), 45, $this->source), "html", null, true); yield ">"; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["field"], "content", [], "any", false, false, true, 45), 45, $this->source), "html", null, true); yield "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["field"], "element_type", [], "any", false, false, true, 45), 45, $this->source), "html", null, true); yield ">"; } else { // line 47 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["field"], "content", [], "any", false, false, true, 47), 47, $this->source), "html", null, true); } // line 49 if (CoreExtension::getAttribute($this->env, $this->source, $context["field"], "wrapper_element", [], "any", false, false, true, 49)) { // line 50 yield "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["field"], "wrapper_element", [], "any", false, false, true, 50), 50, $this->source), "html", null, true); yield ">"; } } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['field'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["fields"]); return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "core/themes/stable9/templates/views/views-view-fields.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 91 => 50, 89 => 49, 86 => 47, 76 => 45, 74 => 44, 69 => 41, 58 => 39, 56 => 38, 54 => 37, 48 => 35, 46 => 34, 44 => 33, 40 => 32,); } public function getSourceContext() { return new Source("", "core/themes/stable9/templates/views/views-view-fields.html.twig", "/Data/htdocs/greenforum-api/core/themes/stable9/templates/views/views-view-fields.html.twig"); } public function checkSecurity() { static $tags = array("for" => 32, "if" => 34); static $filters = array("escape" => 33); static $functions = array(); try { $this->sandbox->checkSecurity( ['for', 'if'], ['escape'], [], $this->source ); } catch (SecurityError $e) { $e->setSourceContext($this->source); 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: 112) Drupal\Core\Template\TwigPhpStorageCache->write('690b6c216a7c7_views-view-fields.html.tw_A1NyUy-sa8XVRaK-hl2HzYKaU', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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/stable9/templates/views/views-view-fields.html.twig */ class __TwigTemplate_ac49a4bf4d6002a9b03edd7d40799ffb extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 32 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(($context["fields"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["field"]) { // line 33 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["field"], "separator", [], "any", false, false, true, 33), 33, $this->source), "html", null, true); // line 34 if (CoreExtension::getAttribute($this->env, $this->source, $context["field"], "wrapper_element", [], "any", false, false, true, 34)) { // line 35 yield "<"; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["field"], "wrapper_element", [], "any", false, false, true, 35), 35, $this->source), "html", null, true); yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["field"], "wrapper_attributes", [], "any", false, false, true, 35), 35, $this->source), "html", null, true); yield ">"; } // line 37 if (CoreExtension::getAttribute($this->env, $this->source, $context["field"], "label", [], "any", false, false, true, 37)) { // line 38 if (CoreExtension::getAttribute($this->env, $this->source, $context["field"], "label_element", [], "any", false, false, true, 38)) { // line 39 yield "<"; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["field"], "label_element", [], "any", false, false, true, 39), 39, $this->source), "html", null, true); yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["field"], "label_attributes", [], "any", false, false, true, 39), 39, $this->source), "html", null, true); yield ">"; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["field"], "label", [], "any", false, false, true, 39), 39, $this->source), "html", null, true); yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["field"], "label_suffix", [], "any", false, false, true, 39), 39, $this->source), "html", null, true); yield "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["field"], "label_element", [], "any", false, false, true, 39), 39, $this->source), "html", null, true); yield ">"; } else { // line 41 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["field"], "label", [], "any", false, false, true, 41), 41, $this->source), "html", null, true); yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["field"], "label_suffix", [], "any", false, false, true, 41), 41, $this->source), "html", null, true); } } // line 44 if (CoreExtension::getAttribute($this->env, $this->source, $context["field"], "element_type", [], "any", false, false, true, 44)) { // line 45 yield "<"; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["field"], "element_type", [], "any", false, false, true, 45), 45, $this->source), "html", null, true); yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["field"], "element_attributes", [], "any", false, false, true, 45), 45, $this->source), "html", null, true); yield ">"; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["field"], "content", [], "any", false, false, true, 45), 45, $this->source), "html", null, true); yield "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["field"], "element_type", [], "any", false, false, true, 45), 45, $this->source), "html", null, true); yield ">"; } else { // line 47 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["field"], "content", [], "any", false, false, true, 47), 47, $this->source), "html", null, true); } // line 49 if (CoreExtension::getAttribute($this->env, $this->source, $context["field"], "wrapper_element", [], "any", false, false, true, 49)) { // line 50 yield "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["field"], "wrapper_element", [], "any", false, false, true, 50), 50, $this->source), "html", null, true); yield ">"; } } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['field'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["fields"]); return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "core/themes/stable9/templates/views/views-view-fields.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 91 => 50, 89 => 49, 86 => 47, 76 => 45, 74 => 44, 69 => 41, 58 => 39, 56 => 38, 54 => 37, 48 => 35, 46 => 34, 44 => 33, 40 => 32,); } public function getSourceContext() { return new Source("", "core/themes/stable9/templates/views/views-view-fields.html.twig", "/Data/htdocs/greenforum-api/core/themes/stable9/templates/views/views-view-fields.html.twig"); } public function checkSecurity() { static $tags = array("for" => 32, "if" => 34); static $filters = array("escape" => 33); static $functions = array(); try { $this->sandbox->checkSecurity( ['for', 'if'], ['escape'], [], $this->source ); } catch (SecurityError $e) { $e->setSourceContext($this->source); 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: 375) Twig\Environment->loadTemplate('__TwigTemplate_ac49a4bf4d6002a9b03edd7d40799ffb', 'core/themes/stable9/templates/views/views-view-fields.html.twig') (Line: 336) Twig\Environment->load('core/themes/stable9/templates/views/views-view-fields.html.twig') (Line: 39) twig_render_template('core/themes/stable9/templates/views/views-view-fields.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('views_view_fields', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 67) __TwigTemplate_e6a3a0afcf0a13d73573d3c43e0abe13->block_rows(Array, Array) (Line: 430) Twig\Template->yieldBlock('rows', Array, Array) (Line: 52) __TwigTemplate_e6a3a0afcf0a13d73573d3c43e0abe13->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/contrib/socialbase/templates/views/views-view-unformatted.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('views_view_unformatted', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array) (Line: 493) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 122) __TwigTemplate_ecc29dab8787fa8ac285f58feb393dfe->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/contrib/socialbase/templates/views/views-view.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('views_view', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array) (Line: 493) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 114) __TwigTemplate_c5a9c05f27e00a748761c6bf6cee565e->block_content(Array, Array) (Line: 430) Twig\Template->yieldBlock('content', Array, Array) (Line: 93) __TwigTemplate_c5a9c05f27e00a748761c6bf6cee565e->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/contrib/socialbase/templates/block/block.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array) (Line: 493) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 423) __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->block_content(Array, Array) (Line: 430) Twig\Template->yieldBlock('content', Array, Array) (Line: 290) __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/layout/page.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 106) __TwigTemplate_115aaa0110147dd4b8dda6c26b6830ee->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/system/html.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 158) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627) Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 153) 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(Object, 'kernel.view') (Line: 186) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76) Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58) Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28) Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 106) Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193) Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36) Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files', 511) (Line: 104) Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php', 511) (Line: 104) Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73) Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66) Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('690b6c216a7c7_page-title.html.twig_vlXFu4qdVoWW9Er-RuFRxh_ru', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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/contrib/socialbase/templates/system/page-title.html.twig */ class __TwigTemplate_275e8955e8eacadd8815dd396146024a extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 19 yield " "; // line 21 $context["classes"] = ["h4 section-title", (( // line 23 ($context["stream"] ?? null)) ? ("section-title-stream") : (""))]; // line 26 yield " "; // line 27 if ((($context["node"] ?? null) && !($context["edit"] ?? null))) { // line 28 yield " "; // line 29 $context["extra_classes"] = ["section-title-node"]; // line 33 yield " "; } // line 35 yield " "; // line 37 if (($context["title"] ?? null)) { // line 38 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["title_attributes"] ?? null), "addClass", [($context["classes"] ?? null), ($context["extra_classes"] ?? null)], "method", false, false, true, 38), 38, $this->source), "html", null, true); yield ">"; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title"] ?? null), 38, $this->source), "html", null, true); yield " "; } $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["stream", "node", "edit", "title", "title_attributes"]); return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "themes/contrib/socialbase/templates/system/page-title.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 66 => 38, 64 => 37, 60 => 35, 56 => 33, 54 => 29, 51 => 28, 49 => 27, 46 => 26, 44 => 23, 43 => 21, 40 => 19,); } public function getSourceContext() { return new Source("", "themes/contrib/socialbase/templates/system/page-title.html.twig", "/Data/htdocs/greenforum-api/themes/contrib/socialbase/templates/system/page-title.html.twig"); } public function checkSecurity() { static $tags = array("set" => 21, "if" => 27); static $filters = array("escape" => 38); static $functions = array(); try { $this->sandbox->checkSecurity( ['set', 'if'], ['escape'], [], $this->source ); } catch (SecurityError $e) { $e->setSourceContext($this->source); 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: 112) Drupal\Core\Template\TwigPhpStorageCache->write('690b6c216a7c7_page-title.html.twig_vlXFu4qdVoWW9Er-RuFRxh_ru', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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/contrib/socialbase/templates/system/page-title.html.twig */ class __TwigTemplate_275e8955e8eacadd8815dd396146024a extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 19 yield " "; // line 21 $context["classes"] = ["h4 section-title", (( // line 23 ($context["stream"] ?? null)) ? ("section-title-stream") : (""))]; // line 26 yield " "; // line 27 if ((($context["node"] ?? null) && !($context["edit"] ?? null))) { // line 28 yield " "; // line 29 $context["extra_classes"] = ["section-title-node"]; // line 33 yield " "; } // line 35 yield " "; // line 37 if (($context["title"] ?? null)) { // line 38 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["title_attributes"] ?? null), "addClass", [($context["classes"] ?? null), ($context["extra_classes"] ?? null)], "method", false, false, true, 38), 38, $this->source), "html", null, true); yield ">"; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title"] ?? null), 38, $this->source), "html", null, true); yield " "; } $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["stream", "node", "edit", "title", "title_attributes"]); return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "themes/contrib/socialbase/templates/system/page-title.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 66 => 38, 64 => 37, 60 => 35, 56 => 33, 54 => 29, 51 => 28, 49 => 27, 46 => 26, 44 => 23, 43 => 21, 40 => 19,); } public function getSourceContext() { return new Source("", "themes/contrib/socialbase/templates/system/page-title.html.twig", "/Data/htdocs/greenforum-api/themes/contrib/socialbase/templates/system/page-title.html.twig"); } public function checkSecurity() { static $tags = array("set" => 21, "if" => 27); static $filters = array("escape" => 38); static $functions = array(); try { $this->sandbox->checkSecurity( ['set', 'if'], ['escape'], [], $this->source ); } catch (SecurityError $e) { $e->setSourceContext($this->source); 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: 375) Twig\Environment->loadTemplate('__TwigTemplate_275e8955e8eacadd8815dd396146024a', 'themes/contrib/socialbase/templates/system/page-title.html.twig') (Line: 336) Twig\Environment->load('themes/contrib/socialbase/templates/system/page-title.html.twig') (Line: 39) twig_render_template('themes/contrib/socialbase/templates/system/page-title.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('page_title', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 114) __TwigTemplate_c5a9c05f27e00a748761c6bf6cee565e->block_content(Array, Array) (Line: 430) Twig\Template->yieldBlock('content', Array, Array) (Line: 93) __TwigTemplate_c5a9c05f27e00a748761c6bf6cee565e->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/contrib/socialbase/templates/block/block.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array) (Line: 493) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 423) __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->block_content(Array, Array) (Line: 430) Twig\Template->yieldBlock('content', Array, Array) (Line: 290) __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/layout/page.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 106) __TwigTemplate_115aaa0110147dd4b8dda6c26b6830ee->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/system/html.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 158) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627) Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 153) 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(Object, 'kernel.view') (Line: 186) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76) Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58) Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28) Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 106) Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193) Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36) Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files', 511) (Line: 104) Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php', 511) (Line: 104) Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73) Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66) Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('690b6c216a7c7_block--system.html.twig_fCjJWQ8eloHMIzRtaHgWriC_D', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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/contrib/socialbase/templates/block/block--system.html.twig */ class __TwigTemplate_e899ba13f925bc24eec75642c0c399b9 extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doGetParent(array $context) { // line 1 return "block.html.twig"; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; $this->parent = $this->loadTemplate("block.html.twig", "themes/contrib/socialbase/templates/block/block--system.html.twig", 1); yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks)); } /** * @codeCoverageIgnore */ public function getTemplateName() { return "themes/contrib/socialbase/templates/block/block--system.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 37 => 1,); } public function getSourceContext() { return new Source("", "themes/contrib/socialbase/templates/block/block--system.html.twig", "/Data/htdocs/greenforum-api/themes/contrib/socialbase/templates/block/block--system.html.twig"); } public function checkSecurity() { static $tags = array(); static $filters = array(); static $functions = array(); try { $this->sandbox->checkSecurity( [], [], [], $this->source ); } catch (SecurityError $e) { $e->setSourceContext($this->source); 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: 112) Drupal\Core\Template\TwigPhpStorageCache->write('690b6c216a7c7_block--system.html.twig_fCjJWQ8eloHMIzRtaHgWriC_D', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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/contrib/socialbase/templates/block/block--system.html.twig */ class __TwigTemplate_e899ba13f925bc24eec75642c0c399b9 extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doGetParent(array $context) { // line 1 return "block.html.twig"; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; $this->parent = $this->loadTemplate("block.html.twig", "themes/contrib/socialbase/templates/block/block--system.html.twig", 1); yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks)); } /** * @codeCoverageIgnore */ public function getTemplateName() { return "themes/contrib/socialbase/templates/block/block--system.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 37 => 1,); } public function getSourceContext() { return new Source("", "themes/contrib/socialbase/templates/block/block--system.html.twig", "/Data/htdocs/greenforum-api/themes/contrib/socialbase/templates/block/block--system.html.twig"); } public function checkSecurity() { static $tags = array(); static $filters = array(); static $functions = array(); try { $this->sandbox->checkSecurity( [], [], [], $this->source ); } catch (SecurityError $e) { $e->setSourceContext($this->source); 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: 375) Twig\Environment->loadTemplate('__TwigTemplate_e899ba13f925bc24eec75642c0c399b9', 'themes/contrib/socialbase/templates/block/block--system.html.twig') (Line: 336) Twig\Environment->load('themes/contrib/socialbase/templates/block/block--system.html.twig') (Line: 39) twig_render_template('themes/contrib/socialbase/templates/block/block--system.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array) (Line: 493) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 423) __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->block_content(Array, Array) (Line: 430) Twig\Template->yieldBlock('content', Array, Array) (Line: 290) __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/layout/page.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 106) __TwigTemplate_115aaa0110147dd4b8dda6c26b6830ee->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/system/html.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 158) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627) Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 153) 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(Object, 'kernel.view') (Line: 186) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76) Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58) Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28) Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 106) Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193) Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36) Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Core\Extension\ModuleHandler->Drupal\Core\Extension\{closure}(Object, 'bulk_taxonomy_update') (Line: 388) Drupal\Core\Extension\ModuleHandler->invokeAllWith('views_pre_view', Object) (Line: 408) Drupal\Core\Extension\ModuleHandler->invokeAll('views_pre_view', Array) (Line: 1701) Drupal\views\ViewExecutable->preExecute(Array) (Line: 1642) Drupal\views\ViewExecutable->executeDisplay('block_11', Array) (Line: 81) Drupal\views\Element\View::preRenderViewElement(Array) (Line: 61) Drupal\views\Plugin\Block\ViewsBlock->build() (Line: 171) Drupal\block\BlockViewBuilder::preRender(Array) call_user_func_array('Drupal\block\BlockViewBuilder::preRender', Array) (Line: 111) Drupal\Core\Render\Renderer->doTrustedCallback('Drupal\block\BlockViewBuilder::preRender', Array, 'Render #pre_render callbacks must be methods of a class that implements \Drupal\Core\Security\TrustedCallbackInterface or be an anonymous function. The callback was %s. See https://www.drupal.org/node/2966725', 'exception', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 859) Drupal\Core\Render\Renderer->doCallback('#pre_render', 'Drupal\block\BlockViewBuilder::preRender', Array) (Line: 421) Drupal\Core\Render\Renderer->doRender(Array) (Line: 493) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 423) __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->block_content(Array, Array) (Line: 430) Twig\Template->yieldBlock('content', Array, Array) (Line: 290) __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/layout/page.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 106) __TwigTemplate_115aaa0110147dd4b8dda6c26b6830ee->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/system/html.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 158) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627) Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 153) 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(Object, 'kernel.view') (Line: 186) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76) Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58) Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28) Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 106) Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193) Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36) Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
custom_calendar_views_query_alter(Object, Object) call_user_func_array(Object, Array) (Line: 409) Drupal\Core\Extension\ModuleHandler->Drupal\Core\Extension\{closure}(Object, 'custom_calendar') (Line: 388) Drupal\Core\Extension\ModuleHandler->invokeAllWith('views_query_alter', Object) (Line: 408) Drupal\Core\Extension\ModuleHandler->invokeAll('views_query_alter', Array) (Line: 1449) Drupal\views\Plugin\views\query\Sql->alter(Object) (Line: 1331) Drupal\views\ViewExecutable->build(NULL) (Line: 1406) Drupal\views\ViewExecutable->execute(NULL) (Line: 1469) Drupal\views\ViewExecutable->render() (Line: 131) Drupal\views\Plugin\views\display\Block->execute() (Line: 1645) Drupal\views\ViewExecutable->executeDisplay('block_11', Array) (Line: 81) Drupal\views\Element\View::preRenderViewElement(Array) (Line: 61) Drupal\views\Plugin\Block\ViewsBlock->build() (Line: 171) Drupal\block\BlockViewBuilder::preRender(Array) call_user_func_array('Drupal\block\BlockViewBuilder::preRender', Array) (Line: 111) Drupal\Core\Render\Renderer->doTrustedCallback('Drupal\block\BlockViewBuilder::preRender', Array, 'Render #pre_render callbacks must be methods of a class that implements \Drupal\Core\Security\TrustedCallbackInterface or be an anonymous function. The callback was %s. See https://www.drupal.org/node/2966725', 'exception', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 859) Drupal\Core\Render\Renderer->doCallback('#pre_render', 'Drupal\block\BlockViewBuilder::preRender', Array) (Line: 421) Drupal\Core\Render\Renderer->doRender(Array) (Line: 493) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 423) __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->block_content(Array, Array) (Line: 430) Twig\Template->yieldBlock('content', Array, Array) (Line: 290) __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/layout/page.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 106) __TwigTemplate_115aaa0110147dd4b8dda6c26b6830ee->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/system/html.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 158) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627) Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 153) 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(Object, 'kernel.view') (Line: 186) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76) Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58) Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28) Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 106) Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193) Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36) Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files', 511) (Line: 104) Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php', 511) (Line: 104) Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73) Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66) Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('690b6c216a7c7_off-canvas-page-wrapper.h_fL4mKp8Bt-RhCKeBxzZiC7PG7', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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/contrib/bootstrap5/templates/content/off-canvas-page-wrapper.html.twig */ class __TwigTemplate_c5911e2827e689498d62ecaf689ed58b extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 20 if (($context["children"] ?? null)) { // line 21 yield " "; // line 22 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 22, $this->source), "html", null, true); yield " "; } $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["children"]); return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "themes/contrib/bootstrap5/templates/content/off-canvas-page-wrapper.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 45 => 22, 42 => 21, 40 => 20,); } public function getSourceContext() { return new Source("", "themes/contrib/bootstrap5/templates/content/off-canvas-page-wrapper.html.twig", "/Data/htdocs/greenforum-api/themes/contrib/bootstrap5/templates/content/off-canvas-page-wrapper.html.twig"); } public function checkSecurity() { static $tags = array("if" => 20); static $filters = array("escape" => 22); static $functions = array(); try { $this->sandbox->checkSecurity( ['if'], ['escape'], [], $this->source ); } catch (SecurityError $e) { $e->setSourceContext($this->source); 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: 112) Drupal\Core\Template\TwigPhpStorageCache->write('690b6c216a7c7_off-canvas-page-wrapper.h_fL4mKp8Bt-RhCKeBxzZiC7PG7', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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/contrib/bootstrap5/templates/content/off-canvas-page-wrapper.html.twig */ class __TwigTemplate_c5911e2827e689498d62ecaf689ed58b extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 20 if (($context["children"] ?? null)) { // line 21 yield " "; // line 22 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 22, $this->source), "html", null, true); yield " "; } $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["children"]); return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "themes/contrib/bootstrap5/templates/content/off-canvas-page-wrapper.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 45 => 22, 42 => 21, 40 => 20,); } public function getSourceContext() { return new Source("", "themes/contrib/bootstrap5/templates/content/off-canvas-page-wrapper.html.twig", "/Data/htdocs/greenforum-api/themes/contrib/bootstrap5/templates/content/off-canvas-page-wrapper.html.twig"); } public function checkSecurity() { static $tags = array("if" => 20); static $filters = array("escape" => 22); static $functions = array(); try { $this->sandbox->checkSecurity( ['if'], ['escape'], [], $this->source ); } catch (SecurityError $e) { $e->setSourceContext($this->source); 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: 375) Twig\Environment->loadTemplate('__TwigTemplate_c5911e2827e689498d62ecaf689ed58b', 'themes/contrib/bootstrap5/templates/content/off-canvas-page-wrapper.html.twig') (Line: 336) Twig\Environment->load('themes/contrib/bootstrap5/templates/content/off-canvas-page-wrapper.html.twig') (Line: 39) twig_render_template('themes/contrib/bootstrap5/templates/content/off-canvas-page-wrapper.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('off_canvas_page_wrapper', Array) (Line: 536) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 106) __TwigTemplate_115aaa0110147dd4b8dda6c26b6830ee->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/system/html.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 158) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627) Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 153) 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(Object, 'kernel.view') (Line: 186) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76) Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58) Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28) Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 106) Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193) Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36) Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files', 511) (Line: 104) Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php', 511) (Line: 104) Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73) Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66) Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('690b6c216a7c7___string_template__9c1a98_aH3UpG9_9DfCzZVenfrrZCaAo', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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; /* __string_template__9c1a98d15d4e5de4b1a631532d71c3b4 */ class __TwigTemplate_734e93de04038d46470791c84453aad6 extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; yield " "; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "__string_template__9c1a98d15d4e5de4b1a631532d71c3b4"; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array (); } public function getSourceContext() { return new Source("", "__string_template__9c1a98d15d4e5de4b1a631532d71c3b4", ""); } public function checkSecurity() { static $tags = array(); static $filters = array(); static $functions = array(); try { $this->sandbox->checkSecurity( [], [], [], $this->source ); } catch (SecurityError $e) { $e->setSourceContext($this->source); 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: 112) Drupal\Core\Template\TwigPhpStorageCache->write('690b6c216a7c7___string_template__9c1a98_aH3UpG9_9DfCzZVenfrrZCaAo', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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; /* __string_template__9c1a98d15d4e5de4b1a631532d71c3b4 */ class __TwigTemplate_734e93de04038d46470791c84453aad6 extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; yield " "; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "__string_template__9c1a98d15d4e5de4b1a631532d71c3b4"; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array (); } public function getSourceContext() { return new Source("", "__string_template__9c1a98d15d4e5de4b1a631532d71c3b4", ""); } public function checkSecurity() { static $tags = array(); static $filters = array(); static $functions = array(); try { $this->sandbox->checkSecurity( [], [], [], $this->source ); } catch (SecurityError $e) { $e->setSourceContext($this->source); 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: 375) Twig\Environment->loadTemplate('__TwigTemplate_734e93de04038d46470791c84453aad6', '__string_template__9c1a98d15d4e5de4b1a631532d71c3b4') (Line: 425) Twig\Environment->createTemplate('{# inline_template_start #} ') (Line: 234) Drupal\Core\Template\TwigEnvironment->renderInline('{# inline_template_start #} ', Array) (Line: 53) Drupal\Core\Render\Element\InlineTemplate::preRenderInlineTemplate(Array) call_user_func_array(Array, Array) (Line: 111) Drupal\Core\Render\Renderer->doTrustedCallback(Array, Array, 'Render #pre_render callbacks must be methods of a class that implements \Drupal\Core\Security\TrustedCallbackInterface or be an anonymous function. The callback was %s. See https://www.drupal.org/node/2966725', 'exception', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 859) Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 421) Drupal\Core\Render\Renderer->doRender(Array) (Line: 493) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 110) __TwigTemplate_115aaa0110147dd4b8dda6c26b6830ee->doDisplay(Array, Array) (Line: 360) Twig\Template->yield(Array) (Line: 335) Twig\Template->render(Array) (Line: 38) Twig\TemplateWrapper->render(Array) (Line: 39) twig_render_template('themes/custom/greenforum_main/templates/system/html.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 158) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627) Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 153) 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(Object, 'kernel.view') (Line: 186) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76) Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58) Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28) Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 106) Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193) Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36) Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)