On exiting, all chat history will be cleared
Your feedback matters!
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('688b1d38796ab_field--node--title.html.t_uqUgyMog91QDNqVMWiQGROSVg', '<?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; use Twig\TemplateWrapper; /* core/themes/stable9/templates/field/field--node--title.html.twig */ class __TwigTemplate_7f644b28cc0f1829d197949a888216c4 extends Template { private Source $source; /** * @var array */ private array $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->extensions[SandboxExtension::class]; $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 28 if ( !($context["is_inline"] ?? null)) { // line 29 yield " "; yield from $this->loadTemplate("field.html.twig", "core/themes/stable9/templates/field/field--node--title.html.twig", 29)->unwrap()->yield($context); } else { // line 31 yield "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 31, $this->source), "html", null, true); yield ">"; // line 32 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(($context["items"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["item"]) { // line 33 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 33), 33, $this->source), "html", null, true); } $_parent = $context['_parent']; unset($context['_seq'], $context['_key'], $context['item'], $context['_parent']); $context = array_intersect_key($context, $_parent) + $_parent; // line 35 yield " "; } $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["is_inline", "attributes", "items"]); yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "core/themes/stable9/templates/field/field--node--title.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 64 => 35, 58 => 33, 54 => 32, 50 => 31, 46 => 29, 44 => 28,); } public function getSourceContext(): Source { return new Source("", "core/themes/stable9/templates/field/field--node--title.html.twig", "/var/www/html/web/core/themes/stable9/templates/field/field--node--title.html.twig"); } public function checkSecurity() { static $tags = array("if" => 28, "include" => 29, "for" => 32); static $filters = array("escape" => 31); static $functions = array(); try { $this->sandbox->checkSecurity( ['if', 'include', '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('688b1d38796ab_field--node--title.html.t_uqUgyMog91QDNqVMWiQGROSVg', '<?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; use Twig\TemplateWrapper; /* core/themes/stable9/templates/field/field--node--title.html.twig */ class __TwigTemplate_7f644b28cc0f1829d197949a888216c4 extends Template { private Source $source; /** * @var array */ private array $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->extensions[SandboxExtension::class]; $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 28 if ( !($context["is_inline"] ?? null)) { // line 29 yield " "; yield from $this->loadTemplate("field.html.twig", "core/themes/stable9/templates/field/field--node--title.html.twig", 29)->unwrap()->yield($context); } else { // line 31 yield "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 31, $this->source), "html", null, true); yield ">"; // line 32 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(($context["items"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["item"]) { // line 33 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 33), 33, $this->source), "html", null, true); } $_parent = $context['_parent']; unset($context['_seq'], $context['_key'], $context['item'], $context['_parent']); $context = array_intersect_key($context, $_parent) + $_parent; // line 35 yield " "; } $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["is_inline", "attributes", "items"]); yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "core/themes/stable9/templates/field/field--node--title.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 64 => 35, 58 => 33, 54 => 32, 50 => 31, 46 => 29, 44 => 28,); } public function getSourceContext(): Source { return new Source("", "core/themes/stable9/templates/field/field--node--title.html.twig", "/var/www/html/web/core/themes/stable9/templates/field/field--node--title.html.twig"); } public function checkSecurity() { static $tags = array("if" => 28, "include" => 29, "for" => 32); static $filters = array("escape" => 31); static $functions = array(); try { $this->sandbox->checkSecurity( ['if', 'include', '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: 382) Twig\Environment->loadTemplate('__TwigTemplate_7f644b28cc0f1829d197949a888216c4', 'core/themes/stable9/templates/field/field--node--title.html.twig') (Line: 343) Twig\Environment->load('core/themes/stable9/templates/field/field--node--title.html.twig') (Line: 33) twig_render_template('core/themes/stable9/templates/field/field--node--title.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 491) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array) (Line: 110) Drupal\Core\Entity\Controller\EntityViewController->buildTitle(Array) call_user_func_array(Array, Array) (Line: 113) 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: 870) Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 432) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array, ) (Line: 238) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 638) 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: 53) 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: 32) Drupal\big_pipe\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: 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: 741) Drupal\Core\DrupalKernel->handle(Object) (Line: 20)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('688b1d38796ab___string_template__15e4c2_OEKBvVuNBNeCNxijOr0bUEGH4', '<?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; use Twig\TemplateWrapper; /* __string_template__15e4c2886fb2554f14cf09e05167a91f */ class __TwigTemplate_3eebb8f8a55d2f7ff407386c4cc64f63 extends Template { private Source $source; /** * @var array */ private array $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->extensions[SandboxExtension::class]; $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 1 yield Twig\Extension\CoreExtension::nl2br($this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["value"] ?? null), 1, $this->source), "html", null, true)); $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["value"]); yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "__string_template__15e4c2886fb2554f14cf09e05167a91f"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 44 => 1,); } public function getSourceContext(): Source { return new Source("", "__string_template__15e4c2886fb2554f14cf09e05167a91f", ""); } public function checkSecurity() { static $tags = array(); static $filters = array("nl2br" => 1, "escape" => 1); static $functions = array(); try { $this->sandbox->checkSecurity( [], ['nl2br', '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('688b1d38796ab___string_template__15e4c2_OEKBvVuNBNeCNxijOr0bUEGH4', '<?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; use Twig\TemplateWrapper; /* __string_template__15e4c2886fb2554f14cf09e05167a91f */ class __TwigTemplate_3eebb8f8a55d2f7ff407386c4cc64f63 extends Template { private Source $source; /** * @var array */ private array $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->extensions[SandboxExtension::class]; $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 1 yield Twig\Extension\CoreExtension::nl2br($this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["value"] ?? null), 1, $this->source), "html", null, true)); $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["value"]); yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "__string_template__15e4c2886fb2554f14cf09e05167a91f"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 44 => 1,); } public function getSourceContext(): Source { return new Source("", "__string_template__15e4c2886fb2554f14cf09e05167a91f", ""); } public function checkSecurity() { static $tags = array(); static $filters = array("nl2br" => 1, "escape" => 1); static $functions = array(); try { $this->sandbox->checkSecurity( [], ['nl2br', '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: 382) Twig\Environment->loadTemplate('__TwigTemplate_3eebb8f8a55d2f7ff407386c4cc64f63', '__string_template__15e4c2886fb2554f14cf09e05167a91f') (Line: 432) Twig\Environment->createTemplate('{# inline_template_start #}{{ value|nl2br }}') (Line: 234) Drupal\Core\Template\TwigEnvironment->renderInline('{# inline_template_start #}{{ value|nl2br }}', Array) (Line: 54) Drupal\Core\Render\Element\InlineTemplate::preRenderInlineTemplate(Array) call_user_func_array(Array, Array) (Line: 113) 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: 870) Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 432) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 58) __TwigTemplate_7f644b28cc0f1829d197949a888216c4->doDisplay(Array, Array) (Line: 393) Twig\Template->yield(Array, Array) (Line: 349) Twig\Template->display(Array) (Line: 364) Twig\Template->render(Array) (Line: 35) Twig\TemplateWrapper->render(Array) (Line: 33) twig_render_template('core/themes/stable9/templates/field/field--node--title.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 491) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array) (Line: 110) Drupal\Core\Entity\Controller\EntityViewController->buildTitle(Array) call_user_func_array(Array, Array) (Line: 113) 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: 870) Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 432) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array, ) (Line: 238) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 638) 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: 53) 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: 32) Drupal\big_pipe\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: 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: 741) Drupal\Core\DrupalKernel->handle(Object) (Line: 20)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('688b1d38796ab_field--node--created.html_CPUekOJk3RYO7R0ioOe5JkoI-', '<?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; use Twig\TemplateWrapper; /* core/themes/stable9/templates/field/field--node--created.html.twig */ class __TwigTemplate_6ff3a97158566b0449cfc7eb28d2ea5d extends Template { private Source $source; /** * @var array */ private array $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->extensions[SandboxExtension::class]; $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 28 if ( !($context["is_inline"] ?? null)) { // line 29 yield " "; yield from $this->loadTemplate("field.html.twig", "core/themes/stable9/templates/field/field--node--created.html.twig", 29)->unwrap()->yield($context); } else { // line 31 yield "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 31, $this->source), "html", null, true); yield ">"; // line 32 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(($context["items"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["item"]) { // line 33 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 33), 33, $this->source), "html", null, true); } $_parent = $context['_parent']; unset($context['_seq'], $context['_key'], $context['item'], $context['_parent']); $context = array_intersect_key($context, $_parent) + $_parent; // line 35 yield " "; } $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["is_inline", "attributes", "items"]); yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "core/themes/stable9/templates/field/field--node--created.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 64 => 35, 58 => 33, 54 => 32, 50 => 31, 46 => 29, 44 => 28,); } public function getSourceContext(): Source { return new Source("", "core/themes/stable9/templates/field/field--node--created.html.twig", "/var/www/html/web/core/themes/stable9/templates/field/field--node--created.html.twig"); } public function checkSecurity() { static $tags = array("if" => 28, "include" => 29, "for" => 32); static $filters = array("escape" => 31); static $functions = array(); try { $this->sandbox->checkSecurity( ['if', 'include', '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('688b1d38796ab_field--node--created.html_CPUekOJk3RYO7R0ioOe5JkoI-', '<?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; use Twig\TemplateWrapper; /* core/themes/stable9/templates/field/field--node--created.html.twig */ class __TwigTemplate_6ff3a97158566b0449cfc7eb28d2ea5d extends Template { private Source $source; /** * @var array */ private array $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->extensions[SandboxExtension::class]; $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 28 if ( !($context["is_inline"] ?? null)) { // line 29 yield " "; yield from $this->loadTemplate("field.html.twig", "core/themes/stable9/templates/field/field--node--created.html.twig", 29)->unwrap()->yield($context); } else { // line 31 yield "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 31, $this->source), "html", null, true); yield ">"; // line 32 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(($context["items"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["item"]) { // line 33 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 33), 33, $this->source), "html", null, true); } $_parent = $context['_parent']; unset($context['_seq'], $context['_key'], $context['item'], $context['_parent']); $context = array_intersect_key($context, $_parent) + $_parent; // line 35 yield " "; } $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["is_inline", "attributes", "items"]); yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "core/themes/stable9/templates/field/field--node--created.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 64 => 35, 58 => 33, 54 => 32, 50 => 31, 46 => 29, 44 => 28,); } public function getSourceContext(): Source { return new Source("", "core/themes/stable9/templates/field/field--node--created.html.twig", "/var/www/html/web/core/themes/stable9/templates/field/field--node--created.html.twig"); } public function checkSecurity() { static $tags = array("if" => 28, "include" => 29, "for" => 32); static $filters = array("escape" => 31); static $functions = array(); try { $this->sandbox->checkSecurity( ['if', 'include', '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: 382) Twig\Environment->loadTemplate('__TwigTemplate_6ff3a97158566b0449cfc7eb28d2ea5d', 'core/themes/stable9/templates/field/field--node--created.html.twig') (Line: 343) Twig\Environment->load('core/themes/stable9/templates/field/field--node--created.html.twig') (Line: 33) twig_render_template('core/themes/stable9/templates/field/field--node--created.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 491) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array) (Line: 550) template_preprocess_node(Array, 'node', Array) call_user_func_array('template_preprocess_node', Array) (Line: 261) Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 491) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array, ) (Line: 238) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 638) 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: 53) 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: 32) Drupal\big_pipe\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: 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: 741) Drupal\Core\DrupalKernel->handle(Object) (Line: 20)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('688b1d38796ab_field--node--uid.html.twi_rE63ASVv6DbcznO4azgJAz9io', '<?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; use Twig\TemplateWrapper; /* core/themes/stable9/templates/field/field--node--uid.html.twig */ class __TwigTemplate_71393a52658ca80497565215765a9fd7 extends Template { private Source $source; /** * @var array */ private array $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->extensions[SandboxExtension::class]; $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 28 if ( !($context["is_inline"] ?? null)) { // line 29 yield " "; yield from $this->loadTemplate("field.html.twig", "core/themes/stable9/templates/field/field--node--uid.html.twig", 29)->unwrap()->yield($context); } else { // line 31 yield "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 31, $this->source), "html", null, true); yield ">"; // line 32 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(($context["items"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["item"]) { // line 33 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 33), 33, $this->source), "html", null, true); } $_parent = $context['_parent']; unset($context['_seq'], $context['_key'], $context['item'], $context['_parent']); $context = array_intersect_key($context, $_parent) + $_parent; // line 35 yield " "; } $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["is_inline", "attributes", "items"]); yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "core/themes/stable9/templates/field/field--node--uid.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 64 => 35, 58 => 33, 54 => 32, 50 => 31, 46 => 29, 44 => 28,); } public function getSourceContext(): Source { return new Source("", "core/themes/stable9/templates/field/field--node--uid.html.twig", "/var/www/html/web/core/themes/stable9/templates/field/field--node--uid.html.twig"); } public function checkSecurity() { static $tags = array("if" => 28, "include" => 29, "for" => 32); static $filters = array("escape" => 31); static $functions = array(); try { $this->sandbox->checkSecurity( ['if', 'include', '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('688b1d38796ab_field--node--uid.html.twi_rE63ASVv6DbcznO4azgJAz9io', '<?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; use Twig\TemplateWrapper; /* core/themes/stable9/templates/field/field--node--uid.html.twig */ class __TwigTemplate_71393a52658ca80497565215765a9fd7 extends Template { private Source $source; /** * @var array */ private array $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->extensions[SandboxExtension::class]; $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 28 if ( !($context["is_inline"] ?? null)) { // line 29 yield " "; yield from $this->loadTemplate("field.html.twig", "core/themes/stable9/templates/field/field--node--uid.html.twig", 29)->unwrap()->yield($context); } else { // line 31 yield "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 31, $this->source), "html", null, true); yield ">"; // line 32 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(($context["items"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["item"]) { // line 33 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 33), 33, $this->source), "html", null, true); } $_parent = $context['_parent']; unset($context['_seq'], $context['_key'], $context['item'], $context['_parent']); $context = array_intersect_key($context, $_parent) + $_parent; // line 35 yield " "; } $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["is_inline", "attributes", "items"]); yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "core/themes/stable9/templates/field/field--node--uid.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 64 => 35, 58 => 33, 54 => 32, 50 => 31, 46 => 29, 44 => 28,); } public function getSourceContext(): Source { return new Source("", "core/themes/stable9/templates/field/field--node--uid.html.twig", "/var/www/html/web/core/themes/stable9/templates/field/field--node--uid.html.twig"); } public function checkSecurity() { static $tags = array("if" => 28, "include" => 29, "for" => 32); static $filters = array("escape" => 31); static $functions = array(); try { $this->sandbox->checkSecurity( ['if', 'include', '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: 382) Twig\Environment->loadTemplate('__TwigTemplate_71393a52658ca80497565215765a9fd7', 'core/themes/stable9/templates/field/field--node--uid.html.twig') (Line: 343) Twig\Environment->load('core/themes/stable9/templates/field/field--node--uid.html.twig') (Line: 33) twig_render_template('core/themes/stable9/templates/field/field--node--uid.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 491) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array) (Line: 552) template_preprocess_node(Array, 'node', Array) call_user_func_array('template_preprocess_node', Array) (Line: 261) Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 491) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array, ) (Line: 238) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 638) 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: 53) 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: 32) Drupal\big_pipe\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: 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: 741) Drupal\Core\DrupalKernel->handle(Object) (Line: 20)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('688b1d38796ab_username.html.twig_QTH0oiLP1CF1iiRF4nQX42J7S', '<?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; use Twig\TemplateWrapper; /* core/themes/stable9/templates/user/username.html.twig */ class __TwigTemplate_999bc0f0b57b8dedfeb1f2a9e38afb9d extends Template { private Source $source; /** * @var array */ private array $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->extensions[SandboxExtension::class]; $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 25 if (($context["link_path"] ?? null)) { // line 26 yield "<a>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 26, $this->source), "html", null, true); yield ">"; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["name"] ?? null), 26, $this->source), "html", null, true); yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["extra"] ?? null), 26, $this->source), "html", null, true); yield "</a>"; } else { // line 28 yield "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 28, $this->source), "html", null, true); yield ">"; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["name"] ?? null), 28, $this->source), "html", null, true); yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["extra"] ?? null), 28, $this->source), "html", null, true); yield ""; } $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["link_path", "attributes", "name", "extra"]); yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "core/themes/stable9/templates/user/username.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 54 => 28, 46 => 26, 44 => 25,); } public function getSourceContext(): Source { return new Source("", "core/themes/stable9/templates/user/username.html.twig", "/var/www/html/web/core/themes/stable9/templates/user/username.html.twig"); } public function checkSecurity() { static $tags = array("if" => 25); static $filters = array("escape" => 26); 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('688b1d38796ab_username.html.twig_QTH0oiLP1CF1iiRF4nQX42J7S', '<?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; use Twig\TemplateWrapper; /* core/themes/stable9/templates/user/username.html.twig */ class __TwigTemplate_999bc0f0b57b8dedfeb1f2a9e38afb9d extends Template { private Source $source; /** * @var array */ private array $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->extensions[SandboxExtension::class]; $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 25 if (($context["link_path"] ?? null)) { // line 26 yield "<a>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 26, $this->source), "html", null, true); yield ">"; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["name"] ?? null), 26, $this->source), "html", null, true); yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["extra"] ?? null), 26, $this->source), "html", null, true); yield "</a>"; } else { // line 28 yield "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 28, $this->source), "html", null, true); yield ">"; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["name"] ?? null), 28, $this->source), "html", null, true); yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["extra"] ?? null), 28, $this->source), "html", null, true); yield ""; } $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["link_path", "attributes", "name", "extra"]); yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "core/themes/stable9/templates/user/username.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 54 => 28, 46 => 26, 44 => 25,); } public function getSourceContext(): Source { return new Source("", "core/themes/stable9/templates/user/username.html.twig", "/var/www/html/web/core/themes/stable9/templates/user/username.html.twig"); } public function checkSecurity() { static $tags = array("if" => 25); static $filters = array("escape" => 26); 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: 382) Twig\Environment->loadTemplate('__TwigTemplate_999bc0f0b57b8dedfeb1f2a9e38afb9d', 'core/themes/stable9/templates/user/username.html.twig') (Line: 343) Twig\Environment->load('core/themes/stable9/templates/user/username.html.twig') (Line: 33) twig_render_template('core/themes/stable9/templates/user/username.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('username', Array) (Line: 491) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 58) __TwigTemplate_71393a52658ca80497565215765a9fd7->doDisplay(Array, Array) (Line: 393) Twig\Template->yield(Array, Array) (Line: 349) Twig\Template->display(Array) (Line: 364) Twig\Template->render(Array) (Line: 35) Twig\TemplateWrapper->render(Array) (Line: 33) twig_render_template('core/themes/stable9/templates/field/field--node--uid.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 491) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array) (Line: 552) template_preprocess_node(Array, 'node', Array) call_user_func_array('template_preprocess_node', Array) (Line: 261) Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 491) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array, ) (Line: 238) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 638) 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: 53) 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: 32) Drupal\big_pipe\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: 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: 741) Drupal\Core\DrupalKernel->handle(Object) (Line: 20)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('688b1d38796ab___string_template__d7d7f1_690_xUV-GEZsFsp_2WsRPaihx', '<?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; use Twig\TemplateWrapper; /* __string_template__d7d7f1a462505651fc222178924da388 */ class __TwigTemplate_6839a6a0db5cde3cd21853c056cb42de extends Template { private Source $source; /** * @var array */ private array $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->extensions[SandboxExtension::class]; $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 1 yield $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->safeJoin($this->env, $this->sandbox->ensureToStringAllowed(($context["items"] ?? null), 1, $this->source), $this->sandbox->ensureToStringAllowed(($context["separator"] ?? null), 1, $this->source))); $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["items", "separator"]); yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "__string_template__d7d7f1a462505651fc222178924da388"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 44 => 1,); } public function getSourceContext(): Source { return new Source("", "__string_template__d7d7f1a462505651fc222178924da388", ""); } public function checkSecurity() { static $tags = array(); static $filters = array("safe_join" => 1); static $functions = array(); try { $this->sandbox->checkSecurity( [], ['safe_join'], [], $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('688b1d38796ab___string_template__d7d7f1_690_xUV-GEZsFsp_2WsRPaihx', '<?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; use Twig\TemplateWrapper; /* __string_template__d7d7f1a462505651fc222178924da388 */ class __TwigTemplate_6839a6a0db5cde3cd21853c056cb42de extends Template { private Source $source; /** * @var array */ private array $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->extensions[SandboxExtension::class]; $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 1 yield $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->safeJoin($this->env, $this->sandbox->ensureToStringAllowed(($context["items"] ?? null), 1, $this->source), $this->sandbox->ensureToStringAllowed(($context["separator"] ?? null), 1, $this->source))); $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["items", "separator"]); yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "__string_template__d7d7f1a462505651fc222178924da388"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 44 => 1,); } public function getSourceContext(): Source { return new Source("", "__string_template__d7d7f1a462505651fc222178924da388", ""); } public function checkSecurity() { static $tags = array(); static $filters = array("safe_join" => 1); static $functions = array(); try { $this->sandbox->checkSecurity( [], ['safe_join'], [], $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: 382) Twig\Environment->loadTemplate('__TwigTemplate_6839a6a0db5cde3cd21853c056cb42de', '__string_template__d7d7f1a462505651fc222178924da388') (Line: 432) Twig\Environment->createTemplate('{# inline_template_start #}{{ items | safe_join(separator) }}') (Line: 234) Drupal\Core\Template\TwigEnvironment->renderInline('{# inline_template_start #}{{ items | safe_join(separator) }}', Array) (Line: 54) Drupal\Core\Render\Element\InlineTemplate::preRenderInlineTemplate(Array) call_user_func_array(Array, Array) (Line: 113) 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: 870) Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 432) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array) (Line: 754) Drupal\views\Plugin\views\field\EntityField->renderItems(Array) (Line: 1226) 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: 491) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array) (Line: 1796) Drupal\views\Plugin\views\field\FieldPluginBase->theme(Object) (Line: 767) Drupal\views\Plugin\views\style\StylePluginBase->elementPreRenderRow(Array) call_user_func_array(Array, Array) (Line: 113) 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: 870) Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 432) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array) (Line: 706) Drupal\views\Plugin\views\style\StylePluginBase->renderFields(Array) (Line: 572) Drupal\views\Plugin\views\style\StylePluginBase->renderGrouping(Array, Array, 1) (Line: 460) Drupal\views\Plugin\views\style\StylePluginBase->render() (Line: 2177) Drupal\views\Plugin\views\display\DisplayPluginBase->render() (Line: 1592) Drupal\views\ViewExecutable->render() (Line: 2467) Drupal\views\Plugin\views\display\DisplayPluginBase->preview() (Line: 1721) Drupal\views\ViewExecutable->preview('newsletter', Array) (Line: 66) Drupal\views\Element\View::preRenderViewElement(Array) call_user_func_array(Array, Array) (Line: 113) 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: 870) Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 432) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 160) __TwigTemplate_5224b1db80c020effcec14f5a8139077->doDisplay(Array, Array) (Line: 393) Twig\Template->yield(Array, Array) (Line: 349) Twig\Template->display(Array) (Line: 364) Twig\Template->render(Array) (Line: 35) Twig\TemplateWrapper->render(Array) (Line: 33) twig_render_template('themes/custom/dicgc_theme/templates/node/node--newsletter.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 491) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array, ) (Line: 238) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 638) 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: 53) 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: 32) Drupal\big_pipe\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: 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: 741) Drupal\Core\DrupalKernel->handle(Object) (Line: 20)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('688b1d38796ab_views-view-field.html.twi_iejaKMLpMMwuTIV-ZEpQc4Gre', '<?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; use Twig\TemplateWrapper; /* core/themes/stable9/templates/views/views-view-field.html.twig */ class __TwigTemplate_8a05e74c268ae3f4063e3f6f7fe750f9 extends Template { private Source $source; /** * @var array */ private array $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->extensions[SandboxExtension::class]; $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 21 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["output"] ?? null), 21, $this->source), "html", null, true); $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["output"]); yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "core/themes/stable9/templates/views/views-view-field.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 44 => 21,); } public function getSourceContext(): Source { return new Source("", "core/themes/stable9/templates/views/views-view-field.html.twig", "/var/www/html/web/core/themes/stable9/templates/views/views-view-field.html.twig"); } public function checkSecurity() { static $tags = array(); static $filters = array("escape" => 21); 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('688b1d38796ab_views-view-field.html.twi_iejaKMLpMMwuTIV-ZEpQc4Gre', '<?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; use Twig\TemplateWrapper; /* core/themes/stable9/templates/views/views-view-field.html.twig */ class __TwigTemplate_8a05e74c268ae3f4063e3f6f7fe750f9 extends Template { private Source $source; /** * @var array */ private array $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->extensions[SandboxExtension::class]; $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 21 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["output"] ?? null), 21, $this->source), "html", null, true); $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["output"]); yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "core/themes/stable9/templates/views/views-view-field.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 44 => 21,); } public function getSourceContext(): Source { return new Source("", "core/themes/stable9/templates/views/views-view-field.html.twig", "/var/www/html/web/core/themes/stable9/templates/views/views-view-field.html.twig"); } public function checkSecurity() { static $tags = array(); static $filters = array("escape" => 21); 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: 382) Twig\Environment->loadTemplate('__TwigTemplate_8a05e74c268ae3f4063e3f6f7fe750f9', 'core/themes/stable9/templates/views/views-view-field.html.twig') (Line: 343) Twig\Environment->load('core/themes/stable9/templates/views/views-view-field.html.twig') (Line: 33) twig_render_template('core/themes/stable9/templates/views/views-view-field.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('views_view_field', Array) (Line: 491) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array) (Line: 1796) Drupal\views\Plugin\views\field\FieldPluginBase->theme(Object) (Line: 767) Drupal\views\Plugin\views\style\StylePluginBase->elementPreRenderRow(Array) call_user_func_array(Array, Array) (Line: 113) 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: 870) Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 432) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array) (Line: 706) Drupal\views\Plugin\views\style\StylePluginBase->renderFields(Array) (Line: 572) Drupal\views\Plugin\views\style\StylePluginBase->renderGrouping(Array, Array, 1) (Line: 460) Drupal\views\Plugin\views\style\StylePluginBase->render() (Line: 2177) Drupal\views\Plugin\views\display\DisplayPluginBase->render() (Line: 1592) Drupal\views\ViewExecutable->render() (Line: 2467) Drupal\views\Plugin\views\display\DisplayPluginBase->preview() (Line: 1721) Drupal\views\ViewExecutable->preview('newsletter', Array) (Line: 66) Drupal\views\Element\View::preRenderViewElement(Array) call_user_func_array(Array, Array) (Line: 113) 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: 870) Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 432) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 160) __TwigTemplate_5224b1db80c020effcec14f5a8139077->doDisplay(Array, Array) (Line: 393) Twig\Template->yield(Array, Array) (Line: 349) Twig\Template->display(Array) (Line: 364) Twig\Template->render(Array) (Line: 35) Twig\TemplateWrapper->render(Array) (Line: 33) twig_render_template('themes/custom/dicgc_theme/templates/node/node--newsletter.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 491) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array, ) (Line: 238) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 638) 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: 53) 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: 32) Drupal\big_pipe\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: 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: 741) Drupal\Core\DrupalKernel->handle(Object) (Line: 20)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('688b1d38796ab_views-view.html.twig_czw9P1uyrHn__gp1xmiv1VH4t', '<?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; use Twig\TemplateWrapper; /* core/themes/stable9/templates/views/views-view.html.twig */ class __TwigTemplate_6ca4e2612dc0d598c73c5d4f2515917b extends Template { private Source $source; /** * @var array */ private array $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->extensions[SandboxExtension::class]; $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 34 $context["classes"] = [(( // line 35 ($context["dom_id"] ?? null)) ? (("js-view-dom-id-" . $this->sandbox->ensureToStringAllowed(($context["dom_id"] ?? null), 35, $this->source))) : (""))]; // line 38 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, 38), 38, $this->source), "html", null, true); yield "> "; // line 39 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_prefix"] ?? null), 39, $this->source), "html", null, true); yield " "; // line 40 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title"] ?? null), 40, $this->source), "html", null, true); yield " "; // line 41 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_suffix"] ?? null), 41, $this->source), "html", null, true); yield " "; // line 43 if (($context["header"] ?? null)) { // line 44 yield " "; // line 45 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["header"] ?? null), 45, $this->source), "html", null, true); yield " "; } // line 48 yield " "; // line 49 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["exposed"] ?? null), 49, $this->source), "html", null, true); yield " "; // line 50 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attachment_before"] ?? null), 50, $this->source), "html", null, true); yield " "; // line 52 if (($context["rows"] ?? null)) { // line 53 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["rows"] ?? null), 53, $this->source), "html", null, true); yield " "; } elseif ( // line 54 ($context["empty"] ?? null)) { // line 55 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["empty"] ?? null), 55, $this->source), "html", null, true); yield " "; } // line 57 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["pager"] ?? null), 57, $this->source), "html", null, true); yield " "; // line 59 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attachment_after"] ?? null), 59, $this->source), "html", null, true); yield " "; // line 60 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["more"] ?? null), 60, $this->source), "html", null, true); yield " "; // line 62 if (($context["footer"] ?? null)) { // line 63 yield " "; // line 64 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["footer"] ?? null), 64, $this->source), "html", null, true); yield " "; } // line 67 yield " "; // line 68 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["feed_icons"] ?? null), 68, $this->source), "html", null, true); yield " "; $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["dom_id", "attributes", "title_prefix", "title", "title_suffix", "header", "exposed", "attachment_before", "rows", "empty", "pager", "attachment_after", "more", "footer", "feed_icons"]); yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "core/themes/stable9/templates/views/views-view.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 130 => 68, 127 => 67, 121 => 64, 118 => 63, 116 => 62, 111 => 60, 107 => 59, 101 => 57, 96 => 55, 94 => 54, 90 => 53, 88 => 52, 83 => 50, 79 => 49, 76 => 48, 70 => 45, 67 => 44, 65 => 43, 60 => 41, 56 => 40, 52 => 39, 47 => 38, 45 => 35, 44 => 34,); } public function getSourceContext(): Source { return new Source("", "core/themes/stable9/templates/views/views-view.html.twig", "/var/www/html/web/core/themes/stable9/templates/views/views-view.html.twig"); } public function checkSecurity() { static $tags = array("set" => 34, "if" => 43); 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('688b1d38796ab_views-view.html.twig_czw9P1uyrHn__gp1xmiv1VH4t', '<?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; use Twig\TemplateWrapper; /* core/themes/stable9/templates/views/views-view.html.twig */ class __TwigTemplate_6ca4e2612dc0d598c73c5d4f2515917b extends Template { private Source $source; /** * @var array */ private array $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->extensions[SandboxExtension::class]; $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 34 $context["classes"] = [(( // line 35 ($context["dom_id"] ?? null)) ? (("js-view-dom-id-" . $this->sandbox->ensureToStringAllowed(($context["dom_id"] ?? null), 35, $this->source))) : (""))]; // line 38 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, 38), 38, $this->source), "html", null, true); yield "> "; // line 39 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_prefix"] ?? null), 39, $this->source), "html", null, true); yield " "; // line 40 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title"] ?? null), 40, $this->source), "html", null, true); yield " "; // line 41 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_suffix"] ?? null), 41, $this->source), "html", null, true); yield " "; // line 43 if (($context["header"] ?? null)) { // line 44 yield " "; // line 45 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["header"] ?? null), 45, $this->source), "html", null, true); yield " "; } // line 48 yield " "; // line 49 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["exposed"] ?? null), 49, $this->source), "html", null, true); yield " "; // line 50 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attachment_before"] ?? null), 50, $this->source), "html", null, true); yield " "; // line 52 if (($context["rows"] ?? null)) { // line 53 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["rows"] ?? null), 53, $this->source), "html", null, true); yield " "; } elseif ( // line 54 ($context["empty"] ?? null)) { // line 55 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["empty"] ?? null), 55, $this->source), "html", null, true); yield " "; } // line 57 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["pager"] ?? null), 57, $this->source), "html", null, true); yield " "; // line 59 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attachment_after"] ?? null), 59, $this->source), "html", null, true); yield " "; // line 60 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["more"] ?? null), 60, $this->source), "html", null, true); yield " "; // line 62 if (($context["footer"] ?? null)) { // line 63 yield " "; // line 64 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["footer"] ?? null), 64, $this->source), "html", null, true); yield " "; } // line 67 yield " "; // line 68 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["feed_icons"] ?? null), 68, $this->source), "html", null, true); yield " "; $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["dom_id", "attributes", "title_prefix", "title", "title_suffix", "header", "exposed", "attachment_before", "rows", "empty", "pager", "attachment_after", "more", "footer", "feed_icons"]); yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "core/themes/stable9/templates/views/views-view.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 130 => 68, 127 => 67, 121 => 64, 118 => 63, 116 => 62, 111 => 60, 107 => 59, 101 => 57, 96 => 55, 94 => 54, 90 => 53, 88 => 52, 83 => 50, 79 => 49, 76 => 48, 70 => 45, 67 => 44, 65 => 43, 60 => 41, 56 => 40, 52 => 39, 47 => 38, 45 => 35, 44 => 34,); } public function getSourceContext(): Source { return new Source("", "core/themes/stable9/templates/views/views-view.html.twig", "/var/www/html/web/core/themes/stable9/templates/views/views-view.html.twig"); } public function checkSecurity() { static $tags = array("set" => 34, "if" => 43); 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: 382) Twig\Environment->loadTemplate('__TwigTemplate_6ca4e2612dc0d598c73c5d4f2515917b', 'core/themes/stable9/templates/views/views-view.html.twig') (Line: 343) Twig\Environment->load('core/themes/stable9/templates/views/views-view.html.twig') (Line: 33) twig_render_template('core/themes/stable9/templates/views/views-view.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('views_view', Array) (Line: 491) Drupal\Core\Render\Renderer->doRender(Array) (Line: 504) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 160) __TwigTemplate_5224b1db80c020effcec14f5a8139077->doDisplay(Array, Array) (Line: 393) Twig\Template->yield(Array, Array) (Line: 349) Twig\Template->display(Array) (Line: 364) Twig\Template->render(Array) (Line: 35) Twig\TemplateWrapper->render(Array) (Line: 33) twig_render_template('themes/custom/dicgc_theme/templates/node/node--newsletter.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 491) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array, ) (Line: 238) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 638) 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: 53) 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: 32) Drupal\big_pipe\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: 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: 741) Drupal\Core\DrupalKernel->handle(Object) (Line: 20)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('688b1d38796ab_container.html.twig_2-02B03pue0oD8cv3-G2CLcuZ', '<?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; use Twig\TemplateWrapper; /* core/themes/stable9/templates/form/container.html.twig */ class __TwigTemplate_0e96c5e034c8f757390234d75d5eece5 extends Template { private Source $source; /** * @var array */ private array $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->extensions[SandboxExtension::class]; $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 23 $context["classes"] = [(( // line 24 ($context["has_parent"] ?? null)) ? ("js-form-wrapper") : ("")), (( // line 25 ($context["has_parent"] ?? null)) ? ("form-wrapper") : (""))]; // line 28 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, 28), 28, $this->source), "html", null, true); yield ">"; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 28, $this->source), "html", null, true); yield " "; $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["has_parent", "attributes", "children"]); yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "core/themes/stable9/templates/form/container.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 48 => 28, 46 => 25, 45 => 24, 44 => 23,); } public function getSourceContext(): Source { return new Source("", "core/themes/stable9/templates/form/container.html.twig", "/var/www/html/web/core/themes/stable9/templates/form/container.html.twig"); } public function checkSecurity() { static $tags = array("set" => 23); static $filters = array("escape" => 28); static $functions = array(); try { $this->sandbox->checkSecurity( ['set'], ['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('688b1d38796ab_container.html.twig_2-02B03pue0oD8cv3-G2CLcuZ', '<?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; use Twig\TemplateWrapper; /* core/themes/stable9/templates/form/container.html.twig */ class __TwigTemplate_0e96c5e034c8f757390234d75d5eece5 extends Template { private Source $source; /** * @var array */ private array $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->extensions[SandboxExtension::class]; $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 23 $context["classes"] = [(( // line 24 ($context["has_parent"] ?? null)) ? ("js-form-wrapper") : ("")), (( // line 25 ($context["has_parent"] ?? null)) ? ("form-wrapper") : (""))]; // line 28 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, 28), 28, $this->source), "html", null, true); yield ">"; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 28, $this->source), "html", null, true); yield " "; $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["has_parent", "attributes", "children"]); yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "core/themes/stable9/templates/form/container.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 48 => 28, 46 => 25, 45 => 24, 44 => 23,); } public function getSourceContext(): Source { return new Source("", "core/themes/stable9/templates/form/container.html.twig", "/var/www/html/web/core/themes/stable9/templates/form/container.html.twig"); } public function checkSecurity() { static $tags = array("set" => 23); static $filters = array("escape" => 28); static $functions = array(); try { $this->sandbox->checkSecurity( ['set'], ['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: 382) Twig\Environment->loadTemplate('__TwigTemplate_0e96c5e034c8f757390234d75d5eece5', 'core/themes/stable9/templates/form/container.html.twig') (Line: 343) Twig\Environment->load('core/themes/stable9/templates/form/container.html.twig') (Line: 33) twig_render_template('core/themes/stable9/templates/form/container.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('container', Array) (Line: 547) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 160) __TwigTemplate_5224b1db80c020effcec14f5a8139077->doDisplay(Array, Array) (Line: 393) Twig\Template->yield(Array, Array) (Line: 349) Twig\Template->display(Array) (Line: 364) Twig\Template->render(Array) (Line: 35) Twig\TemplateWrapper->render(Array) (Line: 33) twig_render_template('themes/custom/dicgc_theme/templates/node/node--newsletter.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 491) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array, ) (Line: 238) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 638) 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: 53) 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: 32) Drupal\big_pipe\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: 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: 741) Drupal\Core\DrupalKernel->handle(Object) (Line: 20)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('688b1d38796ab_html.html.twig_209Ws-i4zhigYvCmSbpDWUrUi', '<?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; use Twig\TemplateWrapper; /* themes/custom/dicgc_theme/templates/layout/html.html.twig */ class __TwigTemplate_8b234ae51fd586fb9c3015063740e9cc extends Template { private Source $source; /** * @var array */ private array $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->extensions[SandboxExtension::class]; $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 28 $context["body_classes"] = [(( ! // line 29 ($context["root_path"] ?? null)) ? ("homepage") : ("inner-page bg-lblue")), ((( // line 30 ($context["slider_show"] ?? null) && !($context["root_path"] ?? null))) ? ("slider-page") : ("")), (( // line 31 ($context["node_type"] ?? null)) ? (("page-type-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(($context["node_type"] ?? null), 31, $this->source)))) : ("")), ((( !CoreExtension::getAttribute($this->env, $this->source, // line 32 ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 32) && !CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 32))) ? ("no-sidebar") : ("")), (((CoreExtension::getAttribute($this->env, $this->source, // line 33 ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 33) && !CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 33))) ? ("one-sidebar sidebar-left") : ("")), (((CoreExtension::getAttribute($this->env, $this->source, // line 34 ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 34) && !CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 34))) ? ("one-sidebar sidebar-right") : ("")), (((CoreExtension::getAttribute($this->env, $this->source, // line 35 ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 35) && CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 35))) ? ("two-sidebar") : (""))]; // line 38 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["html_attributes"] ?? null), 39, $this->source), "html", null, true); yield "> extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["placeholder_token"] ?? null), 41, $this->source), "html", null, true); yield "\"> "; // line 42 yield $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->safeJoin($this->env, $this->sandbox->ensureToStringAllowed(($context["head_title"] ?? null), 42, $this->source), " | ")); yield " "; // line 43 if ((($context["font_src"] ?? null) == "local")) { // line 44 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, ($this->sandbox->ensureToStringAllowed(($context["base_path"] ?? null), 44, $this->source) . $this->sandbox->ensureToStringAllowed(($context["directory"] ?? null), 44, $this->source)), "html", null, true); yield "/fonts/roboto.woff2\" type=\"font/woff2\" crossorigin> --> extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, ($this->sandbox->ensureToStringAllowed(($context["base_path"] ?? null), 45, $this->source) . $this->sandbox->ensureToStringAllowed(($context["directory"] ?? null), 45, $this->source)), "html", null, true); yield "/fonts/roboto3.woff2\" type=\"font/woff2\" crossorigin>--> extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, ($this->sandbox->ensureToStringAllowed(($context["base_path"] ?? null), 46, $this->source) . $this->sandbox->ensureToStringAllowed(($context["directory"] ?? null), 46, $this->source)), "html", null, true); yield "/fonts/roboto7.woff2\" type=\"font/woff2\" crossorigin>--> "; } elseif (( // line 47 ($context["font_src"] ?? null) == "googlecdn")) { // line 48 yield " "; } // line 52 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["placeholder_token"] ?? null), 52, $this->source), "html", null, true); yield "\"> extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["placeholder_token"] ?? null), 53, $this->source), "html", null, true); yield "\"> "; // line 54 if (($context["styling"] ?? null)) { // line 55 yield " "; // line 56 yield $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(($context["styling_code"] ?? null), 56, $this->source)); yield " "; } // line 59 yield " var _paq = window._paq = window._paq || []; /* tracker methods like \"setCustomDimension\" should be called before \"trackPageView\" */ _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function() { var u=\"https://uat-analytics.dicgc.org.in/\"; _paq.push(['setTrackerUrl', u+'matomo.php']); _paq.push(['setSiteId', '1']); var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); })(); 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, 75), 75, $this->source), "html", null, true); yield "> "; // line 80 yield " <a> "; // line 81 yield $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Skip to main content")); yield " </a> "; // line 83 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["page_top"] ?? null), 83, $this->source), "html", null, true); yield " "; // line 84 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["page"] ?? null), 84, $this->source), "html", null, true); yield " "; // line 85 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["page_bottom"] ?? null), 85, $this->source), "html", null, true); yield " "; // line 86 if ((($context["font_src"] ?? null) == "local")) { // line 87 yield " "; // line 88 yield " "; } // line 89 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["placeholder_token"] ?? null), 89, $this->source), "html", null, true); yield "\"> "; // line 90 if ((($context["is_front"] ?? null) && ($context["slider_show"] ?? null))) { // line 91 yield " jQuery(\".js-rotating\").Morphist({ animateIn: 'fadeInUp', animateOut: 'fadeOutLeft', speed: "; // line 95 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["slider_speed"] ?? null), 95, $this->source), "html", null, true); yield ", }); "; } // line 99 yield " "; $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["root_path", "slider_show", "node_type", "page", "html_attributes", "placeholder_token", "head_title", "font_src", "base_path", "directory", "styling", "styling_code", "attributes", "page_top", "page_bottom", "is_front", "slider_speed"]); yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "themes/custom/dicgc_theme/templates/layout/html.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 181 => 99, 174 => 95, 168 => 91, 166 => 90, 161 => 89, 158 => 88, 156 => 87, 154 => 86, 150 => 85, 146 => 84, 142 => 83, 137 => 81, 134 => 80, 130 => 75, 112 => 59, 106 => 56, 103 => 55, 101 => 54, 97 => 53, 92 => 52, 86 => 48, 84 => 47, 80 => 46, 76 => 45, 71 => 44, 69 => 43, 65 => 42, 61 => 41, 56 => 39, 53 => 38, 51 => 35, 50 => 34, 49 => 33, 48 => 32, 47 => 31, 46 => 30, 45 => 29, 44 => 28,); } public function getSourceContext(): Source { return new Source("", "themes/custom/dicgc_theme/templates/layout/html.html.twig", "/var/www/html/web/themes/custom/dicgc_theme/templates/layout/html.html.twig"); } public function checkSecurity() { static $tags = array("set" => 28, "if" => 43); static $filters = array("clean_class" => 31, "escape" => 39, "safe_join" => 42, "raw" => 56, "t" => 81); static $functions = array(); try { $this->sandbox->checkSecurity( ['set', 'if'], ['clean_class', 'escape', 'safe_join', 'raw', '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('688b1d38796ab_html.html.twig_209Ws-i4zhigYvCmSbpDWUrUi', '<?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; use Twig\TemplateWrapper; /* themes/custom/dicgc_theme/templates/layout/html.html.twig */ class __TwigTemplate_8b234ae51fd586fb9c3015063740e9cc extends Template { private Source $source; /** * @var array */ private array $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->extensions[SandboxExtension::class]; $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 28 $context["body_classes"] = [(( ! // line 29 ($context["root_path"] ?? null)) ? ("homepage") : ("inner-page bg-lblue")), ((( // line 30 ($context["slider_show"] ?? null) && !($context["root_path"] ?? null))) ? ("slider-page") : ("")), (( // line 31 ($context["node_type"] ?? null)) ? (("page-type-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(($context["node_type"] ?? null), 31, $this->source)))) : ("")), ((( !CoreExtension::getAttribute($this->env, $this->source, // line 32 ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 32) && !CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 32))) ? ("no-sidebar") : ("")), (((CoreExtension::getAttribute($this->env, $this->source, // line 33 ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 33) && !CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 33))) ? ("one-sidebar sidebar-left") : ("")), (((CoreExtension::getAttribute($this->env, $this->source, // line 34 ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 34) && !CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 34))) ? ("one-sidebar sidebar-right") : ("")), (((CoreExtension::getAttribute($this->env, $this->source, // line 35 ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 35) && CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 35))) ? ("two-sidebar") : (""))]; // line 38 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["html_attributes"] ?? null), 39, $this->source), "html", null, true); yield "> extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["placeholder_token"] ?? null), 41, $this->source), "html", null, true); yield "\"> "; // line 42 yield $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->safeJoin($this->env, $this->sandbox->ensureToStringAllowed(($context["head_title"] ?? null), 42, $this->source), " | ")); yield " "; // line 43 if ((($context["font_src"] ?? null) == "local")) { // line 44 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, ($this->sandbox->ensureToStringAllowed(($context["base_path"] ?? null), 44, $this->source) . $this->sandbox->ensureToStringAllowed(($context["directory"] ?? null), 44, $this->source)), "html", null, true); yield "/fonts/roboto.woff2\" type=\"font/woff2\" crossorigin> --> extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, ($this->sandbox->ensureToStringAllowed(($context["base_path"] ?? null), 45, $this->source) . $this->sandbox->ensureToStringAllowed(($context["directory"] ?? null), 45, $this->source)), "html", null, true); yield "/fonts/roboto3.woff2\" type=\"font/woff2\" crossorigin>--> extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, ($this->sandbox->ensureToStringAllowed(($context["base_path"] ?? null), 46, $this->source) . $this->sandbox->ensureToStringAllowed(($context["directory"] ?? null), 46, $this->source)), "html", null, true); yield "/fonts/roboto7.woff2\" type=\"font/woff2\" crossorigin>--> "; } elseif (( // line 47 ($context["font_src"] ?? null) == "googlecdn")) { // line 48 yield " "; } // line 52 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["placeholder_token"] ?? null), 52, $this->source), "html", null, true); yield "\"> extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["placeholder_token"] ?? null), 53, $this->source), "html", null, true); yield "\"> "; // line 54 if (($context["styling"] ?? null)) { // line 55 yield " "; // line 56 yield $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(($context["styling_code"] ?? null), 56, $this->source)); yield " "; } // line 59 yield " var _paq = window._paq = window._paq || []; /* tracker methods like \"setCustomDimension\" should be called before \"trackPageView\" */ _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function() { var u=\"https://uat-analytics.dicgc.org.in/\"; _paq.push(['setTrackerUrl', u+'matomo.php']); _paq.push(['setSiteId', '1']); var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); })(); 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, 75), 75, $this->source), "html", null, true); yield "> "; // line 80 yield " <a> "; // line 81 yield $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Skip to main content")); yield " </a> "; // line 83 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["page_top"] ?? null), 83, $this->source), "html", null, true); yield " "; // line 84 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["page"] ?? null), 84, $this->source), "html", null, true); yield " "; // line 85 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["page_bottom"] ?? null), 85, $this->source), "html", null, true); yield " "; // line 86 if ((($context["font_src"] ?? null) == "local")) { // line 87 yield " "; // line 88 yield " "; } // line 89 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["placeholder_token"] ?? null), 89, $this->source), "html", null, true); yield "\"> "; // line 90 if ((($context["is_front"] ?? null) && ($context["slider_show"] ?? null))) { // line 91 yield " jQuery(\".js-rotating\").Morphist({ animateIn: 'fadeInUp', animateOut: 'fadeOutLeft', speed: "; // line 95 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["slider_speed"] ?? null), 95, $this->source), "html", null, true); yield ", }); "; } // line 99 yield " "; $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["root_path", "slider_show", "node_type", "page", "html_attributes", "placeholder_token", "head_title", "font_src", "base_path", "directory", "styling", "styling_code", "attributes", "page_top", "page_bottom", "is_front", "slider_speed"]); yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "themes/custom/dicgc_theme/templates/layout/html.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 181 => 99, 174 => 95, 168 => 91, 166 => 90, 161 => 89, 158 => 88, 156 => 87, 154 => 86, 150 => 85, 146 => 84, 142 => 83, 137 => 81, 134 => 80, 130 => 75, 112 => 59, 106 => 56, 103 => 55, 101 => 54, 97 => 53, 92 => 52, 86 => 48, 84 => 47, 80 => 46, 76 => 45, 71 => 44, 69 => 43, 65 => 42, 61 => 41, 56 => 39, 53 => 38, 51 => 35, 50 => 34, 49 => 33, 48 => 32, 47 => 31, 46 => 30, 45 => 29, 44 => 28,); } public function getSourceContext(): Source { return new Source("", "themes/custom/dicgc_theme/templates/layout/html.html.twig", "/var/www/html/web/themes/custom/dicgc_theme/templates/layout/html.html.twig"); } public function checkSecurity() { static $tags = array("set" => 28, "if" => 43); static $filters = array("clean_class" => 31, "escape" => 39, "safe_join" => 42, "raw" => 56, "t" => 81); static $functions = array(); try { $this->sandbox->checkSecurity( ['set', 'if'], ['clean_class', 'escape', 'safe_join', 'raw', '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: 382) Twig\Environment->loadTemplate('__TwigTemplate_8b234ae51fd586fb9c3015063740e9cc', 'themes/custom/dicgc_theme/templates/layout/html.html.twig') (Line: 343) Twig\Environment->load('themes/custom/dicgc_theme/templates/layout/html.html.twig') (Line: 33) twig_render_template('themes/custom/dicgc_theme/templates/layout/html.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 491) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array) (Line: 158) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 638) 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: 53) 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: 32) Drupal\big_pipe\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: 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: 741) Drupal\Core\DrupalKernel->handle(Object) (Line: 20)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('688b1d38796ab_header.html.twig_eGlQ4F1U105mueDM-VaC4lPuu', '<?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; use Twig\TemplateWrapper; /* @dicgc_theme/template-parts/header.html.twig */ class __TwigTemplate_bc2da07dd08f87efd41ede657e696c47 extends Template { private Source $source; /** * @var array */ private array $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->extensions[SandboxExtension::class]; $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 1 yield " "; // line 5 if ((($context["content_type"] ?? null) == "list_of_banks_new")) { yield " "; } else { // line 8 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["node_class"] ?? null), 8, $this->source), "html", null, true); yield "\"> "; } // line 10 yield " "; // line 11 if (((((((((((($context["content_type"] ?? null) == "legal_framework") || ( // line 12 ($context["content_type"] ?? null) == "public_notices")) || ( // line 13 ($context["content_type"] ?? null) == "tender_notices")) || ( // line 14 ($context["content_type"] ?? null) == "annual_reports")) || CoreExtension::inFilter("dicgc-common-pn", // line 15 ($context["dicgc_theme_url"] ?? null))) || CoreExtension::inFilter("dicgc-common-tn", // line 16 ($context["dicgc_theme_url"] ?? null))) || CoreExtension::inFilter("dicgc-common-ci", // line 17 ($context["dicgc_theme_url"] ?? null))) || CoreExtension::inFilter("liquidator-circulars-dicgc", // line 18 ($context["dicgc_theme_url"] ?? null))) || CoreExtension::inFilter("dicgc-common-li_new", // line 19 ($context["dicgc_theme_url"] ?? null))) || ( // line 20 ($context["content_type"] ?? null) == "circular"))) { // line 22 yield " extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getPath("")); yield "themes/custom/dicgc_theme/assets/images/circular/Circulars.webp\" class=\"banner-circular\"> "; } // line 26 yield " "; // line 27 if (((((((((((((((((((($context["content_type"] ?? null) == "guidelines_liquidators") || ( // line 28 ($context["content_type"] ?? null) == "gib_claims_submission")) || ( // line 29 ($context["content_type"] ?? null) == "gib_banks_under_aid")) || ( // line 30 ($context["content_type"] ?? null) == "gib_di_returns")) || ( // line 31 ($context["content_type"] ?? null) == "gib_periodic_statements")) || ( // line 32 ($context["content_type"] ?? null) == "gil_claims_submission")) || ( // line 33 ($context["content_type"] ?? null) == "gil_main_claims")) || ( // line 34 ($context["content_type"] ?? null) == "gil_periodic_statements")) || ( // line 35 ($context["content_type"] ?? null) == "gil_recovery")) || ( // line 36 ($context["content_type"] ?? null) == "gil_supplementary_claims")) || ( // line 37 ($context["content_type"] ?? null) == "claim_willingness_form")) || ( // line 38 ($context["content_type"] ?? null) == "check_your_claim_status")) || CoreExtension::inFilter("claim-willingness/login", // line 39 ($context["dicgc_theme_url"] ?? null))) || CoreExtension::inFilter("claim-willingness_details", // line 40 ($context["dicgc_theme_url"] ?? null))) || CoreExtension::inFilter("claim-status-with-otp/confirmation", // line 41 ($context["dicgc_theme_url"] ?? null))) || CoreExtension::inFilter("claim-willingness-form-with-otp/confirmation", // line 42 ($context["dicgc_theme_url"] ?? null))) || CoreExtension::inFilter("claim-willingnes-form/confirmation", // line 43 ($context["dicgc_theme_url"] ?? null))) || ( // line 44 ($context["content_type"] ?? null) == "guidelines_banks"))) { // line 46 yield " extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getPath("")); yield "themes/custom/dicgc_theme/assets/images/circular/guidelines.webp\" class=\"banner-circular\"> "; } // line 50 yield " "; // line 51 if ((((((($context["content_type"] ?? null) == "depositors") || ( // line 52 ($context["content_type"] ?? null) == "faq")) || ( // line 53 ($context["content_type"] ?? null) == "banks_faqs")) || ( // line 54 ($context["content_type"] ?? null) == "rti")) || ( // line 55 ($context["content_type"] ?? null) == "liquidator_faq"))) { // line 57 yield " extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getPath("")); yield "themes/custom/dicgc_theme/assets/images/banner/Guide Deposit Insurance.webp\" class=\"banner-circular\"> "; } // line 61 if ((($context["content_type"] ?? null) == "bank_rate")) { // line 62 yield " extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getPath("")); yield "themes/custom/dicgc_theme/assets/images/bank-rate.webp\" class=\"banner-circular\"> "; } // line 65 yield " "; // line 66 if ((($context["content_type"] ?? null) == "list_of_banks")) { // line 67 yield " extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getPath("")); yield "themes/custom/dicgc_theme/assets/images/List-of-banks/hero-2.webp\" class=\"banner-circular\"> "; } // line 71 yield " "; // line 72 if ((($context["content_type"] ?? null) == "complaints_redressal")) { // line 74 yield " extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getPath("")); yield "themes/custom/dicgc_theme/assets/images/contact/contact.webp\" class=\"banner-circular\"> "; } // line 78 yield " "; // line 79 if ((($context["content_type"] ?? null) == "newsletter")) { // line 81 yield " extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getPath("")); yield "themes/custom/dicgc_theme/assets/images/banner/newsletter.png\" class=\"banner-circular\"> "; } // line 85 yield " "; // line 86 if (((($context["content_type"] ?? null) == "speeches") || CoreExtension::inFilter("dicgc-common-sp", // line 87 ($context["dicgc_theme_url"] ?? null)))) { // line 89 yield " extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getPath("")); yield "themes/custom/dicgc_theme/assets/images/banner/Speeches.webp\" class=\"banner-circular\"> "; } // line 93 yield " "; if ((($context["content_type"] ?? null) == "reports")) { // line 95 yield " extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getPath("")); yield "themes/custom/dicgc_theme/assets/images/banner/Reports.webp\" class=\"banner-circular\"> "; } // line 99 yield " "; if ((($context["content_type"] ?? null) == "events")) { // line 101 yield " extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getPath("")); yield "themes/custom/dicgc_theme/assets/images/banner/Conferences.webp\" class=\"banner-circular\"> "; } // line 105 yield " "; if ((($context["content_type"] ?? null) == "claim_submission_pending")) { // line 107 yield " extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getPath("")); yield "themes/custom/dicgc_theme/assets/images/claim-submission/claim-settled.webp\" class=\"banner-circular\"> "; } // line 111 yield " "; if ( !Twig\Extension\CoreExtension::testEmpty(($context["banner_image_page"] ?? null))) { // line 112 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->getFileUrl($this->sandbox->ensureToStringAllowed(($context["banner_image_page"] ?? null), 113, $this->source)), "html", null, true); yield "\" class=\"banner-circular\"> "; } // line 116 yield " "; // line 118 if (CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "header_top_right", [], "any", false, false, true, 118)) { // line 119 yield " "; yield from $this->loadTemplate("@dicgc_theme/template-parts/header-top-right.html.twig", "@dicgc_theme/template-parts/header.html.twig", 119)->unwrap()->yield($context); // line 120 yield " "; } // line 121 yield " "; // line 125 if (CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "header", [], "any", false, false, true, 125)) { // line 126 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, 126), 126, $this->source), "html", null, true); yield " "; } // line 128 yield " "; // line 129 if (CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "primary_menu", [], "any", false, false, true, 129)) { // line 130 yield " "; yield from $this->loadTemplate("@dicgc_theme/template-parts/header-primary-menu.html.twig", "@dicgc_theme/template-parts/header.html.twig", 130)->unwrap()->yield($context); // line 131 yield " "; } yield " <ul> <li> <a>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, ($this->sandbox->ensureToStringAllowed(($context["base_path"] ?? null), 136, $this->source) . $this->sandbox->ensureToStringAllowed(($context["directory"] ?? null), 136, $this->source)), "html", null, true); yield "/assets/images/search.webp\" class=\"m-0\"></a> </li> <li> extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, ($this->sandbox->ensureToStringAllowed(($context["base_path"] ?? null), 139, $this->source) . $this->sandbox->ensureToStringAllowed(($context["directory"] ?? null), 139, $this->source)), "html", null, true); yield "/assets/images/close.webp\" height=\"14\"> </li> </ul> "; // line 144 if (($context["is_front"] ?? null)) { yield " "; // line 145 $context["announcements_view"] = Twig\Extension\CoreExtension::length($this->env->getCharset(), views_get_view_result("announcements", "announcement")); // line 146 yield " "; if ((($context["announcements_view"] ?? null) > 0)) { // line 147 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, views_embed_view("announcements", "announcement"), "html", null, true); yield " "; } // line 148 yield " "; } // line 150 yield " "; // line 152 if (( !($context["is_front"] ?? null) && CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "page_header", [], "any", false, false, true, 152))) { // line 153 yield " "; yield from $this->loadTemplate("@dicgc_theme/template-parts/header-page.html.twig", "@dicgc_theme/template-parts/header.html.twig", 153)->unwrap()->yield($context); } // line 155 yield " extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getPath("")); yield "themes/custom/dicgc_theme/assets/images/chat-box.webp\" height=\"90\"> Chat with DIA extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getPath("")); yield "themes/custom/dicgc_theme/assets/images/chat-box.webp\" height=\"40\"> DIA The DICGC Assistant extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getPath("")); yield "themes/custom/dicgc_theme/assets/images/stat_minus_1.webp\" class=\"toggle-arrow rotate-reset\"> extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getPath("")); yield "themes/custom/dicgc_theme/assets/images/w-close.webp\" class=\"open-popup\"> extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, ($this->sandbox->ensureToStringAllowed(($context["base_path"] ?? null), 182, $this->source) . $this->sandbox->ensureToStringAllowed(($context["directory"] ?? null), 182, $this->source)), "html", null, true); yield "/assets/images/Mascot_dia.gif\" height=\"140\"> Get Started with DICGC Assistant! Happy to help you. Enter Captcha Code* Image Captcha Audio Captcha extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getPath("")); yield "themes/custom/dicgc_theme/assets/images/captcha.webp\" class=\"captcha-img\"> extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getPath("")); yield "themes/custom/dicgc_theme/assets/images/reload.webp\" class=\"reload\"> I have read, understood and accepted all the <a>Terms & Conditions</a> Get Started! Hi! I’m the DICGC Assistant. I can help you with Depositor, Liquidator and Banker related queries. Ask me more by choosing one of the options below. Depositor Liquidator Banker Other 2:39 PM Depositor 2:39 PM Please click here to know more about depositor. Submit Willingness Form Track Claim Status List of Insured Banks 2:39 PM Related Questions Which banks are insured by the DICGC ? What does the DICGC insure ? --> Confirm Exit? extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getPath("")); yield "themes/custom/dicgc_theme/assets/images/close.webp\" height=\"13\"> On exiting, all chat history will be cleared Confirm Give Feedback Your feedback matters! Easy to navigate Helpful information Irrelevant information Unsatisfactory Submit "; // line 359 $context["urlpath"] = ($context["dicgc_theme_url"] ?? null); // line 360 if (CoreExtension::inFilter("about-us", ($context["urlpath"] ?? null))) { // line 361 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, Drupal\twig_tweak\TwigTweakExtension::drupalEntity("block_content", 7), "html", null, true); yield " "; } // line 363 yield " "; // line 364 if (($context["is_front"] ?? null)) { // line 365 yield " "; // line 366 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, views_embed_view("banner", "banner"), "html", null, true); yield " "; } // line 368 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, ($this->sandbox->ensureToStringAllowed(($context["base_path"] ?? null), 373, $this->source) . $this->sandbox->ensureToStringAllowed(($context["directory"] ?? null), 373, $this->source)), "html", null, true); yield "/assets/js/swiper-bundle.min.js\"> extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, ($this->sandbox->ensureToStringAllowed(($context["base_path"] ?? null), 374, $this->source) . $this->sandbox->ensureToStringAllowed(($context["directory"] ?? null), 374, $this->source)), "html", null, true); yield "/assets/js/main.js\"> "; $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["content_type", "node_class", "dicgc_theme_url", "banner_image_page", "page", "base_path", "directory", "is_front"]); yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "@dicgc_theme/template-parts/header.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 600 => 374, 596 => 373, 589 => 368, 583 => 366, 580 => 365, 578 => 364, 575 => 363, 570 => 361, 568 => 360, 566 => 359, 502 => 298, 403 => 202, 399 => 201, 377 => 182, 366 => 174, 362 => 173, 356 => 170, 345 => 162, 336 => 155, 332 => 153, 330 => 152, 326 => 150, 322 => 148, 316 => 147, 313 => 146, 311 => 145, 307 => 144, 299 => 139, 293 => 136, 284 => 131, 281 => 130, 279 => 129, 276 => 128, 270 => 126, 268 => 125, 262 => 121, 259 => 120, 256 => 119, 254 => 118, 250 => 116, 244 => 113, 241 => 112, 238 => 111, 232 => 108, 229 => 107, 226 => 105, 220 => 102, 217 => 101, 214 => 99, 208 => 96, 205 => 95, 202 => 93, 196 => 90, 193 => 89, 191 => 87, 190 => 86, 187 => 85, 181 => 82, 178 => 81, 176 => 79, 173 => 78, 167 => 75, 164 => 74, 162 => 72, 159 => 71, 153 => 68, 150 => 67, 148 => 66, 145 => 65, 139 => 63, 136 => 62, 134 => 61, 128 => 58, 125 => 57, 123 => 55, 122 => 54, 121 => 53, 120 => 52, 119 => 51, 116 => 50, 110 => 47, 107 => 46, 105 => 44, 104 => 43, 103 => 42, 102 => 41, 101 => 40, 100 => 39, 99 => 38, 98 => 37, 97 => 36, 96 => 35, 95 => 34, 94 => 33, 93 => 32, 92 => 31, 91 => 30, 90 => 29, 89 => 28, 88 => 27, 85 => 26, 79 => 23, 76 => 22, 74 => 20, 73 => 19, 72 => 18, 71 => 17, 70 => 16, 69 => 15, 68 => 14, 67 => 13, 66 => 12, 65 => 11, 62 => 10, 56 => 8, 50 => 5, 44 => 1,); } public function getSourceContext(): Source { return new Source("", "@dicgc_theme/template-parts/header.html.twig", "/var/www/html/web/themes/custom/dicgc_theme/templates/template-parts/header.html.twig"); } public function checkSecurity() { static $tags = array("if" => 5, "include" => 119, "set" => 145); static $filters = array("escape" => 8, "length" => 145); static $functions = array("path" => 23, "file_url" => 113, "drupal_view_result" => 145, "drupal_view" => 147, "drupal_entity" => 361); try { $this->sandbox->checkSecurity( ['if', 'include', 'set'], ['escape', 'length'], ['path', 'file_url', 'drupal_view_result', 'drupal_view', 'drupal_entity'], $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('688b1d38796ab_header.html.twig_eGlQ4F1U105mueDM-VaC4lPuu', '<?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; use Twig\TemplateWrapper; /* @dicgc_theme/template-parts/header.html.twig */ class __TwigTemplate_bc2da07dd08f87efd41ede657e696c47 extends Template { private Source $source; /** * @var array */ private array $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->extensions[SandboxExtension::class]; $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 1 yield " "; // line 5 if ((($context["content_type"] ?? null) == "list_of_banks_new")) { yield " "; } else { // line 8 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["node_class"] ?? null), 8, $this->source), "html", null, true); yield "\"> "; } // line 10 yield " "; // line 11 if (((((((((((($context["content_type"] ?? null) == "legal_framework") || ( // line 12 ($context["content_type"] ?? null) == "public_notices")) || ( // line 13 ($context["content_type"] ?? null) == "tender_notices")) || ( // line 14 ($context["content_type"] ?? null) == "annual_reports")) || CoreExtension::inFilter("dicgc-common-pn", // line 15 ($context["dicgc_theme_url"] ?? null))) || CoreExtension::inFilter("dicgc-common-tn", // line 16 ($context["dicgc_theme_url"] ?? null))) || CoreExtension::inFilter("dicgc-common-ci", // line 17 ($context["dicgc_theme_url"] ?? null))) || CoreExtension::inFilter("liquidator-circulars-dicgc", // line 18 ($context["dicgc_theme_url"] ?? null))) || CoreExtension::inFilter("dicgc-common-li_new", // line 19 ($context["dicgc_theme_url"] ?? null))) || ( // line 20 ($context["content_type"] ?? null) == "circular"))) { // line 22 yield " extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getPath("")); yield "themes/custom/dicgc_theme/assets/images/circular/Circulars.webp\" class=\"banner-circular\"> "; } // line 26 yield " "; // line 27 if (((((((((((((((((((($context["content_type"] ?? null) == "guidelines_liquidators") || ( // line 28 ($context["content_type"] ?? null) == "gib_claims_submission")) || ( // line 29 ($context["content_type"] ?? null) == "gib_banks_under_aid")) || ( // line 30 ($context["content_type"] ?? null) == "gib_di_returns")) || ( // line 31 ($context["content_type"] ?? null) == "gib_periodic_statements")) || ( // line 32 ($context["content_type"] ?? null) == "gil_claims_submission")) || ( // line 33 ($context["content_type"] ?? null) == "gil_main_claims")) || ( // line 34 ($context["content_type"] ?? null) == "gil_periodic_statements")) || ( // line 35 ($context["content_type"] ?? null) == "gil_recovery")) || ( // line 36 ($context["content_type"] ?? null) == "gil_supplementary_claims")) || ( // line 37 ($context["content_type"] ?? null) == "claim_willingness_form")) || ( // line 38 ($context["content_type"] ?? null) == "check_your_claim_status")) || CoreExtension::inFilter("claim-willingness/login", // line 39 ($context["dicgc_theme_url"] ?? null))) || CoreExtension::inFilter("claim-willingness_details", // line 40 ($context["dicgc_theme_url"] ?? null))) || CoreExtension::inFilter("claim-status-with-otp/confirmation", // line 41 ($context["dicgc_theme_url"] ?? null))) || CoreExtension::inFilter("claim-willingness-form-with-otp/confirmation", // line 42 ($context["dicgc_theme_url"] ?? null))) || CoreExtension::inFilter("claim-willingnes-form/confirmation", // line 43 ($context["dicgc_theme_url"] ?? null))) || ( // line 44 ($context["content_type"] ?? null) == "guidelines_banks"))) { // line 46 yield " extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getPath("")); yield "themes/custom/dicgc_theme/assets/images/circular/guidelines.webp\" class=\"banner-circular\"> "; } // line 50 yield " "; // line 51 if ((((((($context["content_type"] ?? null) == "depositors") || ( // line 52 ($context["content_type"] ?? null) == "faq")) || ( // line 53 ($context["content_type"] ?? null) == "banks_faqs")) || ( // line 54 ($context["content_type"] ?? null) == "rti")) || ( // line 55 ($context["content_type"] ?? null) == "liquidator_faq"))) { // line 57 yield " extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getPath("")); yield "themes/custom/dicgc_theme/assets/images/banner/Guide Deposit Insurance.webp\" class=\"banner-circular\"> "; } // line 61 if ((($context["content_type"] ?? null) == "bank_rate")) { // line 62 yield " extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getPath("")); yield "themes/custom/dicgc_theme/assets/images/bank-rate.webp\" class=\"banner-circular\"> "; } // line 65 yield " "; // line 66 if ((($context["content_type"] ?? null) == "list_of_banks")) { // line 67 yield " extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getPath("")); yield "themes/custom/dicgc_theme/assets/images/List-of-banks/hero-2.webp\" class=\"banner-circular\"> "; } // line 71 yield " "; // line 72 if ((($context["content_type"] ?? null) == "complaints_redressal")) { // line 74 yield " extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getPath("")); yield "themes/custom/dicgc_theme/assets/images/contact/contact.webp\" class=\"banner-circular\"> "; } // line 78 yield " "; // line 79 if ((($context["content_type"] ?? null) == "newsletter")) { // line 81 yield " extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getPath("")); yield "themes/custom/dicgc_theme/assets/images/banner/newsletter.png\" class=\"banner-circular\"> "; } // line 85 yield " "; // line 86 if (((($context["content_type"] ?? null) == "speeches") || CoreExtension::inFilter("dicgc-common-sp", // line 87 ($context["dicgc_theme_url"] ?? null)))) { // line 89 yield " extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getPath("")); yield "themes/custom/dicgc_theme/assets/images/banner/Speeches.webp\" class=\"banner-circular\"> "; } // line 93 yield " "; if ((($context["content_type"] ?? null) == "reports")) { // line 95 yield " extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getPath("")); yield "themes/custom/dicgc_theme/assets/images/banner/Reports.webp\" class=\"banner-circular\"> "; } // line 99 yield " "; if ((($context["content_type"] ?? null) == "events")) { // line 101 yield " extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getPath("")); yield "themes/custom/dicgc_theme/assets/images/banner/Conferences.webp\" class=\"banner-circular\"> "; } // line 105 yield " "; if ((($context["content_type"] ?? null) == "claim_submission_pending")) { // line 107 yield " extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getPath("")); yield "themes/custom/dicgc_theme/assets/images/claim-submission/claim-settled.webp\" class=\"banner-circular\"> "; } // line 111 yield " "; if ( !Twig\Extension\CoreExtension::testEmpty(($context["banner_image_page"] ?? null))) { // line 112 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->getFileUrl($this->sandbox->ensureToStringAllowed(($context["banner_image_page"] ?? null), 113, $this->source)), "html", null, true); yield "\" class=\"banner-circular\"> "; } // line 116 yield " "; // line 118 if (CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "header_top_right", [], "any", false, false, true, 118)) { // line 119 yield " "; yield from $this->loadTemplate("@dicgc_theme/template-parts/header-top-right.html.twig", "@dicgc_theme/template-parts/header.html.twig", 119)->unwrap()->yield($context); // line 120 yield " "; } // line 121 yield " "; // line 125 if (CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "header", [], "any", false, false, true, 125)) { // line 126 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, 126), 126, $this->source), "html", null, true); yield " "; } // line 128 yield " "; // line 129 if (CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "primary_menu", [], "any", false, false, true, 129)) { // line 130 yield " "; yield from $this->loadTemplate("@dicgc_theme/template-parts/header-primary-menu.html.twig", "@dicgc_theme/template-parts/header.html.twig", 130)->unwrap()->yield($context); // line 131 yield " "; } yield " <ul> <li> <a>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, ($this->sandbox->ensureToStringAllowed(($context["base_path"] ?? null), 136, $this->source) . $this->sandbox->ensureToStringAllowed(($context["directory"] ?? null), 136, $this->source)), "html", null, true); yield "/assets/images/search.webp\" class=\"m-0\"></a> </li> <li> extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, ($this->sandbox->ensureToStringAllowed(($context["base_path"] ?? null), 139, $this->source) . $this->sandbox->ensureToStringAllowed(($context["directory"] ?? null), 139, $this->source)), "html", null, true); yield "/assets/images/close.webp\" height=\"14\"> </li> </ul> "; // line 144 if (($context["is_front"] ?? null)) { yield " "; // line 145 $context["announcements_view"] = Twig\Extension\CoreExtension::length($this->env->getCharset(), views_get_view_result("announcements", "announcement")); // line 146 yield " "; if ((($context["announcements_view"] ?? null) > 0)) { // line 147 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, views_embed_view("announcements", "announcement"), "html", null, true); yield " "; } // line 148 yield " "; } // line 150 yield " "; // line 152 if (( !($context["is_front"] ?? null) && CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "page_header", [], "any", false, false, true, 152))) { // line 153 yield " "; yield from $this->loadTemplate("@dicgc_theme/template-parts/header-page.html.twig", "@dicgc_theme/template-parts/header.html.twig", 153)->unwrap()->yield($context); } // line 155 yield " extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getPath("")); yield "themes/custom/dicgc_theme/assets/images/chat-box.webp\" height=\"90\"> Chat with DIA extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getPath("")); yield "themes/custom/dicgc_theme/assets/images/chat-box.webp\" height=\"40\"> DIA The DICGC Assistant extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getPath("")); yield "themes/custom/dicgc_theme/assets/images/stat_minus_1.webp\" class=\"toggle-arrow rotate-reset\"> extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getPath("")); yield "themes/custom/dicgc_theme/assets/images/w-close.webp\" class=\"open-popup\"> extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, ($this->sandbox->ensureToStringAllowed(($context["base_path"] ?? null), 182, $this->source) . $this->sandbox->ensureToStringAllowed(($context["directory"] ?? null), 182, $this->source)), "html", null, true); yield "/assets/images/Mascot_dia.gif\" height=\"140\"> Get Started with DICGC Assistant! Happy to help you. Enter Captcha Code* Image Captcha Audio Captcha extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getPath("")); yield "themes/custom/dicgc_theme/assets/images/captcha.webp\" class=\"captcha-img\"> extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getPath("")); yield "themes/custom/dicgc_theme/assets/images/reload.webp\" class=\"reload\"> I have read, understood and accepted all the <a>Terms & Conditions</a> Get Started! Hi! I’m the DICGC Assistant. I can help you with Depositor, Liquidator and Banker related queries. Ask me more by choosing one of the options below. Depositor Liquidator Banker Other 2:39 PM Depositor 2:39 PM Please click here to know more about depositor. Submit Willingness Form Track Claim Status List of Insured Banks 2:39 PM Related Questions Which banks are insured by the DICGC ? What does the DICGC insure ? --> Confirm Exit? extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getPath("")); yield "themes/custom/dicgc_theme/assets/images/close.webp\" height=\"13\"> On exiting, all chat history will be cleared Confirm Give Feedback Your feedback matters! Easy to navigate Helpful information Irrelevant information Unsatisfactory Submit "; // line 359 $context["urlpath"] = ($context["dicgc_theme_url"] ?? null); // line 360 if (CoreExtension::inFilter("about-us", ($context["urlpath"] ?? null))) { // line 361 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, Drupal\twig_tweak\TwigTweakExtension::drupalEntity("block_content", 7), "html", null, true); yield " "; } // line 363 yield " "; // line 364 if (($context["is_front"] ?? null)) { // line 365 yield " "; // line 366 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, views_embed_view("banner", "banner"), "html", null, true); yield " "; } // line 368 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, ($this->sandbox->ensureToStringAllowed(($context["base_path"] ?? null), 373, $this->source) . $this->sandbox->ensureToStringAllowed(($context["directory"] ?? null), 373, $this->source)), "html", null, true); yield "/assets/js/swiper-bundle.min.js\"> extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, ($this->sandbox->ensureToStringAllowed(($context["base_path"] ?? null), 374, $this->source) . $this->sandbox->ensureToStringAllowed(($context["directory"] ?? null), 374, $this->source)), "html", null, true); yield "/assets/js/main.js\"> "; $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["content_type", "node_class", "dicgc_theme_url", "banner_image_page", "page", "base_path", "directory", "is_front"]); yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "@dicgc_theme/template-parts/header.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 600 => 374, 596 => 373, 589 => 368, 583 => 366, 580 => 365, 578 => 364, 575 => 363, 570 => 361, 568 => 360, 566 => 359, 502 => 298, 403 => 202, 399 => 201, 377 => 182, 366 => 174, 362 => 173, 356 => 170, 345 => 162, 336 => 155, 332 => 153, 330 => 152, 326 => 150, 322 => 148, 316 => 147, 313 => 146, 311 => 145, 307 => 144, 299 => 139, 293 => 136, 284 => 131, 281 => 130, 279 => 129, 276 => 128, 270 => 126, 268 => 125, 262 => 121, 259 => 120, 256 => 119, 254 => 118, 250 => 116, 244 => 113, 241 => 112, 238 => 111, 232 => 108, 229 => 107, 226 => 105, 220 => 102, 217 => 101, 214 => 99, 208 => 96, 205 => 95, 202 => 93, 196 => 90, 193 => 89, 191 => 87, 190 => 86, 187 => 85, 181 => 82, 178 => 81, 176 => 79, 173 => 78, 167 => 75, 164 => 74, 162 => 72, 159 => 71, 153 => 68, 150 => 67, 148 => 66, 145 => 65, 139 => 63, 136 => 62, 134 => 61, 128 => 58, 125 => 57, 123 => 55, 122 => 54, 121 => 53, 120 => 52, 119 => 51, 116 => 50, 110 => 47, 107 => 46, 105 => 44, 104 => 43, 103 => 42, 102 => 41, 101 => 40, 100 => 39, 99 => 38, 98 => 37, 97 => 36, 96 => 35, 95 => 34, 94 => 33, 93 => 32, 92 => 31, 91 => 30, 90 => 29, 89 => 28, 88 => 27, 85 => 26, 79 => 23, 76 => 22, 74 => 20, 73 => 19, 72 => 18, 71 => 17, 70 => 16, 69 => 15, 68 => 14, 67 => 13, 66 => 12, 65 => 11, 62 => 10, 56 => 8, 50 => 5, 44 => 1,); } public function getSourceContext(): Source { return new Source("", "@dicgc_theme/template-parts/header.html.twig", "/var/www/html/web/themes/custom/dicgc_theme/templates/template-parts/header.html.twig"); } public function checkSecurity() { static $tags = array("if" => 5, "include" => 119, "set" => 145); static $filters = array("escape" => 8, "length" => 145); static $functions = array("path" => 23, "file_url" => 113, "drupal_view_result" => 145, "drupal_view" => 147, "drupal_entity" => 361); try { $this->sandbox->checkSecurity( ['if', 'include', 'set'], ['escape', 'length'], ['path', 'file_url', 'drupal_view_result', 'drupal_view', 'drupal_entity'], $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: 382) Twig\Environment->loadTemplate('__TwigTemplate_bc2da07dd08f87efd41ede657e696c47', '@dicgc_theme/template-parts/header.html.twig', NULL) (Line: 306) Twig\Template->loadTemplate('@dicgc_theme/template-parts/header.html.twig', 'themes/custom/dicgc_theme/templates/layout/page.html.twig', 2) (Line: 47) __TwigTemplate_1ed74f539841450b9d59e5fc888472f4->doDisplay(Array, Array) (Line: 393) Twig\Template->yield(Array, Array) (Line: 349) Twig\Template->display(Array) (Line: 364) Twig\Template->render(Array) (Line: 35) Twig\TemplateWrapper->render(Array) (Line: 33) twig_render_template('themes/custom/dicgc_theme/templates/layout/page.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 491) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 146) __TwigTemplate_8b234ae51fd586fb9c3015063740e9cc->doDisplay(Array, Array) (Line: 393) Twig\Template->yield(Array, Array) (Line: 349) Twig\Template->display(Array) (Line: 364) Twig\Template->render(Array) (Line: 35) Twig\TemplateWrapper->render(Array) (Line: 33) twig_render_template('themes/custom/dicgc_theme/templates/layout/html.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 491) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array) (Line: 158) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 638) 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: 53) 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: 32) Drupal\big_pipe\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: 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: 741) Drupal\Core\DrupalKernel->handle(Object) (Line: 20)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('688b1d38796ab_header-top-right.html.twi_EAyAus4m293RBMjM6X4qTElZR', '<?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; use Twig\TemplateWrapper; /* @dicgc_theme/template-parts/header-top-right.html.twig */ class __TwigTemplate_629840d8d1512067fa8b75611947d622 extends Template { private Source $source; /** * @var array */ private array $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->extensions[SandboxExtension::class]; $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 1 if (CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "header_top_right", [], "any", false, false, true, 1)) { // line 2 yield " "; // line 3 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "header_top_right", [], "any", false, false, true, 3), 3, $this->source), "html", null, true); yield " "; // line 14 yield " "; } $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["page"]); yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "@dicgc_theme/template-parts/header-top-right.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 54 => 14, 49 => 3, 46 => 2, 44 => 1,); } public function getSourceContext(): Source { return new Source("", "@dicgc_theme/template-parts/header-top-right.html.twig", "/var/www/html/web/themes/custom/dicgc_theme/templates/template-parts/header-top-right.html.twig"); } public function checkSecurity() { static $tags = array("if" => 1); static $filters = array("escape" => 3); 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('688b1d38796ab_header-top-right.html.twi_EAyAus4m293RBMjM6X4qTElZR', '<?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; use Twig\TemplateWrapper; /* @dicgc_theme/template-parts/header-top-right.html.twig */ class __TwigTemplate_629840d8d1512067fa8b75611947d622 extends Template { private Source $source; /** * @var array */ private array $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->extensions[SandboxExtension::class]; $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 1 if (CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "header_top_right", [], "any", false, false, true, 1)) { // line 2 yield " "; // line 3 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "header_top_right", [], "any", false, false, true, 3), 3, $this->source), "html", null, true); yield " "; // line 14 yield " "; } $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["page"]); yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "@dicgc_theme/template-parts/header-top-right.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 54 => 14, 49 => 3, 46 => 2, 44 => 1,); } public function getSourceContext(): Source { return new Source("", "@dicgc_theme/template-parts/header-top-right.html.twig", "/var/www/html/web/themes/custom/dicgc_theme/templates/template-parts/header-top-right.html.twig"); } public function checkSecurity() { static $tags = array("if" => 1); static $filters = array("escape" => 3); 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: 382) Twig\Environment->loadTemplate('__TwigTemplate_629840d8d1512067fa8b75611947d622', '@dicgc_theme/template-parts/header-top-right.html.twig', NULL) (Line: 306) Twig\Template->loadTemplate('@dicgc_theme/template-parts/header-top-right.html.twig', '@dicgc_theme/template-parts/header.html.twig', 119) (Line: 257) __TwigTemplate_bc2da07dd08f87efd41ede657e696c47->doDisplay(Array, Array) (Line: 393) Twig\Template->yield(Array) (Line: 47) __TwigTemplate_1ed74f539841450b9d59e5fc888472f4->doDisplay(Array, Array) (Line: 393) Twig\Template->yield(Array, Array) (Line: 349) Twig\Template->display(Array) (Line: 364) Twig\Template->render(Array) (Line: 35) Twig\TemplateWrapper->render(Array) (Line: 33) twig_render_template('themes/custom/dicgc_theme/templates/layout/page.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 491) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 146) __TwigTemplate_8b234ae51fd586fb9c3015063740e9cc->doDisplay(Array, Array) (Line: 393) Twig\Template->yield(Array, Array) (Line: 349) Twig\Template->display(Array) (Line: 364) Twig\Template->render(Array) (Line: 35) Twig\TemplateWrapper->render(Array) (Line: 33) twig_render_template('themes/custom/dicgc_theme/templates/layout/html.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 491) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array) (Line: 158) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 638) 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: 53) 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: 32) Drupal\big_pipe\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: 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: 741) Drupal\Core\DrupalKernel->handle(Object) (Line: 20)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('688b1d38796ab_block--system-menu-block._DChR_p_eKPMmzS7FOxKIbOJtQ', '<?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; use Twig\TemplateWrapper; /* themes/contrib/thex/templates/block/block--system-menu-block.html.twig */ class __TwigTemplate_cbdf8080cdd58de15b1c13fbe2745d98 extends Template { private Source $source; /** * @var array */ private array $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->extensions[SandboxExtension::class]; $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 34 $context["heading_id"] = ($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["attributes"] ?? null), "id", [], "any", false, false, true, 34), 34, $this->source) . \Drupal\Component\Utility\Html::getId("-menu")); // line 35 yield "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["heading_id"] ?? null), 35, $this->source), "html", null, true); yield "\""; 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, ($context["attributes"] ?? null), "addClass", ["block block-menu"], "method", false, false, true, 35), 35, $this->source), "role", "aria-labelledby"), "html", null, true); yield "> "; // line 37 yield " "; if ( !CoreExtension::getAttribute($this->env, $this->source, ($context["configuration"] ?? null), "label_display", [], "any", false, false, true, 37)) { // line 38 yield " "; $context["title_attributes"] = CoreExtension::getAttribute($this->env, $this->source, ($context["title_attributes"] ?? null), "addClass", ["visually-hidden"], "method", false, false, true, 38); // line 39 yield " "; } // line 40 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_prefix"] ?? null), 40, $this->source), "html", null, true); 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["title_attributes"] ?? null), "addClass", ["block-title"], "method", false, false, true, 41), "setAttribute", ["id", ($context["heading_id"] ?? null)], "method", false, false, true, 41), 41, $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["configuration"] ?? null), "label", [], "any", false, false, true, 41), 41, $this->source), "html", null, true); yield " "; // line 42 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_suffix"] ?? null), 42, $this->source), "html", null, true); yield " "; // line 45 yield " "; yield from $this->unwrap()->yieldBlock('content', $context, $blocks); // line 48 yield " "; $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["attributes", "configuration", "title_prefix", "title_suffix", "content"]); yield from []; } // line 45 /** * @return iterable */ public function block_content(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 46 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 46, $this->source), "html", null, true); yield " "; yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "themes/contrib/thex/templates/block/block--system-menu-block.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 96 => 46, 89 => 45, 82 => 48, 79 => 45, 74 => 42, 68 => 41, 63 => 40, 60 => 39, 57 => 38, 54 => 37, 47 => 35, 45 => 34,); } public function getSourceContext(): Source { return new Source("", "themes/contrib/thex/templates/block/block--system-menu-block.html.twig", "/var/www/html/web/themes/contrib/thex/templates/block/block--system-menu-block.html.twig"); } public function checkSecurity() { static $tags = array("set" => 34, "if" => 37, "block" => 45); static $filters = array("clean_id" => 34, "escape" => 35, "without" => 35); static $functions = array(); try { $this->sandbox->checkSecurity( ['set', 'if', 'block'], ['clean_id', 'escape', 'without'], [], $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('688b1d38796ab_block--system-menu-block._DChR_p_eKPMmzS7FOxKIbOJtQ', '<?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; use Twig\TemplateWrapper; /* themes/contrib/thex/templates/block/block--system-menu-block.html.twig */ class __TwigTemplate_cbdf8080cdd58de15b1c13fbe2745d98 extends Template { private Source $source; /** * @var array */ private array $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->extensions[SandboxExtension::class]; $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 34 $context["heading_id"] = ($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["attributes"] ?? null), "id", [], "any", false, false, true, 34), 34, $this->source) . \Drupal\Component\Utility\Html::getId("-menu")); // line 35 yield "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["heading_id"] ?? null), 35, $this->source), "html", null, true); yield "\""; 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, ($context["attributes"] ?? null), "addClass", ["block block-menu"], "method", false, false, true, 35), 35, $this->source), "role", "aria-labelledby"), "html", null, true); yield "> "; // line 37 yield " "; if ( !CoreExtension::getAttribute($this->env, $this->source, ($context["configuration"] ?? null), "label_display", [], "any", false, false, true, 37)) { // line 38 yield " "; $context["title_attributes"] = CoreExtension::getAttribute($this->env, $this->source, ($context["title_attributes"] ?? null), "addClass", ["visually-hidden"], "method", false, false, true, 38); // line 39 yield " "; } // line 40 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_prefix"] ?? null), 40, $this->source), "html", null, true); 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["title_attributes"] ?? null), "addClass", ["block-title"], "method", false, false, true, 41), "setAttribute", ["id", ($context["heading_id"] ?? null)], "method", false, false, true, 41), 41, $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["configuration"] ?? null), "label", [], "any", false, false, true, 41), 41, $this->source), "html", null, true); yield " "; // line 42 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_suffix"] ?? null), 42, $this->source), "html", null, true); yield " "; // line 45 yield " "; yield from $this->unwrap()->yieldBlock('content', $context, $blocks); // line 48 yield " "; $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["attributes", "configuration", "title_prefix", "title_suffix", "content"]); yield from []; } // line 45 /** * @return iterable */ public function block_content(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 46 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 46, $this->source), "html", null, true); yield " "; yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "themes/contrib/thex/templates/block/block--system-menu-block.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 96 => 46, 89 => 45, 82 => 48, 79 => 45, 74 => 42, 68 => 41, 63 => 40, 60 => 39, 57 => 38, 54 => 37, 47 => 35, 45 => 34,); } public function getSourceContext(): Source { return new Source("", "themes/contrib/thex/templates/block/block--system-menu-block.html.twig", "/var/www/html/web/themes/contrib/thex/templates/block/block--system-menu-block.html.twig"); } public function checkSecurity() { static $tags = array("set" => 34, "if" => 37, "block" => 45); static $filters = array("clean_id" => 34, "escape" => 35, "without" => 35); static $functions = array(); try { $this->sandbox->checkSecurity( ['set', 'if', 'block'], ['clean_id', 'escape', 'without'], [], $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: 382) Twig\Environment->loadTemplate('__TwigTemplate_cbdf8080cdd58de15b1c13fbe2745d98', 'themes/contrib/thex/templates/block/block--system-menu-block.html.twig') (Line: 343) Twig\Environment->load('themes/contrib/thex/templates/block/block--system-menu-block.html.twig') (Line: 33) twig_render_template('themes/contrib/thex/templates/block/block--system-menu-block.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 491) Drupal\Core\Render\Renderer->doRender(Array) (Line: 504) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 49) __TwigTemplate_629840d8d1512067fa8b75611947d622->doDisplay(Array, Array) (Line: 393) Twig\Template->yield(Array) (Line: 257) __TwigTemplate_bc2da07dd08f87efd41ede657e696c47->doDisplay(Array, Array) (Line: 393) Twig\Template->yield(Array) (Line: 47) __TwigTemplate_1ed74f539841450b9d59e5fc888472f4->doDisplay(Array, Array) (Line: 393) Twig\Template->yield(Array, Array) (Line: 349) Twig\Template->display(Array) (Line: 364) Twig\Template->render(Array) (Line: 35) Twig\TemplateWrapper->render(Array) (Line: 33) twig_render_template('themes/custom/dicgc_theme/templates/layout/page.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 491) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 146) __TwigTemplate_8b234ae51fd586fb9c3015063740e9cc->doDisplay(Array, Array) (Line: 393) Twig\Template->yield(Array, Array) (Line: 349) Twig\Template->display(Array) (Line: 364) Twig\Template->render(Array) (Line: 35) Twig\TemplateWrapper->render(Array) (Line: 33) twig_render_template('themes/custom/dicgc_theme/templates/layout/html.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 491) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array) (Line: 158) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 638) 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: 53) 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: 32) Drupal\big_pipe\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: 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: 741) Drupal\Core\DrupalKernel->handle(Object) (Line: 20)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('688b1d38796ab_menu--information-corner._6bJeewhmrXzyJskJkPTM4Fhqx', '<?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; use Twig\TemplateWrapper; /* themes/custom/dicgc_theme/templates/navigation/menu--information-corner.html.twig */ class __TwigTemplate_cf74a641f874cd7874d41d11fceca881 extends Template { private Source $source; /** * @var array */ private array $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->extensions[SandboxExtension::class]; $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 23 yield " "; $macros["info_corner"] = $this->macros["info_corner"] = $this; // line 24 yield " "; // line 29 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(CoreExtension::callMacro($macros["info_corner"], "macro_menu_links", [($context["items"] ?? null), ($context["attributes"] ?? null), 0], 29, $context, $this->getSourceContext())); yield " "; $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["_self", "items", "attributes"]); yield from []; } // line 30 public function macro_menu_links($__items__ = null, $__attributes__ = null, $__menu_level__ = null, ...$__varargs__) { $macros = $this->macros; $context = [ "items" => $__items__, "attributes" => $__attributes__, "menu_level" => $__menu_level__, "varargs" => $__varargs__, ] + $this->env->getGlobals(); $blocks = []; return ('' === $tmp = \Twig\Extension\CoreExtension::captureOutput((function () use (&$context, $macros, $blocks) { // line 31 $macros["info_corner"] = $this; // line 32 yield " Information Corner <ul> "; // line 37 if (($context["items"] ?? null)) { // line 38 yield " "; $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(($context["items"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["item"]) { yield " "; // line 39 if (CoreExtension::getAttribute($this->env, $this->source, $context["item"], "below", [], "any", false, false, true, 39)) { // line 40 yield " <li> <a>"; // line 41 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "title", [], "any", false, false, true, 41), 41, $this->source), "html", null, true); yield "</a> <ul> "; // line 43 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "below", [], "any", false, false, true, 43)); foreach ($context['_seq'] as $context["_key"] => $context["subitem"]) { // line 44 yield " <li> "; // line 45 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->getLink($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["subitem"], "title", [], "any", false, false, true, 45), 45, $this->source), $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["subitem"], "url", [], "any", false, false, true, 45), 45, $this->source), ["class" => ["dropdown-item"]]), "html", null, true); yield " </li> "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_key'], $context['subitem'], $context['_parent']); $context = array_intersect_key($context, $_parent) + $_parent; // line 47 yield " </ul> </li> "; } else { // line 51 yield " <li>"; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->getLink($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "title", [], "any", false, false, true, 51), 51, $this->source), $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "url", [], "any", false, false, true, 51), 51, $this->source), ["class" => ["dropdown-item"]]), "html", null, true); yield "</li> "; } // line 52 yield " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_key'], $context['item'], $context['_parent']); $context = array_intersect_key($context, $_parent) + $_parent; // line 53 yield " "; } // line 55 yield " </ul> "; yield from []; })())) ? '' : new Markup($tmp, $this->env->getCharset()); } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "themes/custom/dicgc_theme/templates/navigation/menu--information-corner.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 140 => 55, 136 => 53, 129 => 52, 123 => 51, 117 => 47, 108 => 45, 105 => 44, 101 => 43, 96 => 41, 93 => 40, 91 => 39, 84 => 38, 82 => 37, 75 => 32, 73 => 31, 59 => 30, 50 => 29, 47 => 24, 44 => 23,); } public function getSourceContext(): Source { return new Source("", "themes/custom/dicgc_theme/templates/navigation/menu--information-corner.html.twig", "/var/www/html/web/themes/custom/dicgc_theme/templates/navigation/menu--information-corner.html.twig"); } public function checkSecurity() { static $tags = array("import" => 23, "macro" => 30, "if" => 37, "for" => 38); static $filters = array("escape" => 41); static $functions = array("link" => 45); try { $this->sandbox->checkSecurity( ['import', 'macro', 'if', 'for'], ['escape'], ['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('688b1d38796ab_menu--information-corner._6bJeewhmrXzyJskJkPTM4Fhqx', '<?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; use Twig\TemplateWrapper; /* themes/custom/dicgc_theme/templates/navigation/menu--information-corner.html.twig */ class __TwigTemplate_cf74a641f874cd7874d41d11fceca881 extends Template { private Source $source; /** * @var array */ private array $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->extensions[SandboxExtension::class]; $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 23 yield " "; $macros["info_corner"] = $this->macros["info_corner"] = $this; // line 24 yield " "; // line 29 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(CoreExtension::callMacro($macros["info_corner"], "macro_menu_links", [($context["items"] ?? null), ($context["attributes"] ?? null), 0], 29, $context, $this->getSourceContext())); yield " "; $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["_self", "items", "attributes"]); yield from []; } // line 30 public function macro_menu_links($__items__ = null, $__attributes__ = null, $__menu_level__ = null, ...$__varargs__) { $macros = $this->macros; $context = [ "items" => $__items__, "attributes" => $__attributes__, "menu_level" => $__menu_level__, "varargs" => $__varargs__, ] + $this->env->getGlobals(); $blocks = []; return ('' === $tmp = \Twig\Extension\CoreExtension::captureOutput((function () use (&$context, $macros, $blocks) { // line 31 $macros["info_corner"] = $this; // line 32 yield " Information Corner <ul> "; // line 37 if (($context["items"] ?? null)) { // line 38 yield " "; $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(($context["items"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["item"]) { yield " "; // line 39 if (CoreExtension::getAttribute($this->env, $this->source, $context["item"], "below", [], "any", false, false, true, 39)) { // line 40 yield " <li> <a>"; // line 41 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "title", [], "any", false, false, true, 41), 41, $this->source), "html", null, true); yield "</a> <ul> "; // line 43 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "below", [], "any", false, false, true, 43)); foreach ($context['_seq'] as $context["_key"] => $context["subitem"]) { // line 44 yield " <li> "; // line 45 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->getLink($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["subitem"], "title", [], "any", false, false, true, 45), 45, $this->source), $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["subitem"], "url", [], "any", false, false, true, 45), 45, $this->source), ["class" => ["dropdown-item"]]), "html", null, true); yield " </li> "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_key'], $context['subitem'], $context['_parent']); $context = array_intersect_key($context, $_parent) + $_parent; // line 47 yield " </ul> </li> "; } else { // line 51 yield " <li>"; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->getLink($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "title", [], "any", false, false, true, 51), 51, $this->source), $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "url", [], "any", false, false, true, 51), 51, $this->source), ["class" => ["dropdown-item"]]), "html", null, true); yield "</li> "; } // line 52 yield " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_key'], $context['item'], $context['_parent']); $context = array_intersect_key($context, $_parent) + $_parent; // line 53 yield " "; } // line 55 yield " </ul> "; yield from []; })())) ? '' : new Markup($tmp, $this->env->getCharset()); } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "themes/custom/dicgc_theme/templates/navigation/menu--information-corner.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 140 => 55, 136 => 53, 129 => 52, 123 => 51, 117 => 47, 108 => 45, 105 => 44, 101 => 43, 96 => 41, 93 => 40, 91 => 39, 84 => 38, 82 => 37, 75 => 32, 73 => 31, 59 => 30, 50 => 29, 47 => 24, 44 => 23,); } public function getSourceContext(): Source { return new Source("", "themes/custom/dicgc_theme/templates/navigation/menu--information-corner.html.twig", "/var/www/html/web/themes/custom/dicgc_theme/templates/navigation/menu--information-corner.html.twig"); } public function checkSecurity() { static $tags = array("import" => 23, "macro" => 30, "if" => 37, "for" => 38); static $filters = array("escape" => 41); static $functions = array("link" => 45); try { $this->sandbox->checkSecurity( ['import', 'macro', 'if', 'for'], ['escape'], ['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: 382) Twig\Environment->loadTemplate('__TwigTemplate_cf74a641f874cd7874d41d11fceca881', 'themes/custom/dicgc_theme/templates/navigation/menu--information-corner.html.twig') (Line: 343) Twig\Environment->load('themes/custom/dicgc_theme/templates/navigation/menu--information-corner.html.twig') (Line: 33) twig_render_template('themes/custom/dicgc_theme/templates/navigation/menu--information-corner.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('menu__information_corner', Array) (Line: 491) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 97) __TwigTemplate_cbdf8080cdd58de15b1c13fbe2745d98->block_content(Array, Array) (Line: 437) Twig\Template->yieldBlock('content', Array, Array) (Line: 80) __TwigTemplate_cbdf8080cdd58de15b1c13fbe2745d98->doDisplay(Array, Array) (Line: 393) Twig\Template->yield(Array, Array) (Line: 349) Twig\Template->display(Array) (Line: 364) Twig\Template->render(Array) (Line: 35) Twig\TemplateWrapper->render(Array) (Line: 33) twig_render_template('themes/contrib/thex/templates/block/block--system-menu-block.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 491) Drupal\Core\Render\Renderer->doRender(Array) (Line: 504) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 49) __TwigTemplate_629840d8d1512067fa8b75611947d622->doDisplay(Array, Array) (Line: 393) Twig\Template->yield(Array) (Line: 257) __TwigTemplate_bc2da07dd08f87efd41ede657e696c47->doDisplay(Array, Array) (Line: 393) Twig\Template->yield(Array) (Line: 47) __TwigTemplate_1ed74f539841450b9d59e5fc888472f4->doDisplay(Array, Array) (Line: 393) Twig\Template->yield(Array, Array) (Line: 349) Twig\Template->display(Array) (Line: 364) Twig\Template->render(Array) (Line: 35) Twig\TemplateWrapper->render(Array) (Line: 33) twig_render_template('themes/custom/dicgc_theme/templates/layout/page.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 491) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 146) __TwigTemplate_8b234ae51fd586fb9c3015063740e9cc->doDisplay(Array, Array) (Line: 393) Twig\Template->yield(Array, Array) (Line: 349) Twig\Template->display(Array) (Line: 364) Twig\Template->render(Array) (Line: 35) Twig\TemplateWrapper->render(Array) (Line: 33) twig_render_template('themes/custom/dicgc_theme/templates/layout/html.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 491) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array) (Line: 158) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 638) 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: 53) 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: 32) Drupal\big_pipe\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: 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: 741) Drupal\Core\DrupalKernel->handle(Object) (Line: 20)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('688b1d38796ab_block.html.twig_Pn5fL8s3OUT0rYrG8S-nB-lNA', '<?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; use Twig\TemplateWrapper; /* themes/contrib/thex/templates/block/block.html.twig */ class __TwigTemplate_74f852bd2a542867dcb4e5debf6fd933 extends Template { private Source $source; /** * @var array */ private array $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->extensions[SandboxExtension::class]; $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 28 yield "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", ["block"], "method", false, false, true, 28), 28, $this->source), "html", null, true); yield "> "; // line 29 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_prefix"] ?? null), 29, $this->source), "html", null, true); yield " "; // line 30 if (($context["label"] ?? null)) { // line 31 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["title_attributes"] ?? null), "addClass", ["block-title"], "method", false, false, true, 31), 31, $this->source), "html", null, true); yield ">"; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 31, $this->source), "html", null, true); yield " "; } // line 33 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_suffix"] ?? null), 33, $this->source), "html", null, true); yield " "; // line 35 yield from $this->unwrap()->yieldBlock('content', $context, $blocks); // line 38 yield " "; $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["attributes", "title_prefix", "label", "title_attributes", "title_suffix", "content"]); yield from []; } // line 35 /** * @return iterable */ public function block_content(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 36 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 36, $this->source), "html", null, true); yield " "; yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "themes/contrib/thex/templates/block/block.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 87 => 36, 80 => 35, 72 => 38, 70 => 35, 64 => 33, 56 => 31, 54 => 30, 50 => 29, 45 => 28,); } public function getSourceContext(): Source { return new Source("", "themes/contrib/thex/templates/block/block.html.twig", "/var/www/html/web/themes/contrib/thex/templates/block/block.html.twig"); } public function checkSecurity() { static $tags = array("if" => 30, "block" => 35); static $filters = array("escape" => 28); static $functions = array(); try { $this->sandbox->checkSecurity( ['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('688b1d38796ab_block.html.twig_Pn5fL8s3OUT0rYrG8S-nB-lNA', '<?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; use Twig\TemplateWrapper; /* themes/contrib/thex/templates/block/block.html.twig */ class __TwigTemplate_74f852bd2a542867dcb4e5debf6fd933 extends Template { private Source $source; /** * @var array */ private array $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->extensions[SandboxExtension::class]; $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 28 yield "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", ["block"], "method", false, false, true, 28), 28, $this->source), "html", null, true); yield "> "; // line 29 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_prefix"] ?? null), 29, $this->source), "html", null, true); yield " "; // line 30 if (($context["label"] ?? null)) { // line 31 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["title_attributes"] ?? null), "addClass", ["block-title"], "method", false, false, true, 31), 31, $this->source), "html", null, true); yield ">"; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 31, $this->source), "html", null, true); yield " "; } // line 33 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_suffix"] ?? null), 33, $this->source), "html", null, true); yield " "; // line 35 yield from $this->unwrap()->yieldBlock('content', $context, $blocks); // line 38 yield " "; $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["attributes", "title_prefix", "label", "title_attributes", "title_suffix", "content"]); yield from []; } // line 35 /** * @return iterable */ public function block_content(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 36 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 36, $this->source), "html", null, true); yield " "; yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "themes/contrib/thex/templates/block/block.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 87 => 36, 80 => 35, 72 => 38, 70 => 35, 64 => 33, 56 => 31, 54 => 30, 50 => 29, 45 => 28,); } public function getSourceContext(): Source { return new Source("", "themes/contrib/thex/templates/block/block.html.twig", "/var/www/html/web/themes/contrib/thex/templates/block/block.html.twig"); } public function checkSecurity() { static $tags = array("if" => 30, "block" => 35); static $filters = array("escape" => 28); static $functions = array(); try { $this->sandbox->checkSecurity( ['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: 382) Twig\Environment->loadTemplate('__TwigTemplate_74f852bd2a542867dcb4e5debf6fd933', 'themes/contrib/thex/templates/block/block.html.twig') (Line: 343) Twig\Environment->load('themes/contrib/thex/templates/block/block.html.twig') (Line: 33) twig_render_template('themes/contrib/thex/templates/block/block.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 491) Drupal\Core\Render\Renderer->doRender(Array) (Line: 504) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 49) __TwigTemplate_629840d8d1512067fa8b75611947d622->doDisplay(Array, Array) (Line: 393) Twig\Template->yield(Array) (Line: 257) __TwigTemplate_bc2da07dd08f87efd41ede657e696c47->doDisplay(Array, Array) (Line: 393) Twig\Template->yield(Array) (Line: 47) __TwigTemplate_1ed74f539841450b9d59e5fc888472f4->doDisplay(Array, Array) (Line: 393) Twig\Template->yield(Array, Array) (Line: 349) Twig\Template->display(Array) (Line: 364) Twig\Template->render(Array) (Line: 35) Twig\TemplateWrapper->render(Array) (Line: 33) twig_render_template('themes/custom/dicgc_theme/templates/layout/page.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 491) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 146) __TwigTemplate_8b234ae51fd586fb9c3015063740e9cc->doDisplay(Array, Array) (Line: 393) Twig\Template->yield(Array, Array) (Line: 349) Twig\Template->display(Array) (Line: 364) Twig\Template->render(Array) (Line: 35) Twig\TemplateWrapper->render(Array) (Line: 33) twig_render_template('themes/custom/dicgc_theme/templates/layout/html.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 491) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array) (Line: 158) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 638) 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: 53) 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: 32) Drupal\big_pipe\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: 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: 741) Drupal\Core\DrupalKernel->handle(Object) (Line: 20)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('688b1d38796ab_gtranslate.html.twig_vPLWR5s39WoFHZazWqntul_aC', '<?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; use Twig\TemplateWrapper; /* modules/contrib/gtranslate/templates/gtranslate.html.twig */ class __TwigTemplate_7f5921eae718d9e284a61431e53a09aa extends Template { private Source $source; /** * @var array */ private array $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->extensions[SandboxExtension::class]; $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []): iterable { $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"]); yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "modules/contrib/gtranslate/templates/gtranslate.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 47 => 10, 44 => 9,); } public function getSourceContext(): Source { return new Source("", "modules/contrib/gtranslate/templates/gtranslate.html.twig", "/var/www/html/web/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('688b1d38796ab_gtranslate.html.twig_vPLWR5s39WoFHZazWqntul_aC', '<?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; use Twig\TemplateWrapper; /* modules/contrib/gtranslate/templates/gtranslate.html.twig */ class __TwigTemplate_7f5921eae718d9e284a61431e53a09aa extends Template { private Source $source; /** * @var array */ private array $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->extensions[SandboxExtension::class]; $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []): iterable { $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"]); yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "modules/contrib/gtranslate/templates/gtranslate.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 47 => 10, 44 => 9,); } public function getSourceContext(): Source { return new Source("", "modules/contrib/gtranslate/templates/gtranslate.html.twig", "/var/www/html/web/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: 382) Twig\Environment->loadTemplate('__TwigTemplate_7f5921eae718d9e284a61431e53a09aa', 'modules/contrib/gtranslate/templates/gtranslate.html.twig') (Line: 343) Twig\Environment->load('modules/contrib/gtranslate/templates/gtranslate.html.twig') (Line: 33) twig_render_template('modules/contrib/gtranslate/templates/gtranslate.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('gtranslate', Array) (Line: 491) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 88) __TwigTemplate_74f852bd2a542867dcb4e5debf6fd933->block_content(Array, Array) (Line: 437) Twig\Template->yieldBlock('content', Array, Array) (Line: 70) __TwigTemplate_74f852bd2a542867dcb4e5debf6fd933->doDisplay(Array, Array) (Line: 393) Twig\Template->yield(Array, Array) (Line: 349) Twig\Template->display(Array) (Line: 364) Twig\Template->render(Array) (Line: 35) Twig\TemplateWrapper->render(Array) (Line: 33) twig_render_template('themes/contrib/thex/templates/block/block.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 491) Drupal\Core\Render\Renderer->doRender(Array) (Line: 504) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 49) __TwigTemplate_629840d8d1512067fa8b75611947d622->doDisplay(Array, Array) (Line: 393) Twig\Template->yield(Array) (Line: 257) __TwigTemplate_bc2da07dd08f87efd41ede657e696c47->doDisplay(Array, Array) (Line: 393) Twig\Template->yield(Array) (Line: 47) __TwigTemplate_1ed74f539841450b9d59e5fc888472f4->doDisplay(Array, Array) (Line: 393) Twig\Template->yield(Array, Array) (Line: 349) Twig\Template->display(Array) (Line: 364) Twig\Template->render(Array) (Line: 35) Twig\TemplateWrapper->render(Array) (Line: 33) twig_render_template('themes/custom/dicgc_theme/templates/layout/page.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 491) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 146) __TwigTemplate_8b234ae51fd586fb9c3015063740e9cc->doDisplay(Array, Array) (Line: 393) Twig\Template->yield(Array, Array) (Line: 349) Twig\Template->display(Array) (Line: 364) Twig\Template->render(Array) (Line: 35) Twig\TemplateWrapper->render(Array) (Line: 33) twig_render_template('themes/custom/dicgc_theme/templates/layout/html.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 491) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array) (Line: 158) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 638) 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: 53) 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: 32) Drupal\big_pipe\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: 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: 741) Drupal\Core\DrupalKernel->handle(Object) (Line: 20)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('688b1d38796ab_region.html.twig_sIPjYDKXmQguRsqmKH7JeehNQ', '<?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; use Twig\TemplateWrapper; /* themes/custom/dicgc_theme/templates/layout/region.html.twig */ class __TwigTemplate_0eed596856882e8a365a8ac03636e02a extends Template { private Source $source; /** * @var array */ private array $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->extensions[SandboxExtension::class]; $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 16 $context["classes"] = ["block-region", ("region-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 18 ($context["region"] ?? null), 18, $this->source)))]; // line 21 if (($context["content"] ?? null)) { // line 22 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, 22), 22, $this->source), "html", null, true); yield "> "; // line 23 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 23, $this->source), "html", null, true); yield " "; } $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["region", "content", "attributes"]); yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "themes/custom/dicgc_theme/templates/layout/region.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 54 => 23, 49 => 22, 47 => 21, 45 => 18, 44 => 16,); } public function getSourceContext(): Source { return new Source("", "themes/custom/dicgc_theme/templates/layout/region.html.twig", "/var/www/html/web/themes/custom/dicgc_theme/templates/layout/region.html.twig"); } public function checkSecurity() { static $tags = array("set" => 16, "if" => 21); static $filters = array("clean_class" => 18, "escape" => 22); 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('688b1d38796ab_region.html.twig_sIPjYDKXmQguRsqmKH7JeehNQ', '<?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; use Twig\TemplateWrapper; /* themes/custom/dicgc_theme/templates/layout/region.html.twig */ class __TwigTemplate_0eed596856882e8a365a8ac03636e02a extends Template { private Source $source; /** * @var array */ private array $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->extensions[SandboxExtension::class]; $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 16 $context["classes"] = ["block-region", ("region-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 18 ($context["region"] ?? null), 18, $this->source)))]; // line 21 if (($context["content"] ?? null)) { // line 22 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, 22), 22, $this->source), "html", null, true); yield "> "; // line 23 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 23, $this->source), "html", null, true); yield " "; } $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["region", "content", "attributes"]); yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "themes/custom/dicgc_theme/templates/layout/region.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 54 => 23, 49 => 22, 47 => 21, 45 => 18, 44 => 16,); } public function getSourceContext(): Source { return new Source("", "themes/custom/dicgc_theme/templates/layout/region.html.twig", "/var/www/html/web/themes/custom/dicgc_theme/templates/layout/region.html.twig"); } public function checkSecurity() { static $tags = array("set" => 16, "if" => 21); static $filters = array("clean_class" => 18, "escape" => 22); 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: 382) Twig\Environment->loadTemplate('__TwigTemplate_0eed596856882e8a365a8ac03636e02a', 'themes/custom/dicgc_theme/templates/layout/region.html.twig') (Line: 343) Twig\Environment->load('themes/custom/dicgc_theme/templates/layout/region.html.twig') (Line: 33) twig_render_template('themes/custom/dicgc_theme/templates/layout/region.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('region', Array) (Line: 547) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 49) __TwigTemplate_629840d8d1512067fa8b75611947d622->doDisplay(Array, Array) (Line: 393) Twig\Template->yield(Array) (Line: 257) __TwigTemplate_bc2da07dd08f87efd41ede657e696c47->doDisplay(Array, Array) (Line: 393) Twig\Template->yield(Array) (Line: 47) __TwigTemplate_1ed74f539841450b9d59e5fc888472f4->doDisplay(Array, Array) (Line: 393) Twig\Template->yield(Array, Array) (Line: 349) Twig\Template->display(Array) (Line: 364) Twig\Template->render(Array) (Line: 35) Twig\TemplateWrapper->render(Array) (Line: 33) twig_render_template('themes/custom/dicgc_theme/templates/layout/page.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 491) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 146) __TwigTemplate_8b234ae51fd586fb9c3015063740e9cc->doDisplay(Array, Array) (Line: 393) Twig\Template->yield(Array, Array) (Line: 349) Twig\Template->display(Array) (Line: 364) Twig\Template->render(Array) (Line: 35) Twig\TemplateWrapper->render(Array) (Line: 33) twig_render_template('themes/custom/dicgc_theme/templates/layout/html.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 491) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array) (Line: 158) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 638) 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: 53) 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: 32) Drupal\big_pipe\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: 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: 741) Drupal\Core\DrupalKernel->handle(Object) (Line: 20)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('688b1d38796ab_block--dicgc-theme-main-m_8liG2f9Pf2im_8igoSeGfGOWH', '<?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; use Twig\TemplateWrapper; /* themes/custom/dicgc_theme/templates/block/block--dicgc-theme-main-menu.html.twig */ class __TwigTemplate_5e1d9f54b02cec608af0566f47d899a2 extends Template { private Source $source; /** * @var array */ private array $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->extensions[SandboxExtension::class]; $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 34 yield " "; yield from $this->unwrap()->yieldBlock('content', $context, $blocks); // line 37 yield " "; $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["content"]); yield from []; } // line 34 /** * @return iterable */ public function block_content(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 35 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 35, $this->source), "html", null, true); yield " "; yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "themes/custom/dicgc_theme/templates/block/block--dicgc-theme-main-menu.html.twig"; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 61 => 35, 54 => 34, 48 => 37, 45 => 34,); } public function getSourceContext(): Source { return new Source("", "themes/custom/dicgc_theme/templates/block/block--dicgc-theme-main-menu.html.twig", "/var/www/html/web/themes/custom/dicgc_theme/templates/block/block--dicgc-theme-main-menu.html.twig"); } public function checkSecurity() { static $tags = array("block" => 34); static $filters = array("escape" => 35); static $functions = array(); try { $this->sandbox->checkSecurity( ['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('688b1d38796ab_block--dicgc-theme-main-m_8liG2f9Pf2im_8igoSeGfGOWH', '<?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; use Twig\TemplateWrapper; /* themes/custom/dicgc_theme/templates/block/block--dicgc-theme-main-menu.html.twig */ class __TwigTemplate_5e1d9f54b02cec608af0566f47d899a2 extends Template { private Source $source; /** * @var array */ private array $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->extensions[SandboxExtension::class]; $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 34 yield " "; yield from $this->unwrap()->yieldBlock('content', $context, $blocks); // line 37 yield " "; $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["content"]); yield from []; } // line 34 /** * @return iterable */ public function block_content(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 35 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 35, $this->source), "html", null, true); yield " "; yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "themes/custom/dicgc_theme/templates/block/block--dicgc-theme-main-menu.html.twig"; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 61 => 35, 54 => 34, 48 => 37, 45 => 34,); } public function getSourceContext(): Source { return new Source("", "themes/custom/dicgc_theme/templates/block/block--dicgc-theme-main-menu.html.twig", "/var/www/html/web/themes/custom/dicgc_theme/templates/block/block--dicgc-theme-main-menu.html.twig"); } public function checkSecurity() { static $tags = array("block" => 34); static $filters = array("escape" => 35); static $functions = array(); try { $this->sandbox->checkSecurity( ['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: 382) Twig\Environment->loadTemplate('__TwigTemplate_5e1d9f54b02cec608af0566f47d899a2', 'themes/custom/dicgc_theme/templates/block/block--dicgc-theme-main-menu.html.twig') (Line: 343) Twig\Environment->load('themes/custom/dicgc_theme/templates/block/block--dicgc-theme-main-menu.html.twig') (Line: 33) twig_render_template('themes/custom/dicgc_theme/templates/block/block--dicgc-theme-main-menu.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 491) Drupal\Core\Render\Renderer->doRender(Array) (Line: 504) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 74) __TwigTemplate_ab7c042cfc227e2cc36d5614fa9142a2->doDisplay(Array, Array) (Line: 393) Twig\Template->yield(Array) (Line: 282) __TwigTemplate_bc2da07dd08f87efd41ede657e696c47->doDisplay(Array, Array) (Line: 393) Twig\Template->yield(Array) (Line: 47) __TwigTemplate_1ed74f539841450b9d59e5fc888472f4->doDisplay(Array, Array) (Line: 393) Twig\Template->yield(Array, Array) (Line: 349) Twig\Template->display(Array) (Line: 364) Twig\Template->render(Array) (Line: 35) Twig\TemplateWrapper->render(Array) (Line: 33) twig_render_template('themes/custom/dicgc_theme/templates/layout/page.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 491) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 146) __TwigTemplate_8b234ae51fd586fb9c3015063740e9cc->doDisplay(Array, Array) (Line: 393) Twig\Template->yield(Array, Array) (Line: 349) Twig\Template->display(Array) (Line: 364) Twig\Template->render(Array) (Line: 35) Twig\TemplateWrapper->render(Array) (Line: 33) twig_render_template('themes/custom/dicgc_theme/templates/layout/html.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 491) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array) (Line: 158) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 638) 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: 53) 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: 32) Drupal\big_pipe\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: 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: 741) Drupal\Core\DrupalKernel->handle(Object) (Line: 20)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('688b1d38796ab_menu--main.html.twig_4EHPaAYtWQ6llSJ9C55FmAn2s', '<?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; use Twig\TemplateWrapper; /* themes/custom/dicgc_theme/templates/navigation/menu--main.html.twig */ class __TwigTemplate_bcbf8c11779f78303f5cf4cf89fbba74 extends Template { private Source $source; /** * @var array */ private array $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->extensions[SandboxExtension::class]; $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 21 $macros["menus"] = $this->macros["menus"] = $this; // line 22 yield " "; // line 27 yield $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(CoreExtension::callMacro($macros["menus"], "macro_menu_links", [($context["items"] ?? null), ($context["attributes"] ?? null), 0], 27, $context, $this->getSourceContext())); yield " "; $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["_self", "items", "attributes", "menu_level", "loop"]); yield from []; } // line 29 public function macro_menu_links($__items__ = null, $__attributes__ = null, $__menu_level__ = null, ...$__varargs__) { $macros = $this->macros; $context = [ "items" => $__items__, "attributes" => $__attributes__, "menu_level" => $__menu_level__, "varargs" => $__varargs__, ] + $this->env->getGlobals(); $blocks = []; return ('' === $tmp = \Twig\Extension\CoreExtension::captureOutput((function () use (&$context, $macros, $blocks) { // line 30 yield " "; $macros["menus"] = $this; // line 31 yield " "; if (($context["items"] ?? null)) { yield " "; // line 32 if ((($context["menu_level"] ?? null) == 0)) { // line 33 yield " "; // line 34 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(($context["items"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["item"]) { yield " "; // line 36 $context["menuimg"] = $this->extensions['Drupal\Core\Template\TwigExtension']->getFileUrl($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["item"], "url", [], "any", false, false, true, 36), "options", [], "any", false, false, true, 36), "menu_icon", [], "any", false, false, true, 36), "uri", [], "any", false, false, true, 36), 36, $this->source)); yield " "; // line 37 if ( !Twig\Extension\CoreExtension::testEmpty(($context["menuimg"] ?? null))) { // line 38 yield " "; $context["title"] = ('' === $tmp = \Twig\Extension\CoreExtension::captureOutput((function () use (&$context, $macros, $blocks) { // line 39 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["menuimg"] ?? null), 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["item"], "title", [], "any", false, false, true, 39), 39, $this->source), "html", null, true); yield " "; yield from []; })())) ? '' : new Markup($tmp, $this->env->getCharset()); // line 41 yield " "; } else { // line 42 yield " "; $context["title"] = CoreExtension::getAttribute($this->env, $this->source, $context["item"], "title", [], "any", false, false, true, 42); // line 43 yield " "; } yield " "; // line 44 if (CoreExtension::getAttribute($this->env, $this->source, $context["item"], "below", [], "any", false, false, true, 44)) { // line 45 yield " "; // line 46 if (((Twig\Extension\CoreExtension::lower($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, $context["item"], "title", [], "any", false, false, true, 46)) == "information corner") || (Twig\Extension\CoreExtension::lower($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, $context["item"], "title", [], "any", false, false, true, 46)) == "about us"))) { // line 47 yield " <li>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["item"], "attributes", [], "any", false, false, true, 47), "addClass", ["nav-item dropdown corner-menus click-menu"], "method", false, false, true, 47), 47, $this->source), "html", null, true); yield "> "; // line 48 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->getLink($this->sandbox->ensureToStringAllowed(($context["title"] ?? null), 48, $this->source), $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "url", [], "any", false, false, true, 48), 48, $this->source)), "html", null, true); yield " "; } else { // line 50 yield " <li>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["item"], "attributes", [], "any", false, false, true, 50), "addClass", ["nav-item dropdown click-menu"], "method", false, false, true, 50), 50, $this->source), "html", null, true); yield "> "; // line 51 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->getLink($this->sandbox->ensureToStringAllowed(($context["title"] ?? null), 51, $this->source), $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "url", [], "any", false, false, true, 51), 51, $this->source)), "html", null, true); yield " "; } // line 53 yield " "; // line 54 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "title", [], "any", false, false, true, 54), 54, $this->source), "html", null, true); yield " "; // line 55 yield $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(CoreExtension::callMacro($macros["menus"], "macro_menu_links", [CoreExtension::getAttribute($this->env, $this->source, $context["item"], "below", [], "any", false, false, true, 55), ($context["attributes"] ?? null), (($context["menu_level"] ?? null) + 1)], 55, $context, $this->getSourceContext())); yield " </li> "; } else { // line 58 yield " <li>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["item"], "attributes", [], "any", false, false, true, 58), "addClass", ["nav-item"], "method", false, false, true, 58), 58, $this->source), "html", null, true); yield "> "; // line 59 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->getLink($this->sandbox->ensureToStringAllowed(($context["title"] ?? null), 59, $this->source), $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "url", [], "any", false, false, true, 59), 59, $this->source)), "html", null, true); yield " "; // line 61 yield $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(CoreExtension::callMacro($macros["menus"], "macro_menu_links", [CoreExtension::getAttribute($this->env, $this->source, $context["item"], "below", [], "any", false, false, true, 61), ($context["attributes"] ?? null), (($context["menu_level"] ?? null) + 1)], 61, $context, $this->getSourceContext())); yield " </li> "; } // line 64 yield " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_key'], $context['item'], $context['_parent']); $context = array_intersect_key($context, $_parent) + $_parent; // line 65 yield " "; } elseif ((($context["menu_level"] ?? null) == 1)) { // line 66 yield " <ul> "; // line 68 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(($context["items"] ?? null)); $context['loop'] = [ 'parent' => $context['_parent'], 'index0' => 0, 'index' => 1, 'first' => true, ]; if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) { $length = count($context['_seq']); $context['loop']['revindex0'] = $length - 1; $context['loop']['revindex'] = $length; $context['loop']['length'] = $length; $context['loop']['last'] = 1 === $length; } foreach ($context['_seq'] as $context["_key"] => $context["item"]) { // line 69 yield " "; // line 70 if (CoreExtension::getAttribute($this->env, $this->source, $context["item"], "below", [], "any", false, false, true, 70)) { // line 71 yield " "; // line 72 if (CoreExtension::getAttribute($this->env, $this->source, $context["loop"], "last", [], "any", false, false, true, 72)) { // line 73 yield " <li>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["item"], "attributes", [], "any", false, false, true, 73), "addClass", ["dropdown-submenu claim-summary-top"], "method", false, false, true, 73), 73, $this->source), "html", null, true); yield "> "; // line 74 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->getLink($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "title", [], "any", false, false, true, 74), 74, $this->source), $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "url", [], "any", false, false, true, 74), 74, $this->source)), "html", null, true); yield " "; // line 75 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "title", [], "any", false, false, true, 75), 75, $this->source), "html", null, true); yield " "; // line 76 yield $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(CoreExtension::callMacro($macros["menus"], "macro_menu_links", [CoreExtension::getAttribute($this->env, $this->source, $context["item"], "below", [], "any", false, false, true, 76), ($context["attributes"] ?? null), (($context["menu_level"] ?? null) + 1)], 76, $context, $this->getSourceContext())); yield " </li> "; } else { // line 78 yield " "; // line 79 if ((CoreExtension::getAttribute($this->env, $this->source, $context["item"], "title", [], "any", false, false, true, 79) == "Guidelines")) { // line 80 yield " "; $context["classes22"] = ["dropdown-submenu"]; // line 81 yield " <li>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["item"], "attributes", [], "any", false, false, true, 81), "addClass", [($context["classes22"] ?? null)], "method", false, false, true, 81), 81, $this->source), "html", null, true); yield "> "; // line 82 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->getLink($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "title", [], "any", false, false, true, 82), 82, $this->source), $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "url", [], "any", false, false, true, 82), 82, $this->source)), "html", null, true); yield " "; // line 83 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "title", [], "any", false, false, true, 83), 83, $this->source), "html", null, true); yield " "; // line 84 yield $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(CoreExtension::callMacro($macros["menus"], "macro_menu_links", [CoreExtension::getAttribute($this->env, $this->source, $context["item"], "below", [], "any", false, false, true, 84), ($context["attributes"] ?? null), (($context["menu_level"] ?? null) + 1)], 84, $context, $this->getSourceContext())); yield " </li> "; } else { // line 87 yield " <li>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["item"], "attributes", [], "any", false, false, true, 87), "addClass", ["dropdown-submenu"], "method", false, false, true, 87), 87, $this->source), "html", null, true); yield "> "; // line 88 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->getLink($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "title", [], "any", false, false, true, 88), 88, $this->source), $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "url", [], "any", false, false, true, 88), 88, $this->source)), "html", null, true); yield " "; // line 89 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "title", [], "any", false, false, true, 89), 89, $this->source), "html", null, true); yield " "; // line 90 yield $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(CoreExtension::callMacro($macros["menus"], "macro_menu_links", [CoreExtension::getAttribute($this->env, $this->source, $context["item"], "below", [], "any", false, false, true, 90), ($context["attributes"] ?? null), (($context["menu_level"] ?? null) + 1)], 90, $context, $this->getSourceContext())); yield " </li> "; } // line 93 yield " "; } // line 94 yield " "; } else { // line 95 yield " <li>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["item"], "attributes", [], "any", false, false, true, 95), "addClass", [], "method", false, false, true, 95), 95, $this->source), "html", null, true); yield "> "; // line 96 if ((Twig\Extension\CoreExtension::lower($this->env->getCharset(), Twig\Extension\CoreExtension::trim(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "title", [], "any", false, false, true, 96))) == "link for samyak")) { // line 97 yield " <a yield this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "url", [], "any", false, false, true, 97), 97, $this->source), "html", null, true); yield "\" target=\"_blank\">"; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "title", [], "any", false, false, true, 97), 97, $this->source), "html", null, true); yield "</a> "; } else { // line 99 yield " <a yield this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "url", [], "any", false, false, true, 99), 99, $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["item"], "title", [], "any", false, false, true, 99), 99, $this->source), "html", null, true); yield "</a> "; } // line 100 yield " "; // line 101 yield $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(CoreExtension::callMacro($macros["menus"], "macro_menu_links", [CoreExtension::getAttribute($this->env, $this->source, $context["item"], "below", [], "any", false, false, true, 101), ($context["attributes"] ?? null), (($context["menu_level"] ?? null) + 1)], 101, $context, $this->getSourceContext())); yield " </li> "; } // line 104 yield " "; ++$context['loop']['index0']; ++$context['loop']['index']; $context['loop']['first'] = false; if (isset($context['loop']['revindex0'], $context['loop']['revindex'])) { --$context['loop']['revindex0']; --$context['loop']['revindex']; $context['loop']['last'] = 0 === $context['loop']['revindex0']; } } $_parent = $context['_parent']; unset($context['_seq'], $context['_key'], $context['item'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 105 yield " </ul> "; } else { // line 106 yield " <ul> "; // line 108 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(($context["items"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["item"]) { // line 109 yield " <li>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["item"], "attributes", [], "any", false, false, true, 110), "addClass", [], "method", false, false, true, 110), 110, $this->source), "html", null, true); yield "> <a line yield this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "url", [], "any", false, false, true, 111), 111, $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["item"], "title", [], "any", false, false, true, 111), 111, $this->source), "html", null, true); yield "</a> "; // line 112 if (CoreExtension::getAttribute($this->env, $this->source, $context["item"], "below", [], "any", false, false, true, 112)) { // line 113 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "title", [], "any", false, false, true, 113), 113, $this->source), "html", null, true); yield " "; // line 114 yield $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(CoreExtension::callMacro($macros["menus"], "macro_menu_links", [CoreExtension::getAttribute($this->env, $this->source, $context["item"], "below", [], "any", false, false, true, 114), ($context["attributes"] ?? null), (($context["menu_level"] ?? null) + 1)], 114, $context, $this->getSourceContext())); yield " "; } // line 116 yield " </li> "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_key'], $context['item'], $context['_parent']); $context = array_intersect_key($context, $_parent) + $_parent; // line 118 yield " </ul> "; } // line 120 yield " "; } yield from []; })())) ? '' : new Markup($tmp, $this->env->getCharset()); } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "themes/custom/dicgc_theme/templates/navigation/menu--main.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 382 => 120, 378 => 118, 371 => 116, 366 => 114, 361 => 113, 359 => 112, 353 => 111, 349 => 110, 346 => 109, 342 => 108, 338 => 106, 334 => 105, 320 => 104, 314 => 101, 311 => 100, 303 => 99, 295 => 97, 293 => 96, 288 => 95, 285 => 94, 282 => 93, 276 => 90, 272 => 89, 268 => 88, 263 => 87, 257 => 84, 253 => 83, 249 => 82, 244 => 81, 241 => 80, 239 => 79, 236 => 78, 230 => 76, 226 => 75, 222 => 74, 217 => 73, 215 => 72, 212 => 71, 210 => 70, 207 => 69, 190 => 68, 186 => 66, 183 => 65, 177 => 64, 171 => 61, 166 => 59, 161 => 58, 155 => 55, 151 => 54, 148 => 53, 143 => 51, 138 => 50, 133 => 48, 128 => 47, 126 => 46, 123 => 45, 121 => 44, 116 => 43, 113 => 42, 110 => 41, 101 => 39, 98 => 38, 96 => 37, 92 => 36, 85 => 34, 82 => 33, 80 => 32, 75 => 31, 72 => 30, 58 => 29, 49 => 27, 46 => 22, 44 => 21,); } public function getSourceContext(): Source { return new Source("", "themes/custom/dicgc_theme/templates/navigation/menu--main.html.twig", "/var/www/html/web/themes/custom/dicgc_theme/templates/navigation/menu--main.html.twig"); } public function checkSecurity() { static $tags = array("import" => 21, "macro" => 29, "if" => 31, "for" => 34, "set" => 36); static $filters = array("escape" => 39, "lower" => 46, "trim" => 96); static $functions = array("file_url" => 36, "link" => 48); try { $this->sandbox->checkSecurity( ['import', 'macro', 'if', 'for', 'set'], ['escape', 'lower', 'trim'], ['file_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('688b1d38796ab_menu--main.html.twig_4EHPaAYtWQ6llSJ9C55FmAn2s', '<?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; use Twig\TemplateWrapper; /* themes/custom/dicgc_theme/templates/navigation/menu--main.html.twig */ class __TwigTemplate_bcbf8c11779f78303f5cf4cf89fbba74 extends Template { private Source $source; /** * @var array */ private array $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->extensions[SandboxExtension::class]; $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 21 $macros["menus"] = $this->macros["menus"] = $this; // line 22 yield " "; // line 27 yield $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(CoreExtension::callMacro($macros["menus"], "macro_menu_links", [($context["items"] ?? null), ($context["attributes"] ?? null), 0], 27, $context, $this->getSourceContext())); yield " "; $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["_self", "items", "attributes", "menu_level", "loop"]); yield from []; } // line 29 public function macro_menu_links($__items__ = null, $__attributes__ = null, $__menu_level__ = null, ...$__varargs__) { $macros = $this->macros; $context = [ "items" => $__items__, "attributes" => $__attributes__, "menu_level" => $__menu_level__, "varargs" => $__varargs__, ] + $this->env->getGlobals(); $blocks = []; return ('' === $tmp = \Twig\Extension\CoreExtension::captureOutput((function () use (&$context, $macros, $blocks) { // line 30 yield " "; $macros["menus"] = $this; // line 31 yield " "; if (($context["items"] ?? null)) { yield " "; // line 32 if ((($context["menu_level"] ?? null) == 0)) { // line 33 yield " "; // line 34 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(($context["items"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["item"]) { yield " "; // line 36 $context["menuimg"] = $this->extensions['Drupal\Core\Template\TwigExtension']->getFileUrl($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["item"], "url", [], "any", false, false, true, 36), "options", [], "any", false, false, true, 36), "menu_icon", [], "any", false, false, true, 36), "uri", [], "any", false, false, true, 36), 36, $this->source)); yield " "; // line 37 if ( !Twig\Extension\CoreExtension::testEmpty(($context["menuimg"] ?? null))) { // line 38 yield " "; $context["title"] = ('' === $tmp = \Twig\Extension\CoreExtension::captureOutput((function () use (&$context, $macros, $blocks) { // line 39 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["menuimg"] ?? null), 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["item"], "title", [], "any", false, false, true, 39), 39, $this->source), "html", null, true); yield " "; yield from []; })())) ? '' : new Markup($tmp, $this->env->getCharset()); // line 41 yield " "; } else { // line 42 yield " "; $context["title"] = CoreExtension::getAttribute($this->env, $this->source, $context["item"], "title", [], "any", false, false, true, 42); // line 43 yield " "; } yield " "; // line 44 if (CoreExtension::getAttribute($this->env, $this->source, $context["item"], "below", [], "any", false, false, true, 44)) { // line 45 yield " "; // line 46 if (((Twig\Extension\CoreExtension::lower($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, $context["item"], "title", [], "any", false, false, true, 46)) == "information corner") || (Twig\Extension\CoreExtension::lower($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, $context["item"], "title", [], "any", false, false, true, 46)) == "about us"))) { // line 47 yield " <li>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["item"], "attributes", [], "any", false, false, true, 47), "addClass", ["nav-item dropdown corner-menus click-menu"], "method", false, false, true, 47), 47, $this->source), "html", null, true); yield "> "; // line 48 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->getLink($this->sandbox->ensureToStringAllowed(($context["title"] ?? null), 48, $this->source), $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "url", [], "any", false, false, true, 48), 48, $this->source)), "html", null, true); yield " "; } else { // line 50 yield " <li>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["item"], "attributes", [], "any", false, false, true, 50), "addClass", ["nav-item dropdown click-menu"], "method", false, false, true, 50), 50, $this->source), "html", null, true); yield "> "; // line 51 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->getLink($this->sandbox->ensureToStringAllowed(($context["title"] ?? null), 51, $this->source), $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "url", [], "any", false, false, true, 51), 51, $this->source)), "html", null, true); yield " "; } // line 53 yield " "; // line 54 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "title", [], "any", false, false, true, 54), 54, $this->source), "html", null, true); yield " "; // line 55 yield $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(CoreExtension::callMacro($macros["menus"], "macro_menu_links", [CoreExtension::getAttribute($this->env, $this->source, $context["item"], "below", [], "any", false, false, true, 55), ($context["attributes"] ?? null), (($context["menu_level"] ?? null) + 1)], 55, $context, $this->getSourceContext())); yield " </li> "; } else { // line 58 yield " <li>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["item"], "attributes", [], "any", false, false, true, 58), "addClass", ["nav-item"], "method", false, false, true, 58), 58, $this->source), "html", null, true); yield "> "; // line 59 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->getLink($this->sandbox->ensureToStringAllowed(($context["title"] ?? null), 59, $this->source), $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "url", [], "any", false, false, true, 59), 59, $this->source)), "html", null, true); yield " "; // line 61 yield $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(CoreExtension::callMacro($macros["menus"], "macro_menu_links", [CoreExtension::getAttribute($this->env, $this->source, $context["item"], "below", [], "any", false, false, true, 61), ($context["attributes"] ?? null), (($context["menu_level"] ?? null) + 1)], 61, $context, $this->getSourceContext())); yield " </li> "; } // line 64 yield " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_key'], $context['item'], $context['_parent']); $context = array_intersect_key($context, $_parent) + $_parent; // line 65 yield " "; } elseif ((($context["menu_level"] ?? null) == 1)) { // line 66 yield " <ul> "; // line 68 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(($context["items"] ?? null)); $context['loop'] = [ 'parent' => $context['_parent'], 'index0' => 0, 'index' => 1, 'first' => true, ]; if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) { $length = count($context['_seq']); $context['loop']['revindex0'] = $length - 1; $context['loop']['revindex'] = $length; $context['loop']['length'] = $length; $context['loop']['last'] = 1 === $length; } foreach ($context['_seq'] as $context["_key"] => $context["item"]) { // line 69 yield " "; // line 70 if (CoreExtension::getAttribute($this->env, $this->source, $context["item"], "below", [], "any", false, false, true, 70)) { // line 71 yield " "; // line 72 if (CoreExtension::getAttribute($this->env, $this->source, $context["loop"], "last", [], "any", false, false, true, 72)) { // line 73 yield " <li>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["item"], "attributes", [], "any", false, false, true, 73), "addClass", ["dropdown-submenu claim-summary-top"], "method", false, false, true, 73), 73, $this->source), "html", null, true); yield "> "; // line 74 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->getLink($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "title", [], "any", false, false, true, 74), 74, $this->source), $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "url", [], "any", false, false, true, 74), 74, $this->source)), "html", null, true); yield " "; // line 75 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "title", [], "any", false, false, true, 75), 75, $this->source), "html", null, true); yield " "; // line 76 yield $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(CoreExtension::callMacro($macros["menus"], "macro_menu_links", [CoreExtension::getAttribute($this->env, $this->source, $context["item"], "below", [], "any", false, false, true, 76), ($context["attributes"] ?? null), (($context["menu_level"] ?? null) + 1)], 76, $context, $this->getSourceContext())); yield " </li> "; } else { // line 78 yield " "; // line 79 if ((CoreExtension::getAttribute($this->env, $this->source, $context["item"], "title", [], "any", false, false, true, 79) == "Guidelines")) { // line 80 yield " "; $context["classes22"] = ["dropdown-submenu"]; // line 81 yield " <li>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["item"], "attributes", [], "any", false, false, true, 81), "addClass", [($context["classes22"] ?? null)], "method", false, false, true, 81), 81, $this->source), "html", null, true); yield "> "; // line 82 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->getLink($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "title", [], "any", false, false, true, 82), 82, $this->source), $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "url", [], "any", false, false, true, 82), 82, $this->source)), "html", null, true); yield " "; // line 83 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "title", [], "any", false, false, true, 83), 83, $this->source), "html", null, true); yield " "; // line 84 yield $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(CoreExtension::callMacro($macros["menus"], "macro_menu_links", [CoreExtension::getAttribute($this->env, $this->source, $context["item"], "below", [], "any", false, false, true, 84), ($context["attributes"] ?? null), (($context["menu_level"] ?? null) + 1)], 84, $context, $this->getSourceContext())); yield " </li> "; } else { // line 87 yield " <li>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["item"], "attributes", [], "any", false, false, true, 87), "addClass", ["dropdown-submenu"], "method", false, false, true, 87), 87, $this->source), "html", null, true); yield "> "; // line 88 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->getLink($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "title", [], "any", false, false, true, 88), 88, $this->source), $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "url", [], "any", false, false, true, 88), 88, $this->source)), "html", null, true); yield " "; // line 89 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "title", [], "any", false, false, true, 89), 89, $this->source), "html", null, true); yield " "; // line 90 yield $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(CoreExtension::callMacro($macros["menus"], "macro_menu_links", [CoreExtension::getAttribute($this->env, $this->source, $context["item"], "below", [], "any", false, false, true, 90), ($context["attributes"] ?? null), (($context["menu_level"] ?? null) + 1)], 90, $context, $this->getSourceContext())); yield " </li> "; } // line 93 yield " "; } // line 94 yield " "; } else { // line 95 yield " <li>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["item"], "attributes", [], "any", false, false, true, 95), "addClass", [], "method", false, false, true, 95), 95, $this->source), "html", null, true); yield "> "; // line 96 if ((Twig\Extension\CoreExtension::lower($this->env->getCharset(), Twig\Extension\CoreExtension::trim(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "title", [], "any", false, false, true, 96))) == "link for samyak")) { // line 97 yield " <a yield this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "url", [], "any", false, false, true, 97), 97, $this->source), "html", null, true); yield "\" target=\"_blank\">"; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "title", [], "any", false, false, true, 97), 97, $this->source), "html", null, true); yield "</a> "; } else { // line 99 yield " <a yield this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "url", [], "any", false, false, true, 99), 99, $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["item"], "title", [], "any", false, false, true, 99), 99, $this->source), "html", null, true); yield "</a> "; } // line 100 yield " "; // line 101 yield $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(CoreExtension::callMacro($macros["menus"], "macro_menu_links", [CoreExtension::getAttribute($this->env, $this->source, $context["item"], "below", [], "any", false, false, true, 101), ($context["attributes"] ?? null), (($context["menu_level"] ?? null) + 1)], 101, $context, $this->getSourceContext())); yield " </li> "; } // line 104 yield " "; ++$context['loop']['index0']; ++$context['loop']['index']; $context['loop']['first'] = false; if (isset($context['loop']['revindex0'], $context['loop']['revindex'])) { --$context['loop']['revindex0']; --$context['loop']['revindex']; $context['loop']['last'] = 0 === $context['loop']['revindex0']; } } $_parent = $context['_parent']; unset($context['_seq'], $context['_key'], $context['item'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 105 yield " </ul> "; } else { // line 106 yield " <ul> "; // line 108 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(($context["items"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["item"]) { // line 109 yield " <li>extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["item"], "attributes", [], "any", false, false, true, 110), "addClass", [], "method", false, false, true, 110), 110, $this->source), "html", null, true); yield "> <a line yield this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "url", [], "any", false, false, true, 111), 111, $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["item"], "title", [], "any", false, false, true, 111), 111, $this->source), "html", null, true); yield "</a> "; // line 112 if (CoreExtension::getAttribute($this->env, $this->source, $context["item"], "below", [], "any", false, false, true, 112)) { // line 113 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "title", [], "any", false, false, true, 113), 113, $this->source), "html", null, true); yield " "; // line 114 yield $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(CoreExtension::callMacro($macros["menus"], "macro_menu_links", [CoreExtension::getAttribute($this->env, $this->source, $context["item"], "below", [], "any", false, false, true, 114), ($context["attributes"] ?? null), (($context["menu_level"] ?? null) + 1)], 114, $context, $this->getSourceContext())); yield " "; } // line 116 yield " </li> "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_key'], $context['item'], $context['_parent']); $context = array_intersect_key($context, $_parent) + $_parent; // line 118 yield " </ul> "; } // line 120 yield " "; } yield from []; })())) ? '' : new Markup($tmp, $this->env->getCharset()); } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "themes/custom/dicgc_theme/templates/navigation/menu--main.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 382 => 120, 378 => 118, 371 => 116, 366 => 114, 361 => 113, 359 => 112, 353 => 111, 349 => 110, 346 => 109, 342 => 108, 338 => 106, 334 => 105, 320 => 104, 314 => 101, 311 => 100, 303 => 99, 295 => 97, 293 => 96, 288 => 95, 285 => 94, 282 => 93, 276 => 90, 272 => 89, 268 => 88, 263 => 87, 257 => 84, 253 => 83, 249 => 82, 244 => 81, 241 => 80, 239 => 79, 236 => 78, 230 => 76, 226 => 75, 222 => 74, 217 => 73, 215 => 72, 212 => 71, 210 => 70, 207 => 69, 190 => 68, 186 => 66, 183 => 65, 177 => 64, 171 => 61, 166 => 59, 161 => 58, 155 => 55, 151 => 54, 148 => 53, 143 => 51, 138 => 50, 133 => 48, 128 => 47, 126 => 46, 123 => 45, 121 => 44, 116 => 43, 113 => 42, 110 => 41, 101 => 39, 98 => 38, 96 => 37, 92 => 36, 85 => 34, 82 => 33, 80 => 32, 75 => 31, 72 => 30, 58 => 29, 49 => 27, 46 => 22, 44 => 21,); } public function getSourceContext(): Source { return new Source("", "themes/custom/dicgc_theme/templates/navigation/menu--main.html.twig", "/var/www/html/web/themes/custom/dicgc_theme/templates/navigation/menu--main.html.twig"); } public function checkSecurity() { static $tags = array("import" => 21, "macro" => 29, "if" => 31, "for" => 34, "set" => 36); static $filters = array("escape" => 39, "lower" => 46, "trim" => 96); static $functions = array("file_url" => 36, "link" => 48); try { $this->sandbox->checkSecurity( ['import', 'macro', 'if', 'for', 'set'], ['escape', 'lower', 'trim'], ['file_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: 382) Twig\Environment->loadTemplate('__TwigTemplate_bcbf8c11779f78303f5cf4cf89fbba74', 'themes/custom/dicgc_theme/templates/navigation/menu--main.html.twig') (Line: 343) Twig\Environment->load('themes/custom/dicgc_theme/templates/navigation/menu--main.html.twig') (Line: 33) twig_render_template('themes/custom/dicgc_theme/templates/navigation/menu--main.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('menu__main', Array) (Line: 491) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 62) __TwigTemplate_5e1d9f54b02cec608af0566f47d899a2->block_content(Array, Array) (Line: 437) Twig\Template->yieldBlock('content', Array, Array) (Line: 46) __TwigTemplate_5e1d9f54b02cec608af0566f47d899a2->doDisplay(Array, Array) (Line: 393) Twig\Template->yield(Array, Array) (Line: 349) Twig\Template->display(Array) (Line: 364) Twig\Template->render(Array) (Line: 35) Twig\TemplateWrapper->render(Array) (Line: 33) twig_render_template('themes/custom/dicgc_theme/templates/block/block--dicgc-theme-main-menu.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 491) Drupal\Core\Render\Renderer->doRender(Array) (Line: 504) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 74) __TwigTemplate_ab7c042cfc227e2cc36d5614fa9142a2->doDisplay(Array, Array) (Line: 393) Twig\Template->yield(Array) (Line: 282) __TwigTemplate_bc2da07dd08f87efd41ede657e696c47->doDisplay(Array, Array) (Line: 393) Twig\Template->yield(Array) (Line: 47) __TwigTemplate_1ed74f539841450b9d59e5fc888472f4->doDisplay(Array, Array) (Line: 393) Twig\Template->yield(Array, Array) (Line: 349) Twig\Template->display(Array) (Line: 364) Twig\Template->render(Array) (Line: 35) Twig\TemplateWrapper->render(Array) (Line: 33) twig_render_template('themes/custom/dicgc_theme/templates/layout/page.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 491) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 146) __TwigTemplate_8b234ae51fd586fb9c3015063740e9cc->doDisplay(Array, Array) (Line: 393) Twig\Template->yield(Array, Array) (Line: 349) Twig\Template->display(Array) (Line: 364) Twig\Template->render(Array) (Line: 35) Twig\TemplateWrapper->render(Array) (Line: 33) twig_render_template('themes/custom/dicgc_theme/templates/layout/html.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 491) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array) (Line: 158) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 638) 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: 53) 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: 32) Drupal\big_pipe\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: 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: 741) Drupal\Core\DrupalKernel->handle(Object) (Line: 20)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('688b1d38796ab_region--primary-menu.html_jmtXeUBIE3fLRj9X3ZIQsj4lu', '<?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; use Twig\TemplateWrapper; /* themes/custom/dicgc_theme/templates/layout/region--primary-menu.html.twig */ class __TwigTemplate_d22870dcb1ed49262de5e3ca64050a94 extends Template { private Source $source; /** * @var array */ private array $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->extensions[SandboxExtension::class]; $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 16 $context["classes"] = ["block-region", ("region-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 18 ($context["region"] ?? null), 18, $this->source)))]; // line 21 if (($context["content"] ?? null)) { // line 22 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 22, $this->source), "html", null, true); yield " "; } $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["region", "content"]); yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "themes/custom/dicgc_theme/templates/layout/region--primary-menu.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 49 => 22, 47 => 21, 45 => 18, 44 => 16,); } public function getSourceContext(): Source { return new Source("", "themes/custom/dicgc_theme/templates/layout/region--primary-menu.html.twig", "/var/www/html/web/themes/custom/dicgc_theme/templates/layout/region--primary-menu.html.twig"); } public function checkSecurity() { static $tags = array("set" => 16, "if" => 21); static $filters = array("clean_class" => 18, "escape" => 22); 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('688b1d38796ab_region--primary-menu.html_jmtXeUBIE3fLRj9X3ZIQsj4lu', '<?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; use Twig\TemplateWrapper; /* themes/custom/dicgc_theme/templates/layout/region--primary-menu.html.twig */ class __TwigTemplate_d22870dcb1ed49262de5e3ca64050a94 extends Template { private Source $source; /** * @var array */ private array $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->extensions[SandboxExtension::class]; $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 16 $context["classes"] = ["block-region", ("region-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 18 ($context["region"] ?? null), 18, $this->source)))]; // line 21 if (($context["content"] ?? null)) { // line 22 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 22, $this->source), "html", null, true); yield " "; } $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["region", "content"]); yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "themes/custom/dicgc_theme/templates/layout/region--primary-menu.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 49 => 22, 47 => 21, 45 => 18, 44 => 16,); } public function getSourceContext(): Source { return new Source("", "themes/custom/dicgc_theme/templates/layout/region--primary-menu.html.twig", "/var/www/html/web/themes/custom/dicgc_theme/templates/layout/region--primary-menu.html.twig"); } public function checkSecurity() { static $tags = array("set" => 16, "if" => 21); static $filters = array("clean_class" => 18, "escape" => 22); 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: 382) Twig\Environment->loadTemplate('__TwigTemplate_d22870dcb1ed49262de5e3ca64050a94', 'themes/custom/dicgc_theme/templates/layout/region--primary-menu.html.twig') (Line: 343) Twig\Environment->load('themes/custom/dicgc_theme/templates/layout/region--primary-menu.html.twig') (Line: 33) twig_render_template('themes/custom/dicgc_theme/templates/layout/region--primary-menu.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('region', Array) (Line: 547) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 74) __TwigTemplate_ab7c042cfc227e2cc36d5614fa9142a2->doDisplay(Array, Array) (Line: 393) Twig\Template->yield(Array) (Line: 282) __TwigTemplate_bc2da07dd08f87efd41ede657e696c47->doDisplay(Array, Array) (Line: 393) Twig\Template->yield(Array) (Line: 47) __TwigTemplate_1ed74f539841450b9d59e5fc888472f4->doDisplay(Array, Array) (Line: 393) Twig\Template->yield(Array, Array) (Line: 349) Twig\Template->display(Array) (Line: 364) Twig\Template->render(Array) (Line: 35) Twig\TemplateWrapper->render(Array) (Line: 33) twig_render_template('themes/custom/dicgc_theme/templates/layout/page.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 491) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 146) __TwigTemplate_8b234ae51fd586fb9c3015063740e9cc->doDisplay(Array, Array) (Line: 393) Twig\Template->yield(Array, Array) (Line: 349) Twig\Template->display(Array) (Line: 364) Twig\Template->render(Array) (Line: 35) Twig\TemplateWrapper->render(Array) (Line: 33) twig_render_template('themes/custom/dicgc_theme/templates/layout/html.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 491) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array) (Line: 158) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 638) 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: 53) 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: 32) Drupal\big_pipe\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: 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: 741) Drupal\Core\DrupalKernel->handle(Object) (Line: 20)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('688b1d38796ab_header-page.html.twig_9T1Nb87jEz6pU5z8T_l8ejxdl', '<?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; use Twig\TemplateWrapper; /* @dicgc_theme/template-parts/header-page.html.twig */ class __TwigTemplate_446096310977a523f598e153d9f55a6e extends Template { private Source $source; /** * @var array */ private array $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->extensions[SandboxExtension::class]; $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 1 yield " <a line yield this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getPath("")); yield "\">Home</a> "; // line 3 if (CoreExtension::inFilter("about-us", ($context["dicgc_theme_url"] ?? null))) { // line 4 yield " About Us "; } elseif (CoreExtension::inFilter("press-release", // line 5 ($context["dicgc_theme_url"] ?? null))) { // line 6 yield " Information Corner Press Release "; } elseif (CoreExtension::inFilter("bank-rate", // line 8 ($context["dicgc_theme_url"] ?? null))) { // line 9 yield " Banks Bank Rate "; } elseif (CoreExtension::inFilter("tender-notices", // line 11 ($context["dicgc_theme_url"] ?? null))) { // line 12 yield " Information Corner Tender Notices "; } elseif (CoreExtension::inFilter("legal-framework", // line 14 ($context["dicgc_theme_url"] ?? null))) { yield " Information Corner Legal Framework "; } elseif (CoreExtension::inFilter("events", // line 17 ($context["dicgc_theme_url"] ?? null))) { yield " Information Corner Events "; } elseif (CoreExtension::inFilter("speeches", // line 20 ($context["dicgc_theme_url"] ?? null))) { // line 21 yield " Information Corner Speeches "; } elseif (CoreExtension::inFilter("annual-reports", // line 23 ($context["dicgc_theme_url"] ?? null))) { // line 24 yield " Information Corner Publications Annual Reports "; } elseif (CoreExtension::inFilter("reports", // line 27 ($context["dicgc_theme_url"] ?? null))) { // line 28 yield " Information Corner Publications Reports "; } elseif (CoreExtension::inFilter("newsletter", // line 31 ($context["dicgc_theme_url"] ?? null))) { // line 32 yield " Information Corner Publications Newsletter "; } elseif (CoreExtension::inFilter("guide-to-deposit-insurance", // line 35 ($context["dicgc_theme_url"] ?? null))) { // line 36 yield " Depositors A Guide to Deposit Insurance "; } elseif (CoreExtension::inFilter("list-of-banks-main", // line 38 ($context["dicgc_theme_url"] ?? null))) { // line 39 yield " Depositors List of Banks "; } elseif (CoreExtension::inFilter("insured-banks", // line 41 ($context["dicgc_theme_url"] ?? null))) { // line 42 yield " Depositors <a>List of Banks</a> List of Insured Banks "; } elseif (CoreExtension::inFilter("de-registered-banks", // line 45 ($context["dicgc_theme_url"] ?? null))) { // line 46 yield " Depositors <a>List of Banks</a> List of De-Registered Banks "; } elseif (CoreExtension::inFilter("banks-under-aid", // line 49 ($context["dicgc_theme_url"] ?? null))) { // line 50 yield " Depositors <a>List of Banks</a> Banks Under AID "; } elseif (CoreExtension::inFilter("claims-settled", // line 53 ($context["dicgc_theme_url"] ?? null))) { // line 54 yield " Depositors Claim Summary Claims Settled "; } elseif (CoreExtension::inFilter("liquidators-circulars", // line 57 ($context["dicgc_theme_url"] ?? null))) { // line 58 yield " Liquidators Circulars "; } elseif (CoreExtension::inFilter("liquidators-claim-submission", // line 60 ($context["dicgc_theme_url"] ?? null))) { // line 61 yield " Liquidators Guidelines Claim Submission "; } elseif (CoreExtension::inFilter("liquidators-repayment", // line 64 ($context["dicgc_theme_url"] ?? null))) { // line 65 yield " Liquidators Guidelines Repayment "; } elseif (CoreExtension::inFilter("liquidator-p-statements", // line 68 ($context["dicgc_theme_url"] ?? null))) { // line 69 yield " Liquidators Guidelines Periodic Statements "; } elseif (CoreExtension::inFilter("preparation-list-of-claims", // line 72 ($context["dicgc_theme_url"] ?? null))) { // line 73 yield " Liquidators Guidelines <a>Claim Submission</a> Guidelines for preparation of the list of claims "; } elseif (CoreExtension::inFilter("circular-banks", // line 77 ($context["dicgc_theme_url"] ?? null))) { // line 78 yield " Banks Circulars "; } elseif (CoreExtension::inFilter("banks-claim-submission", // line 80 ($context["dicgc_theme_url"] ?? null))) { // line 81 yield " Banks Guidelines Claim Submission "; } elseif (CoreExtension::inFilter("bank-di-returns", // line 84 ($context["dicgc_theme_url"] ?? null))) { // line 85 yield " Banks Guidelines DI Returns "; } elseif (CoreExtension::inFilter("banks-faqs", // line 88 ($context["dicgc_theme_url"] ?? null))) { // line 89 yield " Banks Guidelines <a>DI Returns</a> FAQs "; } elseif (CoreExtension::inFilter("explanatory-notes", // line 93 ($context["dicgc_theme_url"] ?? null))) { // line 94 yield " Banks Guidelines <a>DI Returns</a> Explanatory Notes "; } elseif (CoreExtension::inFilter("bank-periodic-statements", // line 98 ($context["dicgc_theme_url"] ?? null))) { // line 99 yield " Banks Guidelines Periodic Statements "; } elseif (CoreExtension::inFilter("liquidators-faqs", // line 102 ($context["dicgc_theme_url"] ?? null))) { // line 103 yield " Liquidators FAQs "; } elseif (CoreExtension::inFilter("RTI", // line 105 ($context["dicgc_theme_url"] ?? null))) { yield " RTI "; } elseif (CoreExtension::inFilter("disclaimer", // line 107 ($context["dicgc_theme_url"] ?? null))) { yield " Disclaimer & Policies "; } elseif (CoreExtension::inFilter("contact-us", // line 109 ($context["dicgc_theme_url"] ?? null))) { yield " Contact Us "; } elseif (CoreExtension::inFilter("sitemap", // line 111 ($context["dicgc_theme_url"] ?? null))) { yield " Sitemap "; } elseif (CoreExtension::inFilter("useful-links", // line 113 ($context["dicgc_theme_url"] ?? null))) { yield " Useful Links "; } elseif (CoreExtension::inFilter("FAQs", // line 115 ($context["dicgc_theme_url"] ?? null))) { // line 116 yield " FAQs "; } elseif (CoreExtension::inFilter("complaint-redressal", // line 117 ($context["dicgc_theme_url"] ?? null))) { // line 118 yield " Complaint Redressal "; } elseif (CoreExtension::inFilter("dicgc-common-pn", // line 119 ($context["dicgc_theme_url"] ?? null))) { // line 120 yield " Information Corner Public Notices "; } elseif (CoreExtension::inFilter("dicgc-common-tn", // line 122 ($context["dicgc_theme_url"] ?? null))) { // line 123 yield " Information Corner Tender Notices "; } elseif (CoreExtension::inFilter("dicgc-common-lg", // line 125 ($context["dicgc_theme_url"] ?? null))) { // line 126 yield " Information Corner Legal Framework "; } elseif (CoreExtension::inFilter("dicgc-common-sp", // line 128 ($context["dicgc_theme_url"] ?? null))) { // line 129 yield " Information Corner Speeches "; } elseif (CoreExtension::inFilter("dicgc-common-r", // line 131 ($context["dicgc_theme_url"] ?? null))) { // line 132 yield " Information Corner Reports "; } elseif (CoreExtension::inFilter("dicgc-common-li_new", // line 134 ($context["dicgc_theme_url"] ?? null))) { // line 135 yield " Liquidators Circulars "; } elseif (CoreExtension::inFilter("dicgc-common-ci", // line 137 ($context["dicgc_theme_url"] ?? null))) { // line 138 yield " Banks Circulars "; } elseif (CoreExtension::inFilter("check_your_claim_status", // line 140 ($context["dicgc_theme_url"] ?? null))) { // line 141 yield "\t\tDepositors \t\tClaim Summary \t\tClaim Status Tracker "; } elseif (CoreExtension::inFilter("claim-status-with-otp", // line 144 ($context["dicgc_theme_url"] ?? null))) { // line 145 yield "\t\tDepositors \t\tClaim Summary \t\tClaim Status "; } elseif (CoreExtension::inFilter("claim_willingness_form", // line 148 ($context["dicgc_theme_url"] ?? null))) { // line 149 yield "\t\tDepositors \t\tClaim Summary \t\tClaim Willingness Form "; } elseif (CoreExtension::inFilter("claim-willingness-form", // line 152 ($context["dicgc_theme_url"] ?? null))) { // line 153 yield "\t\tDepositors \t\tClaim Summary \t\tClaim Willingness Form "; } elseif (CoreExtension::inFilter("claim-willingness/login", // line 156 ($context["dicgc_theme_url"] ?? null))) { // line 157 yield "\t\tBanks \t\tClaim Willingness Login "; } elseif (CoreExtension::inFilter("claim-willingness/login", // line 159 ($context["dicgc_theme_url"] ?? null))) { // line 160 yield "\t\tBanks \t\tClaim Willingness Login \t "; } elseif (CoreExtension::inFilter("claim_willingness_details", // line 162 ($context["dicgc_theme_url"] ?? null))) { // line 163 yield "\t\tBanks \t\tClaim Willingness Details "; } else { // line 166 yield " "; if (CoreExtension::inFilter("public-awareness", ($context["dicgc_theme_url"] ?? null))) { yield " Public Awareness "; } // line 168 yield " "; } // line 169 yield " "; $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["dicgc_theme_url"]); yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "@dicgc_theme/template-parts/header-page.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 372 => 169, 368 => 168, 361 => 166, 356 => 163, 354 => 162, 350 => 160, 348 => 159, 344 => 157, 342 => 156, 337 => 153, 335 => 152, 330 => 149, 328 => 148, 323 => 145, 321 => 144, 316 => 141, 314 => 140, 310 => 138, 308 => 137, 304 => 135, 302 => 134, 298 => 132, 296 => 131, 292 => 129, 290 => 128, 286 => 126, 284 => 125, 280 => 123, 278 => 122, 274 => 120, 272 => 119, 269 => 118, 267 => 117, 264 => 116, 262 => 115, 257 => 113, 252 => 111, 247 => 109, 242 => 107, 237 => 105, 233 => 103, 231 => 102, 226 => 99, 224 => 98, 218 => 94, 216 => 93, 210 => 89, 208 => 88, 203 => 85, 201 => 84, 196 => 81, 194 => 80, 190 => 78, 188 => 77, 182 => 73, 180 => 72, 175 => 69, 173 => 68, 168 => 65, 166 => 64, 161 => 61, 159 => 60, 155 => 58, 153 => 57, 148 => 54, 146 => 53, 141 => 50, 139 => 49, 134 => 46, 132 => 45, 127 => 42, 125 => 41, 121 => 39, 119 => 38, 115 => 36, 113 => 35, 108 => 32, 106 => 31, 101 => 28, 99 => 27, 94 => 24, 92 => 23, 88 => 21, 86 => 20, 80 => 17, 74 => 14, 70 => 12, 68 => 11, 64 => 9, 62 => 8, 58 => 6, 56 => 5, 53 => 4, 51 => 3, 47 => 2, 44 => 1,); } public function getSourceContext(): Source { return new Source("", "@dicgc_theme/template-parts/header-page.html.twig", "/var/www/html/web/themes/custom/dicgc_theme/templates/template-parts/header-page.html.twig"); } public function checkSecurity() { static $tags = array("if" => 3); static $filters = array(); static $functions = array("path" => 2); try { $this->sandbox->checkSecurity( ['if'], [], ['path'], $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('688b1d38796ab_header-page.html.twig_9T1Nb87jEz6pU5z8T_l8ejxdl', '<?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; use Twig\TemplateWrapper; /* @dicgc_theme/template-parts/header-page.html.twig */ class __TwigTemplate_446096310977a523f598e153d9f55a6e extends Template { private Source $source; /** * @var array */ private array $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->extensions[SandboxExtension::class]; $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 1 yield " <a line yield this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getPath("")); yield "\">Home</a> "; // line 3 if (CoreExtension::inFilter("about-us", ($context["dicgc_theme_url"] ?? null))) { // line 4 yield " About Us "; } elseif (CoreExtension::inFilter("press-release", // line 5 ($context["dicgc_theme_url"] ?? null))) { // line 6 yield " Information Corner Press Release "; } elseif (CoreExtension::inFilter("bank-rate", // line 8 ($context["dicgc_theme_url"] ?? null))) { // line 9 yield " Banks Bank Rate "; } elseif (CoreExtension::inFilter("tender-notices", // line 11 ($context["dicgc_theme_url"] ?? null))) { // line 12 yield " Information Corner Tender Notices "; } elseif (CoreExtension::inFilter("legal-framework", // line 14 ($context["dicgc_theme_url"] ?? null))) { yield " Information Corner Legal Framework "; } elseif (CoreExtension::inFilter("events", // line 17 ($context["dicgc_theme_url"] ?? null))) { yield " Information Corner Events "; } elseif (CoreExtension::inFilter("speeches", // line 20 ($context["dicgc_theme_url"] ?? null))) { // line 21 yield " Information Corner Speeches "; } elseif (CoreExtension::inFilter("annual-reports", // line 23 ($context["dicgc_theme_url"] ?? null))) { // line 24 yield " Information Corner Publications Annual Reports "; } elseif (CoreExtension::inFilter("reports", // line 27 ($context["dicgc_theme_url"] ?? null))) { // line 28 yield " Information Corner Publications Reports "; } elseif (CoreExtension::inFilter("newsletter", // line 31 ($context["dicgc_theme_url"] ?? null))) { // line 32 yield " Information Corner Publications Newsletter "; } elseif (CoreExtension::inFilter("guide-to-deposit-insurance", // line 35 ($context["dicgc_theme_url"] ?? null))) { // line 36 yield " Depositors A Guide to Deposit Insurance "; } elseif (CoreExtension::inFilter("list-of-banks-main", // line 38 ($context["dicgc_theme_url"] ?? null))) { // line 39 yield " Depositors List of Banks "; } elseif (CoreExtension::inFilter("insured-banks", // line 41 ($context["dicgc_theme_url"] ?? null))) { // line 42 yield " Depositors <a>List of Banks</a> List of Insured Banks "; } elseif (CoreExtension::inFilter("de-registered-banks", // line 45 ($context["dicgc_theme_url"] ?? null))) { // line 46 yield " Depositors <a>List of Banks</a> List of De-Registered Banks "; } elseif (CoreExtension::inFilter("banks-under-aid", // line 49 ($context["dicgc_theme_url"] ?? null))) { // line 50 yield " Depositors <a>List of Banks</a> Banks Under AID "; } elseif (CoreExtension::inFilter("claims-settled", // line 53 ($context["dicgc_theme_url"] ?? null))) { // line 54 yield " Depositors Claim Summary Claims Settled "; } elseif (CoreExtension::inFilter("liquidators-circulars", // line 57 ($context["dicgc_theme_url"] ?? null))) { // line 58 yield " Liquidators Circulars "; } elseif (CoreExtension::inFilter("liquidators-claim-submission", // line 60 ($context["dicgc_theme_url"] ?? null))) { // line 61 yield " Liquidators Guidelines Claim Submission "; } elseif (CoreExtension::inFilter("liquidators-repayment", // line 64 ($context["dicgc_theme_url"] ?? null))) { // line 65 yield " Liquidators Guidelines Repayment "; } elseif (CoreExtension::inFilter("liquidator-p-statements", // line 68 ($context["dicgc_theme_url"] ?? null))) { // line 69 yield " Liquidators Guidelines Periodic Statements "; } elseif (CoreExtension::inFilter("preparation-list-of-claims", // line 72 ($context["dicgc_theme_url"] ?? null))) { // line 73 yield " Liquidators Guidelines <a>Claim Submission</a> Guidelines for preparation of the list of claims "; } elseif (CoreExtension::inFilter("circular-banks", // line 77 ($context["dicgc_theme_url"] ?? null))) { // line 78 yield " Banks Circulars "; } elseif (CoreExtension::inFilter("banks-claim-submission", // line 80 ($context["dicgc_theme_url"] ?? null))) { // line 81 yield " Banks Guidelines Claim Submission "; } elseif (CoreExtension::inFilter("bank-di-returns", // line 84 ($context["dicgc_theme_url"] ?? null))) { // line 85 yield " Banks Guidelines DI Returns "; } elseif (CoreExtension::inFilter("banks-faqs", // line 88 ($context["dicgc_theme_url"] ?? null))) { // line 89 yield " Banks Guidelines <a>DI Returns</a> FAQs "; } elseif (CoreExtension::inFilter("explanatory-notes", // line 93 ($context["dicgc_theme_url"] ?? null))) { // line 94 yield " Banks Guidelines <a>DI Returns</a> Explanatory Notes "; } elseif (CoreExtension::inFilter("bank-periodic-statements", // line 98 ($context["dicgc_theme_url"] ?? null))) { // line 99 yield " Banks Guidelines Periodic Statements "; } elseif (CoreExtension::inFilter("liquidators-faqs", // line 102 ($context["dicgc_theme_url"] ?? null))) { // line 103 yield " Liquidators FAQs "; } elseif (CoreExtension::inFilter("RTI", // line 105 ($context["dicgc_theme_url"] ?? null))) { yield " RTI "; } elseif (CoreExtension::inFilter("disclaimer", // line 107 ($context["dicgc_theme_url"] ?? null))) { yield " Disclaimer & Policies "; } elseif (CoreExtension::inFilter("contact-us", // line 109 ($context["dicgc_theme_url"] ?? null))) { yield " Contact Us "; } elseif (CoreExtension::inFilter("sitemap", // line 111 ($context["dicgc_theme_url"] ?? null))) { yield " Sitemap "; } elseif (CoreExtension::inFilter("useful-links", // line 113 ($context["dicgc_theme_url"] ?? null))) { yield " Useful Links "; } elseif (CoreExtension::inFilter("FAQs", // line 115 ($context["dicgc_theme_url"] ?? null))) { // line 116 yield " FAQs "; } elseif (CoreExtension::inFilter("complaint-redressal", // line 117 ($context["dicgc_theme_url"] ?? null))) { // line 118 yield " Complaint Redressal "; } elseif (CoreExtension::inFilter("dicgc-common-pn", // line 119 ($context["dicgc_theme_url"] ?? null))) { // line 120 yield " Information Corner Public Notices "; } elseif (CoreExtension::inFilter("dicgc-common-tn", // line 122 ($context["dicgc_theme_url"] ?? null))) { // line 123 yield " Information Corner Tender Notices "; } elseif (CoreExtension::inFilter("dicgc-common-lg", // line 125 ($context["dicgc_theme_url"] ?? null))) { // line 126 yield " Information Corner Legal Framework "; } elseif (CoreExtension::inFilter("dicgc-common-sp", // line 128 ($context["dicgc_theme_url"] ?? null))) { // line 129 yield " Information Corner Speeches "; } elseif (CoreExtension::inFilter("dicgc-common-r", // line 131 ($context["dicgc_theme_url"] ?? null))) { // line 132 yield " Information Corner Reports "; } elseif (CoreExtension::inFilter("dicgc-common-li_new", // line 134 ($context["dicgc_theme_url"] ?? null))) { // line 135 yield " Liquidators Circulars "; } elseif (CoreExtension::inFilter("dicgc-common-ci", // line 137 ($context["dicgc_theme_url"] ?? null))) { // line 138 yield " Banks Circulars "; } elseif (CoreExtension::inFilter("check_your_claim_status", // line 140 ($context["dicgc_theme_url"] ?? null))) { // line 141 yield "\t\tDepositors \t\tClaim Summary \t\tClaim Status Tracker "; } elseif (CoreExtension::inFilter("claim-status-with-otp", // line 144 ($context["dicgc_theme_url"] ?? null))) { // line 145 yield "\t\tDepositors \t\tClaim Summary \t\tClaim Status "; } elseif (CoreExtension::inFilter("claim_willingness_form", // line 148 ($context["dicgc_theme_url"] ?? null))) { // line 149 yield "\t\tDepositors \t\tClaim Summary \t\tClaim Willingness Form "; } elseif (CoreExtension::inFilter("claim-willingness-form", // line 152 ($context["dicgc_theme_url"] ?? null))) { // line 153 yield "\t\tDepositors \t\tClaim Summary \t\tClaim Willingness Form "; } elseif (CoreExtension::inFilter("claim-willingness/login", // line 156 ($context["dicgc_theme_url"] ?? null))) { // line 157 yield "\t\tBanks \t\tClaim Willingness Login "; } elseif (CoreExtension::inFilter("claim-willingness/login", // line 159 ($context["dicgc_theme_url"] ?? null))) { // line 160 yield "\t\tBanks \t\tClaim Willingness Login \t "; } elseif (CoreExtension::inFilter("claim_willingness_details", // line 162 ($context["dicgc_theme_url"] ?? null))) { // line 163 yield "\t\tBanks \t\tClaim Willingness Details "; } else { // line 166 yield " "; if (CoreExtension::inFilter("public-awareness", ($context["dicgc_theme_url"] ?? null))) { yield " Public Awareness "; } // line 168 yield " "; } // line 169 yield " "; $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["dicgc_theme_url"]); yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "@dicgc_theme/template-parts/header-page.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 372 => 169, 368 => 168, 361 => 166, 356 => 163, 354 => 162, 350 => 160, 348 => 159, 344 => 157, 342 => 156, 337 => 153, 335 => 152, 330 => 149, 328 => 148, 323 => 145, 321 => 144, 316 => 141, 314 => 140, 310 => 138, 308 => 137, 304 => 135, 302 => 134, 298 => 132, 296 => 131, 292 => 129, 290 => 128, 286 => 126, 284 => 125, 280 => 123, 278 => 122, 274 => 120, 272 => 119, 269 => 118, 267 => 117, 264 => 116, 262 => 115, 257 => 113, 252 => 111, 247 => 109, 242 => 107, 237 => 105, 233 => 103, 231 => 102, 226 => 99, 224 => 98, 218 => 94, 216 => 93, 210 => 89, 208 => 88, 203 => 85, 201 => 84, 196 => 81, 194 => 80, 190 => 78, 188 => 77, 182 => 73, 180 => 72, 175 => 69, 173 => 68, 168 => 65, 166 => 64, 161 => 61, 159 => 60, 155 => 58, 153 => 57, 148 => 54, 146 => 53, 141 => 50, 139 => 49, 134 => 46, 132 => 45, 127 => 42, 125 => 41, 121 => 39, 119 => 38, 115 => 36, 113 => 35, 108 => 32, 106 => 31, 101 => 28, 99 => 27, 94 => 24, 92 => 23, 88 => 21, 86 => 20, 80 => 17, 74 => 14, 70 => 12, 68 => 11, 64 => 9, 62 => 8, 58 => 6, 56 => 5, 53 => 4, 51 => 3, 47 => 2, 44 => 1,); } public function getSourceContext(): Source { return new Source("", "@dicgc_theme/template-parts/header-page.html.twig", "/var/www/html/web/themes/custom/dicgc_theme/templates/template-parts/header-page.html.twig"); } public function checkSecurity() { static $tags = array("if" => 3); static $filters = array(); static $functions = array("path" => 2); try { $this->sandbox->checkSecurity( ['if'], [], ['path'], $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: 382) Twig\Environment->loadTemplate('__TwigTemplate_446096310977a523f598e153d9f55a6e', '@dicgc_theme/template-parts/header-page.html.twig', NULL) (Line: 306) Twig\Template->loadTemplate('@dicgc_theme/template-parts/header-page.html.twig', '@dicgc_theme/template-parts/header.html.twig', 153) (Line: 333) __TwigTemplate_bc2da07dd08f87efd41ede657e696c47->doDisplay(Array, Array) (Line: 393) Twig\Template->yield(Array) (Line: 47) __TwigTemplate_1ed74f539841450b9d59e5fc888472f4->doDisplay(Array, Array) (Line: 393) Twig\Template->yield(Array, Array) (Line: 349) Twig\Template->display(Array) (Line: 364) Twig\Template->render(Array) (Line: 35) Twig\TemplateWrapper->render(Array) (Line: 33) twig_render_template('themes/custom/dicgc_theme/templates/layout/page.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 491) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 146) __TwigTemplate_8b234ae51fd586fb9c3015063740e9cc->doDisplay(Array, Array) (Line: 393) Twig\Template->yield(Array, Array) (Line: 349) Twig\Template->display(Array) (Line: 364) Twig\Template->render(Array) (Line: 35) Twig\TemplateWrapper->render(Array) (Line: 33) twig_render_template('themes/custom/dicgc_theme/templates/layout/html.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 491) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array) (Line: 158) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 638) 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: 53) 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: 32) Drupal\big_pipe\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: 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: 741) Drupal\Core\DrupalKernel->handle(Object) (Line: 20)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('688b1d38796ab_footer.html.twig_Af6zMCnvcyDvQZYpWfKsE0rRy', '<?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; use Twig\TemplateWrapper; /* @dicgc_theme/template-parts/footer.html.twig */ class __TwigTemplate_6180065f65b241b22598c41896ae43b9 extends Template { private Source $source; /** * @var array */ private array $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->extensions[SandboxExtension::class]; $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 1 yield " "; // line 7 if (CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "footer_top", [], "any", false, false, true, 7)) { // line 8 yield " "; 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, 8), 8, $this->source), "html", null, true); yield " "; } // line 10 yield " "; // line 12 if (CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "footer_bottom_left", [], "any", false, false, true, 12)) { // line 13 yield " "; // line 14 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "footer_bottom_left", [], "any", false, false, true, 14), 14, $this->source), "html", null, true); yield " "; } // line 17 yield " "; // line 20 if ($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(Drupal\twig_tweak\TwigTweakExtension::drupalMenu("footer-menu-rti"))) { // line 21 yield " "; // line 22 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, Drupal\twig_tweak\TwigTweakExtension::drupalMenu("footer-menu-rti"), "html", null, true); yield " "; } // line 25 yield " "; if ($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(Drupal\twig_tweak\TwigTweakExtension::drupalMenu("footer-menu-useful-links"))) { // line 26 yield " "; // line 27 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, Drupal\twig_tweak\TwigTweakExtension::drupalMenu("footer-menu-useful-links"), "html", null, true); yield " "; } // line 29 yield " "; // line 32 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, Drupal\twig_tweak\TwigTweakExtension::drupalEntity("block_content", 10), "html", null, true); yield " "; // line 42 if (CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "footer_bottom_last", [], "any", false, false, true, 42)) { // line 43 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "footer_bottom_last", [], "any", false, false, true, 43), 43, $this->source), "html", null, true); yield " "; } // line 45 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, ($this->sandbox->ensureToStringAllowed(($context["base_path"] ?? null), 47, $this->source) . $this->sandbox->ensureToStringAllowed(($context["directory"] ?? null), 47, $this->source)), "html", null, true); yield "/assets/images/icon-new-1-scrollup.webp\"> extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, ($this->sandbox->ensureToStringAllowed(($context["base_path"] ?? null), 51, $this->source) . $this->sandbox->ensureToStringAllowed(($context["directory"] ?? null), 51, $this->source)), "html", null, true); yield "/assets/images/icon-new-2.webp\"> jQuery(document).ready(function (\$) { var a = 0; \$(window).scroll(function() { var oTop = \$(\".counter\").offset().top - window.innerHeight; if (a == 0 && \$(window).scrollTop() > oTop) { \$(\".counter\").each(function() { var \$this = \$(this), countTo = \$this.attr(\"data-number\"); \$({ countNum: \$this.text() }).animate({ countNum: countTo }, { duration: 1500, easing: \"swing\", step: function() { //\$this.text(Math.ceil(this.countNum)); \$this.text( Math.ceil(this.countNum).toLocaleString(\"en\") ); }, complete: function() { \$this.text( Math.ceil(this.countNum).toLocaleString(\"en\") ); //alert('finished'); } } ); }); a = 1; let options1 = { startAngle: -1.55, size: 180, value: \$('#circleINR1').val(), fill: { gradient: ['#252E8E'] } } var totaccval1 = \$('#circleINRval1').val(); \$(\".circle1 .bar1\").circleProgress(options1).on('circle-animation-progress', function(event, progress, stepValue) { var currency_circle = \$(this).parent().find(\"span\").attr(\"id\"); // if(currency_circle == 'INR-box'){ \$(this).parent().find(\"span\").text(String(totaccval1) + \" Cr\"); // }else{ //\$(this).parent().find(\"span\").text(String(\"\$\"+ ' ' + stepValue.toFixed(2).substr(2)) + \"MM\"); // } }); \$(\".js .bar1\").circleProgress({ value: \$('#circleINR1').val(), }); let options2 = { startAngle: -1.55, size: 180, value: \$('#circleINR2').val(), fill: { gradient: ['#252E8E'] } } var totaccval2 = parseInt(\$('#circleINRval2').val()); \$(\".circle2 .bar2\").circleProgress(options2).on('circle-animation-progress', function(event, progress, stepValue) { var currency_circle = \$(this).parent().find(\"span\").attr(\"id\"); \$(this).parent().find(\"span\").text((totaccval2.toLocaleString('en-IN')) + \" Cr\"); \$('#currency-change').text('*Cr - Indicates Crore'); // }else{ //\$(this).parent().find(\"span\").text(String(\"\$\"+ ' ' + stepValue.toFixed(2).substr(2)) + \"MM\"); // } }); \$(\".js .bar2\").circleProgress({ value: \$('#circleINR2').val(), }); let options3 = { startAngle: -1.55, size: 180, value: \$('#circleUSD1').val(), fill: { gradient: ['#252E8E'] } } var totaccvalUSD1 = \$('#circleUSDval1').val(); \$(\".circle3 .bar3\").circleProgress(options3).on('circle-animation-progress', function(event, progress, stepValue) { var currency_circle = \$(this).parent().find(\"span\").attr(\"id\"); // if(currency_circle == 'INR-box'){ //\$(this).parent().find(\"span\").text(String(\"₹\"+ ' ' + stepValue.toFixed(2).substr(2)) + \"cr\"); // }else{ \$(this).parent().find(\"span\").text(String(totaccvalUSD1) + \"MM\"); // } }); \$(\".js .bar3\").circleProgress({ value: \$('#circleUSD1').val(), }); let options4 = { startAngle: -1.55, size: 180, value: \$('#circleUSD2').val(), fill: { gradient: ['#252E8E'] } } var totaccvalUSD2 = parseInt(\$('#circleUSDval2').val()); \$(\".circle4 .bar4\").circleProgress(options4).on('circle-animation-progress', function(event, progress, stepValue) { var currency_circle = \$(this).parent().find(\"span\").attr(\"id\"); // if(currency_circle == 'INR-box'){ //\$(this).parent().find(\"span\").text(String(\"₹\"+ ' ' + stepValue.toFixed(2).substr(2)) + \"cr\"); // }else{ \$(this).parent().find(\"span\").text(String(totaccvalUSD2.toLocaleString('en-US')) + \"MM\"); // } }); \$(\".js .bar4\").circleProgress({ value: \$('#circleUSD2').val(), }); } }); }); \$(document).ready(function () { jQuery(window).on(\"resize\", function (e) { checkScreenSize(); }); checkScreenSize(); function checkScreenSize(){ var newWindowWidth = \$(window).width(); if (newWindowWidth < 1024) { // \$(\".dropdown-menu\").hide(); // \$(\".backBtn\").hide(); // \$(\".backBtn2\").hide(); // \$(\"li.nav-item a\").click(function(e){ // \$(this).closest('li').addClass(\"active\"); // \$(this).closest('li').find('ul').show(); // \$(\".dropdown-submenu .dropdown-menu\").hide(); // \$('.nav-item').not(\".active\").hide(); // \$(\".nav-link\").hide(); // \$(\".backBtn\").show(); // }); // \$(\".backBtn\").click(function(){ // \$(this).closest('.nav-item').removeClass(\"active\"); // // alert(\"nav\"); // \$(\".backBtn\").hide(); // \$(\".dropdown-menu\").hide(); // \$('.nav-item').show(); // \$(\".nav-link\").show(); // }); // \$(\".dropdown-submenu .nav-link2\").click(function(e){ // \$(this).closest('.dropdown-submenu').addClass(\"active\"); // \$(this).closest('.dropdown-menu').find('.dropdown-item').hide(); // \$(this).closest('.dropdown-submenu').find('.dropdown-item').show(); // \$('.dropdown-submenu').not(\".active\").hide(); // \$(this).closest('.nav-item').find('.backBtn').hide(); // \$(\".nav-link2\").hide(); // \$(this).closest('.nav-item').find(\".backBtn2\").show(); // \$(\".dropdown-submenu .dropdown-menu\").show(); // }); // \$(\".dropdown-submenu .backBtn2\").click(function(e){ // \$(this).closest('.dropdown-submenu').removeClass(\"active\"); // \$(this).closest('.dropdown-submenu').find('.dropdown-item').hide(); // \$(this).closest('.dropdown-menu').find('.dropdown-item').show(); // \$(this).hide(); // \$(this).closest('.nav-item').find(\".backBtn2\").hide(); // \$('.dropdown-submenu').not(\".active\").show(); // \$(this).closest('.nav-item').find('.backBtn').show(); // \$(\".nav-link2\").show(); // \$(\".dropdown-submenu .dropdown-menu\").hide(); // }); // responsive menu css start here \$(\".navbar-nav .dropdown.click-menu\").click(function(e){ // console.log(\"click ho rahe hey....\"); \$(\".navbar-nav .dropdown.click-menu.active\").removeClass(\"active\"); \$(this).addClass(\"active\"); // \$(this).closest(\".dropdown .dropdown-menu.dropdown-menu-animated\").css(\"display\", \"block !important\"); }); } else { \$(\".backBtn, .backBtn2\").hide(); } } }); new WOW().init(); window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-H3S66H0SQQ'); "; $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["page", "base_path", "directory"]); yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "@dicgc_theme/template-parts/footer.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 140 => 51, 133 => 47, 129 => 45, 123 => 43, 121 => 42, 108 => 32, 103 => 29, 97 => 27, 94 => 26, 91 => 25, 85 => 22, 82 => 21, 80 => 20, 75 => 17, 69 => 14, 66 => 13, 64 => 12, 60 => 10, 54 => 8, 52 => 7, 44 => 1,); } public function getSourceContext(): Source { return new Source("", "@dicgc_theme/template-parts/footer.html.twig", "/var/www/html/web/themes/custom/dicgc_theme/templates/template-parts/footer.html.twig"); } public function checkSecurity() { static $tags = array("if" => 7); static $filters = array("escape" => 8, "render" => 20); static $functions = array("drupal_menu" => 20, "drupal_entity" => 32); try { $this->sandbox->checkSecurity( ['if'], ['escape', 'render'], ['drupal_menu', 'drupal_entity'], $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('688b1d38796ab_footer.html.twig_Af6zMCnvcyDvQZYpWfKsE0rRy', '<?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; use Twig\TemplateWrapper; /* @dicgc_theme/template-parts/footer.html.twig */ class __TwigTemplate_6180065f65b241b22598c41896ae43b9 extends Template { private Source $source; /** * @var array */ private array $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->extensions[SandboxExtension::class]; $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 1 yield " "; // line 7 if (CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "footer_top", [], "any", false, false, true, 7)) { // line 8 yield " "; 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, 8), 8, $this->source), "html", null, true); yield " "; } // line 10 yield " "; // line 12 if (CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "footer_bottom_left", [], "any", false, false, true, 12)) { // line 13 yield " "; // line 14 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "footer_bottom_left", [], "any", false, false, true, 14), 14, $this->source), "html", null, true); yield " "; } // line 17 yield " "; // line 20 if ($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(Drupal\twig_tweak\TwigTweakExtension::drupalMenu("footer-menu-rti"))) { // line 21 yield " "; // line 22 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, Drupal\twig_tweak\TwigTweakExtension::drupalMenu("footer-menu-rti"), "html", null, true); yield " "; } // line 25 yield " "; if ($this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(Drupal\twig_tweak\TwigTweakExtension::drupalMenu("footer-menu-useful-links"))) { // line 26 yield " "; // line 27 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, Drupal\twig_tweak\TwigTweakExtension::drupalMenu("footer-menu-useful-links"), "html", null, true); yield " "; } // line 29 yield " "; // line 32 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, Drupal\twig_tweak\TwigTweakExtension::drupalEntity("block_content", 10), "html", null, true); yield " "; // line 42 if (CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "footer_bottom_last", [], "any", false, false, true, 42)) { // line 43 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "footer_bottom_last", [], "any", false, false, true, 43), 43, $this->source), "html", null, true); yield " "; } // line 45 yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, ($this->sandbox->ensureToStringAllowed(($context["base_path"] ?? null), 47, $this->source) . $this->sandbox->ensureToStringAllowed(($context["directory"] ?? null), 47, $this->source)), "html", null, true); yield "/assets/images/icon-new-1-scrollup.webp\"> extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, ($this->sandbox->ensureToStringAllowed(($context["base_path"] ?? null), 51, $this->source) . $this->sandbox->ensureToStringAllowed(($context["directory"] ?? null), 51, $this->source)), "html", null, true); yield "/assets/images/icon-new-2.webp\"> jQuery(document).ready(function (\$) { var a = 0; \$(window).scroll(function() { var oTop = \$(\".counter\").offset().top - window.innerHeight; if (a == 0 && \$(window).scrollTop() > oTop) { \$(\".counter\").each(function() { var \$this = \$(this), countTo = \$this.attr(\"data-number\"); \$({ countNum: \$this.text() }).animate({ countNum: countTo }, { duration: 1500, easing: \"swing\", step: function() { //\$this.text(Math.ceil(this.countNum)); \$this.text( Math.ceil(this.countNum).toLocaleString(\"en\") ); }, complete: function() { \$this.text( Math.ceil(this.countNum).toLocaleString(\"en\") ); //alert('finished'); } } ); }); a = 1; let options1 = { startAngle: -1.55, size: 180, value: \$('#circleINR1').val(), fill: { gradient: ['#252E8E'] } } var totaccval1 = \$('#circleINRval1').val(); \$(\".circle1 .bar1\").circleProgress(options1).on('circle-animation-progress', function(event, progress, stepValue) { var currency_circle = \$(this).parent().find(\"span\").attr(\"id\"); // if(currency_circle == 'INR-box'){ \$(this).parent().find(\"span\").text(String(totaccval1) + \" Cr\"); // }else{ //\$(this).parent().find(\"span\").text(String(\"\$\"+ ' ' + stepValue.toFixed(2).substr(2)) + \"MM\"); // } }); \$(\".js .bar1\").circleProgress({ value: \$('#circleINR1').val(), }); let options2 = { startAngle: -1.55, size: 180, value: \$('#circleINR2').val(), fill: { gradient: ['#252E8E'] } } var totaccval2 = parseInt(\$('#circleINRval2').val()); \$(\".circle2 .bar2\").circleProgress(options2).on('circle-animation-progress', function(event, progress, stepValue) { var currency_circle = \$(this).parent().find(\"span\").attr(\"id\"); \$(this).parent().find(\"span\").text((totaccval2.toLocaleString('en-IN')) + \" Cr\"); \$('#currency-change').text('*Cr - Indicates Crore'); // }else{ //\$(this).parent().find(\"span\").text(String(\"\$\"+ ' ' + stepValue.toFixed(2).substr(2)) + \"MM\"); // } }); \$(\".js .bar2\").circleProgress({ value: \$('#circleINR2').val(), }); let options3 = { startAngle: -1.55, size: 180, value: \$('#circleUSD1').val(), fill: { gradient: ['#252E8E'] } } var totaccvalUSD1 = \$('#circleUSDval1').val(); \$(\".circle3 .bar3\").circleProgress(options3).on('circle-animation-progress', function(event, progress, stepValue) { var currency_circle = \$(this).parent().find(\"span\").attr(\"id\"); // if(currency_circle == 'INR-box'){ //\$(this).parent().find(\"span\").text(String(\"₹\"+ ' ' + stepValue.toFixed(2).substr(2)) + \"cr\"); // }else{ \$(this).parent().find(\"span\").text(String(totaccvalUSD1) + \"MM\"); // } }); \$(\".js .bar3\").circleProgress({ value: \$('#circleUSD1').val(), }); let options4 = { startAngle: -1.55, size: 180, value: \$('#circleUSD2').val(), fill: { gradient: ['#252E8E'] } } var totaccvalUSD2 = parseInt(\$('#circleUSDval2').val()); \$(\".circle4 .bar4\").circleProgress(options4).on('circle-animation-progress', function(event, progress, stepValue) { var currency_circle = \$(this).parent().find(\"span\").attr(\"id\"); // if(currency_circle == 'INR-box'){ //\$(this).parent().find(\"span\").text(String(\"₹\"+ ' ' + stepValue.toFixed(2).substr(2)) + \"cr\"); // }else{ \$(this).parent().find(\"span\").text(String(totaccvalUSD2.toLocaleString('en-US')) + \"MM\"); // } }); \$(\".js .bar4\").circleProgress({ value: \$('#circleUSD2').val(), }); } }); }); \$(document).ready(function () { jQuery(window).on(\"resize\", function (e) { checkScreenSize(); }); checkScreenSize(); function checkScreenSize(){ var newWindowWidth = \$(window).width(); if (newWindowWidth < 1024) { // \$(\".dropdown-menu\").hide(); // \$(\".backBtn\").hide(); // \$(\".backBtn2\").hide(); // \$(\"li.nav-item a\").click(function(e){ // \$(this).closest('li').addClass(\"active\"); // \$(this).closest('li').find('ul').show(); // \$(\".dropdown-submenu .dropdown-menu\").hide(); // \$('.nav-item').not(\".active\").hide(); // \$(\".nav-link\").hide(); // \$(\".backBtn\").show(); // }); // \$(\".backBtn\").click(function(){ // \$(this).closest('.nav-item').removeClass(\"active\"); // // alert(\"nav\"); // \$(\".backBtn\").hide(); // \$(\".dropdown-menu\").hide(); // \$('.nav-item').show(); // \$(\".nav-link\").show(); // }); // \$(\".dropdown-submenu .nav-link2\").click(function(e){ // \$(this).closest('.dropdown-submenu').addClass(\"active\"); // \$(this).closest('.dropdown-menu').find('.dropdown-item').hide(); // \$(this).closest('.dropdown-submenu').find('.dropdown-item').show(); // \$('.dropdown-submenu').not(\".active\").hide(); // \$(this).closest('.nav-item').find('.backBtn').hide(); // \$(\".nav-link2\").hide(); // \$(this).closest('.nav-item').find(\".backBtn2\").show(); // \$(\".dropdown-submenu .dropdown-menu\").show(); // }); // \$(\".dropdown-submenu .backBtn2\").click(function(e){ // \$(this).closest('.dropdown-submenu').removeClass(\"active\"); // \$(this).closest('.dropdown-submenu').find('.dropdown-item').hide(); // \$(this).closest('.dropdown-menu').find('.dropdown-item').show(); // \$(this).hide(); // \$(this).closest('.nav-item').find(\".backBtn2\").hide(); // \$('.dropdown-submenu').not(\".active\").show(); // \$(this).closest('.nav-item').find('.backBtn').show(); // \$(\".nav-link2\").show(); // \$(\".dropdown-submenu .dropdown-menu\").hide(); // }); // responsive menu css start here \$(\".navbar-nav .dropdown.click-menu\").click(function(e){ // console.log(\"click ho rahe hey....\"); \$(\".navbar-nav .dropdown.click-menu.active\").removeClass(\"active\"); \$(this).addClass(\"active\"); // \$(this).closest(\".dropdown .dropdown-menu.dropdown-menu-animated\").css(\"display\", \"block !important\"); }); } else { \$(\".backBtn, .backBtn2\").hide(); } } }); new WOW().init(); window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-H3S66H0SQQ'); "; $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["page", "base_path", "directory"]); yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "@dicgc_theme/template-parts/footer.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 140 => 51, 133 => 47, 129 => 45, 123 => 43, 121 => 42, 108 => 32, 103 => 29, 97 => 27, 94 => 26, 91 => 25, 85 => 22, 82 => 21, 80 => 20, 75 => 17, 69 => 14, 66 => 13, 64 => 12, 60 => 10, 54 => 8, 52 => 7, 44 => 1,); } public function getSourceContext(): Source { return new Source("", "@dicgc_theme/template-parts/footer.html.twig", "/var/www/html/web/themes/custom/dicgc_theme/templates/template-parts/footer.html.twig"); } public function checkSecurity() { static $tags = array("if" => 7); static $filters = array("escape" => 8, "render" => 20); static $functions = array("drupal_menu" => 20, "drupal_entity" => 32); try { $this->sandbox->checkSecurity( ['if'], ['escape', 'render'], ['drupal_menu', 'drupal_entity'], $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: 382) Twig\Environment->loadTemplate('__TwigTemplate_6180065f65b241b22598c41896ae43b9', '@dicgc_theme/template-parts/footer.html.twig', NULL) (Line: 306) Twig\Template->loadTemplate('@dicgc_theme/template-parts/footer.html.twig', 'themes/custom/dicgc_theme/templates/layout/page.html.twig', 32) (Line: 106) __TwigTemplate_1ed74f539841450b9d59e5fc888472f4->doDisplay(Array, Array) (Line: 393) Twig\Template->yield(Array, Array) (Line: 349) Twig\Template->display(Array) (Line: 364) Twig\Template->render(Array) (Line: 35) Twig\TemplateWrapper->render(Array) (Line: 33) twig_render_template('themes/custom/dicgc_theme/templates/layout/page.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 491) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 146) __TwigTemplate_8b234ae51fd586fb9c3015063740e9cc->doDisplay(Array, Array) (Line: 393) Twig\Template->yield(Array, Array) (Line: 349) Twig\Template->display(Array) (Line: 364) Twig\Template->render(Array) (Line: 35) Twig\TemplateWrapper->render(Array) (Line: 33) twig_render_template('themes/custom/dicgc_theme/templates/layout/html.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 491) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array) (Line: 158) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 638) 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: 53) 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: 32) Drupal\big_pipe\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: 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: 741) Drupal\Core\DrupalKernel->handle(Object) (Line: 20)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('688b1d38796ab_field--block-content--fie_DS7HAb8Xyl2G3W1lEn37ikLVK', '<?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; use Twig\TemplateWrapper; /* themes/custom/dicgc_theme/templates/field/field--block-content--field-social-media-details.html.twig */ class __TwigTemplate_784aa94d5546a4611fd60bfa3ccb66c1 extends Template { private Source $source; /** * @var array */ private array $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->extensions[SandboxExtension::class]; $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 41 $context["classes"] = ["field", ("field--name-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 43 ($context["field_name"] ?? null), 43, $this->source))), ("field--type-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 44 ($context["field_type"] ?? null), 44, $this->source))), ("field--label-" . $this->sandbox->ensureToStringAllowed( // line 45 ($context["label_display"] ?? null), 45, $this->source))]; // line 49 $context["title_classes"] = ["field__label", ((( // line 51 ($context["label_display"] ?? null) == "visually_hidden")) ? ("visually-hidden") : (""))]; // line 54 yield " "; // line 55 if (($context["label_hidden"] ?? null)) { // line 56 yield " "; if (($context["multiple"] ?? null)) { yield " "; // line 57 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(($context["items"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["item"]) { // line 58 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 58), 58, $this->source), "html", null, true); yield " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_key'], $context['item'], $context['_parent']); $context = array_intersect_key($context, $_parent) + $_parent; // line 60 yield " "; } else { // line 61 yield " "; $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(($context["items"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["item"]) { // line 62 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 62), 62, $this->source), "html", null, true); yield " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_key'], $context['item'], $context['_parent']); $context = array_intersect_key($context, $_parent) + $_parent; // line 64 yield " "; } } else { // line 65 yield " "; // line 66 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 66, $this->source), "html", null, true); yield " "; // line 67 if (($context["multiple"] ?? null)) { yield " "; } // line 69 yield " "; $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(($context["items"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["item"]) { // line 70 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 70), 70, $this->source), "html", null, true); yield " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_key'], $context['item'], $context['_parent']); $context = array_intersect_key($context, $_parent) + $_parent; // line 72 yield " "; if (($context["multiple"] ?? null)) { yield " "; } // line 73 yield " "; } $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["field_name", "field_type", "label_display", "label_hidden", "multiple", "items", "label"]); yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "themes/custom/dicgc_theme/templates/field/field--block-content--field-social-media-details.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 128 => 73, 122 => 72, 113 => 70, 108 => 69, 103 => 67, 99 => 66, 96 => 65, 92 => 64, 83 => 62, 78 => 61, 75 => 60, 66 => 58, 62 => 57, 57 => 56, 55 => 55, 52 => 54, 50 => 51, 49 => 49, 47 => 45, 46 => 44, 45 => 43, 44 => 41,); } public function getSourceContext(): Source { return new Source("", "themes/custom/dicgc_theme/templates/field/field--block-content--field-social-media-details.html.twig", "/var/www/html/web/themes/custom/dicgc_theme/templates/field/field--block-content--field-social-media-details.html.twig"); } public function checkSecurity() { static $tags = array("set" => 41, "if" => 55, "for" => 57); static $filters = array("clean_class" => 43, "escape" => 58); static $functions = array(); try { $this->sandbox->checkSecurity( ['set', 'if', 'for'], ['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('688b1d38796ab_field--block-content--fie_DS7HAb8Xyl2G3W1lEn37ikLVK', '<?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; use Twig\TemplateWrapper; /* themes/custom/dicgc_theme/templates/field/field--block-content--field-social-media-details.html.twig */ class __TwigTemplate_784aa94d5546a4611fd60bfa3ccb66c1 extends Template { private Source $source; /** * @var array */ private array $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->extensions[SandboxExtension::class]; $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 41 $context["classes"] = ["field", ("field--name-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 43 ($context["field_name"] ?? null), 43, $this->source))), ("field--type-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 44 ($context["field_type"] ?? null), 44, $this->source))), ("field--label-" . $this->sandbox->ensureToStringAllowed( // line 45 ($context["label_display"] ?? null), 45, $this->source))]; // line 49 $context["title_classes"] = ["field__label", ((( // line 51 ($context["label_display"] ?? null) == "visually_hidden")) ? ("visually-hidden") : (""))]; // line 54 yield " "; // line 55 if (($context["label_hidden"] ?? null)) { // line 56 yield " "; if (($context["multiple"] ?? null)) { yield " "; // line 57 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(($context["items"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["item"]) { // line 58 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 58), 58, $this->source), "html", null, true); yield " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_key'], $context['item'], $context['_parent']); $context = array_intersect_key($context, $_parent) + $_parent; // line 60 yield " "; } else { // line 61 yield " "; $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(($context["items"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["item"]) { // line 62 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 62), 62, $this->source), "html", null, true); yield " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_key'], $context['item'], $context['_parent']); $context = array_intersect_key($context, $_parent) + $_parent; // line 64 yield " "; } } else { // line 65 yield " "; // line 66 yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 66, $this->source), "html", null, true); yield " "; // line 67 if (($context["multiple"] ?? null)) { yield " "; } // line 69 yield " "; $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(($context["items"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["item"]) { // line 70 yield " "; yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 70), 70, $this->source), "html", null, true); yield " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_key'], $context['item'], $context['_parent']); $context = array_intersect_key($context, $_parent) + $_parent; // line 72 yield " "; if (($context["multiple"] ?? null)) { yield " "; } // line 73 yield " "; } $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["field_name", "field_type", "label_display", "label_hidden", "multiple", "items", "label"]); yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "themes/custom/dicgc_theme/templates/field/field--block-content--field-social-media-details.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 128 => 73, 122 => 72, 113 => 70, 108 => 69, 103 => 67, 99 => 66, 96 => 65, 92 => 64, 83 => 62, 78 => 61, 75 => 60, 66 => 58, 62 => 57, 57 => 56, 55 => 55, 52 => 54, 50 => 51, 49 => 49, 47 => 45, 46 => 44, 45 => 43, 44 => 41,); } public function getSourceContext(): Source { return new Source("", "themes/custom/dicgc_theme/templates/field/field--block-content--field-social-media-details.html.twig", "/var/www/html/web/themes/custom/dicgc_theme/templates/field/field--block-content--field-social-media-details.html.twig"); } public function checkSecurity() { static $tags = array("set" => 41, "if" => 55, "for" => 57); static $filters = array("clean_class" => 43, "escape" => 58); static $functions = array(); try { $this->sandbox->checkSecurity( ['set', 'if', 'for'], ['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: 382) Twig\Environment->loadTemplate('__TwigTemplate_784aa94d5546a4611fd60bfa3ccb66c1', 'themes/custom/dicgc_theme/templates/field/field--block-content--field-social-media-details.html.twig') (Line: 343) Twig\Environment->load('themes/custom/dicgc_theme/templates/field/field--block-content--field-social-media-details.html.twig') (Line: 33) twig_render_template('themes/custom/dicgc_theme/templates/field/field--block-content--field-social-media-details.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 491) Drupal\Core\Render\Renderer->doRender(Array) (Line: 504) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 108) __TwigTemplate_6180065f65b241b22598c41896ae43b9->doDisplay(Array, Array) (Line: 393) Twig\Template->yield(Array) (Line: 106) __TwigTemplate_1ed74f539841450b9d59e5fc888472f4->doDisplay(Array, Array) (Line: 393) Twig\Template->yield(Array, Array) (Line: 349) Twig\Template->display(Array) (Line: 364) Twig\Template->render(Array) (Line: 35) Twig\TemplateWrapper->render(Array) (Line: 33) twig_render_template('themes/custom/dicgc_theme/templates/layout/page.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 491) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 146) __TwigTemplate_8b234ae51fd586fb9c3015063740e9cc->doDisplay(Array, Array) (Line: 393) Twig\Template->yield(Array, Array) (Line: 349) Twig\Template->display(Array) (Line: 364) Twig\Template->render(Array) (Line: 35) Twig\TemplateWrapper->render(Array) (Line: 33) twig_render_template('themes/custom/dicgc_theme/templates/layout/html.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 491) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array) (Line: 158) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 638) 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: 53) 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: 32) Drupal\big_pipe\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: 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: 741) Drupal\Core\DrupalKernel->handle(Object) (Line: 20)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('688b1d38796ab_off-canvas-page-wrapper.h_hl-1EGIlYG-JC6p1zjXTI_DbQ', '<?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; use Twig\TemplateWrapper; /* core/themes/stable9/templates/content/off-canvas-page-wrapper.html.twig */ class __TwigTemplate_6b7b63ce867072e1081d4b5714a02f2b extends Template { private Source $source; /** * @var array */ private array $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->extensions[SandboxExtension::class]; $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []): iterable { $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"]); yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "core/themes/stable9/templates/content/off-canvas-page-wrapper.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 49 => 22, 46 => 21, 44 => 20,); } public function getSourceContext(): Source { return new Source("", "core/themes/stable9/templates/content/off-canvas-page-wrapper.html.twig", "/var/www/html/web/core/themes/stable9/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('688b1d38796ab_off-canvas-page-wrapper.h_hl-1EGIlYG-JC6p1zjXTI_DbQ', '<?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; use Twig\TemplateWrapper; /* core/themes/stable9/templates/content/off-canvas-page-wrapper.html.twig */ class __TwigTemplate_6b7b63ce867072e1081d4b5714a02f2b extends Template { private Source $source; /** * @var array */ private array $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->extensions[SandboxExtension::class]; $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []): iterable { $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"]); yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "core/themes/stable9/templates/content/off-canvas-page-wrapper.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 49 => 22, 46 => 21, 44 => 20,); } public function getSourceContext(): Source { return new Source("", "core/themes/stable9/templates/content/off-canvas-page-wrapper.html.twig", "/var/www/html/web/core/themes/stable9/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: 382) Twig\Environment->loadTemplate('__TwigTemplate_6b7b63ce867072e1081d4b5714a02f2b', 'core/themes/stable9/templates/content/off-canvas-page-wrapper.html.twig') (Line: 343) Twig\Environment->load('core/themes/stable9/templates/content/off-canvas-page-wrapper.html.twig') (Line: 33) twig_render_template('core/themes/stable9/templates/content/off-canvas-page-wrapper.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('off_canvas_page_wrapper', Array) (Line: 547) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array) (Line: 475) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 146) __TwigTemplate_8b234ae51fd586fb9c3015063740e9cc->doDisplay(Array, Array) (Line: 393) Twig\Template->yield(Array, Array) (Line: 349) Twig\Template->display(Array) (Line: 364) Twig\Template->render(Array) (Line: 35) Twig\TemplateWrapper->render(Array) (Line: 33) twig_render_template('themes/custom/dicgc_theme/templates/layout/html.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 491) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 248) Drupal\Core\Render\Renderer->render(Array) (Line: 158) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 638) 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: 53) 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: 32) Drupal\big_pipe\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: 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: 741) Drupal\Core\DrupalKernel->handle(Object) (Line: 20)