diff --git a/.gitignore b/.gitignore index acd4e359..d2acdc1b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ data/* vendor/* +web/sites/default/files/php diff --git a/web/sites/default/files/php/twig/.htaccess b/web/sites/default/files/php/twig/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa___string_template__6a2704_Gl8TE1cR7husCM844FIMM11jQ/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa___string_template__6a2704_Gl8TE1cR7husCM844FIMM11jQ/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa___string_template__6a2704_Gl8TE1cR7husCM844FIMM11jQ/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa___string_template__6a2704_Gl8TE1cR7husCM844FIMM11jQ/7IqBKj0iH1MxRq6GPr7DpLd8GYw5ZCfttko6vXWs2X8.php b/web/sites/default/files/php/twig/6165707b4ddfa___string_template__6a2704_Gl8TE1cR7husCM844FIMM11jQ/7IqBKj0iH1MxRq6GPr7DpLd8GYw5ZCfttko6vXWs2X8.php deleted file mode 100644 index f2130108..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa___string_template__6a2704_Gl8TE1cR7husCM844FIMM11jQ/7IqBKj0iH1MxRq6GPr7DpLd8GYw5ZCfttko6vXWs2X8.php +++ /dev/null @@ -1,89 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo $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))); - } - - public function getTemplateName() - { - return "__string_template__6a27047eeba00af1c60ff2f4c59e9e614903a38f7c90d62ed5441a2edb82b31b"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 39 => 1,); - } - - public function getSourceContext() - { - return new Source("", "__string_template__6a27047eeba00af1c60ff2f4c59e9e614903a38f7c90d62ed5441a2edb82b31b", ""); - } - - public function checkSecurity() - { - static $tags = array(); - static $filters = array("safe_join" => 1); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - [], - ['safe_join'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa___string_template__c49bd5_QLmKWjk1SvPVmM07f6xJ6se1l/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa___string_template__c49bd5_QLmKWjk1SvPVmM07f6xJ6se1l/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa___string_template__c49bd5_QLmKWjk1SvPVmM07f6xJ6se1l/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa___string_template__c49bd5_QLmKWjk1SvPVmM07f6xJ6se1l/udc6WOmajICJkzM97ecNfTSsZb6XOvEBuQSAANSO2Lw.php b/web/sites/default/files/php/twig/6165707b4ddfa___string_template__c49bd5_QLmKWjk1SvPVmM07f6xJ6se1l/udc6WOmajICJkzM97ecNfTSsZb6XOvEBuQSAANSO2Lw.php deleted file mode 100644 index 4657b9dd..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa___string_template__c49bd5_QLmKWjk1SvPVmM07f6xJ6se1l/udc6WOmajICJkzM97ecNfTSsZb6XOvEBuQSAANSO2Lw.php +++ /dev/null @@ -1,102 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo "
"; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title"] ?? null), 1, $this->source), "html", null, true); - echo ""; - if ((($context["description"] ?? null) || ($context["warning"] ?? null))) { - echo "
"; - if (($context["warning"] ?? null)) { - echo ""; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["warning"] ?? null), 1, $this->source), "html", null, true); - echo " "; - } - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["description"] ?? null), 1, $this->source), "html", null, true); - echo "
"; - } - echo "
"; - } - - public function getTemplateName() - { - return "__string_template__c49bd5ef621a21b509bb7e01331729d64d69e20c76562dd003290542cdb73e8b"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 39 => 1,); - } - - public function getSourceContext() - { - return new Source("", "__string_template__c49bd5ef621a21b509bb7e01331729d64d69e20c76562dd003290542cdb73e8b", ""); - } - - public function checkSecurity() - { - static $tags = array("if" => 1); - static $filters = array("escape" => 1); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['if'], - ['escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa___string_template__d3e79b_j4AVnhGBAyrQXusFuk6ROh3ah/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa___string_template__d3e79b_j4AVnhGBAyrQXusFuk6ROh3ah/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa___string_template__d3e79b_j4AVnhGBAyrQXusFuk6ROh3ah/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa___string_template__d3e79b_j4AVnhGBAyrQXusFuk6ROh3ah/GIj7pw9u8aewHn2mO4Zb9m5DUW7BGOL5BmbtS9HkiZM.php b/web/sites/default/files/php/twig/6165707b4ddfa___string_template__d3e79b_j4AVnhGBAyrQXusFuk6ROh3ah/GIj7pw9u8aewHn2mO4Zb9m5DUW7BGOL5BmbtS9HkiZM.php deleted file mode 100644 index 72a83ea4..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa___string_template__d3e79b_j4AVnhGBAyrQXusFuk6ROh3ah/GIj7pw9u8aewHn2mO4Zb9m5DUW7BGOL5BmbtS9HkiZM.php +++ /dev/null @@ -1,89 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo nl2br($this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["value"] ?? null), 1, $this->source), "html", null, true)); - } - - public function getTemplateName() - { - return "__string_template__d3e79bd6029fd1ab1d50dd676e1f6555a2880e7bdc0733b6b806b540b4a45fd4"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 39 => 1,); - } - - public function getSourceContext() - { - return new Source("", "__string_template__d3e79bd6029fd1ab1d50dd676e1f6555a2880e7bdc0733b6b806b540b4a45fd4", ""); - } - - public function checkSecurity() - { - static $tags = array(); - static $filters = array("nl2br" => 1, "escape" => 1); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - [], - ['nl2br', 'escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa___string_template__f821c7_eauOnfas0M5_mMeBXomf6FIWk/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa___string_template__f821c7_eauOnfas0M5_mMeBXomf6FIWk/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa___string_template__f821c7_eauOnfas0M5_mMeBXomf6FIWk/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa___string_template__f821c7_eauOnfas0M5_mMeBXomf6FIWk/suPuvaezREJRQBQyRx3rSw1xEmJgaGAVDH8H-nnbQjU.php b/web/sites/default/files/php/twig/6165707b4ddfa___string_template__f821c7_eauOnfas0M5_mMeBXomf6FIWk/suPuvaezREJRQBQyRx3rSw1xEmJgaGAVDH8H-nnbQjU.php deleted file mode 100644 index a3f70369..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa___string_template__f821c7_eauOnfas0M5_mMeBXomf6FIWk/suPuvaezREJRQBQyRx3rSw1xEmJgaGAVDH8H-nnbQjU.php +++ /dev/null @@ -1,91 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo "
"; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->safeJoin($this->env, $this->sandbox->ensureToStringAllowed(($context["summary"] ?? null), 1, $this->source), "
")); - echo "
"; - } - - public function getTemplateName() - { - return "__string_template__f821c77039c217f90bf7a8f976486c27a1fbd3d077f048bd0be538f78a56fbe7"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 39 => 1,); - } - - public function getSourceContext() - { - return new Source("", "__string_template__f821c77039c217f90bf7a8f976486c27a1fbd3d077f048bd0be538f78a56fbe7", ""); - } - - public function checkSecurity() - { - static $tags = array(); - static $filters = array("safe_join" => 1); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - [], - ['safe_join'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_admin-block-content.html._vXt2zEuyU9OYc1QU0z7kruV_M/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_admin-block-content.html._vXt2zEuyU9OYc1QU0z7kruV_M/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_admin-block-content.html._vXt2zEuyU9OYc1QU0z7kruV_M/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_admin-block-content.html._vXt2zEuyU9OYc1QU0z7kruV_M/0fOuU4dNeGdeB3O8cV9oJG2I6qXAWFLlD5pYz3TvehQ.php b/web/sites/default/files/php/twig/6165707b4ddfa_admin-block-content.html._vXt2zEuyU9OYc1QU0z7kruV_M/0fOuU4dNeGdeB3O8cV9oJG2I6qXAWFLlD5pYz3TvehQ.php deleted file mode 100644 index 10610c9f..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_admin-block-content.html._vXt2zEuyU9OYc1QU0z7kruV_M/0fOuU4dNeGdeB3O8cV9oJG2I6qXAWFLlD5pYz3TvehQ.php +++ /dev/null @@ -1,118 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 23 - $context["classes"] = [0 => "admin-list", 1 => (( // line 25 -($context["compact"] ?? null)) ? ("compact") : (""))]; - // line 28 - if (($context["content"] ?? null)) { - // line 29 - echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 29), 29, $this->source), "html", null, true); - echo "> - "; - // line 30 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(($context["content"] ?? null)); - foreach ($context['_seq'] as $context["_key"] => $context["item"]) { - // line 31 - echo "
  • extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "url", [], "any", false, false, true, 31), 31, $this->source), "html", null, true); - echo "\">"; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "title", [], "any", false, false, true, 31), 31, $this->source), "html", null, true); - echo "
    "; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "description", [], "any", false, false, true, 31), 31, $this->source), "html", null, true); - echo "
  • - "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 33 - echo " -"; - } - } - - public function getTemplateName() - { - return "core/themes/seven/templates/admin-block-content.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 66 => 33, 53 => 31, 49 => 30, 44 => 29, 42 => 28, 40 => 25, 39 => 23,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/seven/templates/admin-block-content.html.twig", "/var/www/html/web/core/themes/seven/templates/admin-block-content.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("set" => 23, "if" => 28, "for" => 30); - static $filters = array("escape" => 29); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['set', 'if', 'for'], - ['escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_admin-block.html.twig_vCmC3OIV6sdi0TfovQ8esG07n/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_admin-block.html.twig_vCmC3OIV6sdi0TfovQ8esG07n/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_admin-block.html.twig_vCmC3OIV6sdi0TfovQ8esG07n/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_admin-block.html.twig_vCmC3OIV6sdi0TfovQ8esG07n/7gkxcay7AckQHnVC8B1FKnPZzoZKMHT2V4aQ23ZEij8.php b/web/sites/default/files/php/twig/6165707b4ddfa_admin-block.html.twig_vCmC3OIV6sdi0TfovQ8esG07n/7gkxcay7AckQHnVC8B1FKnPZzoZKMHT2V4aQ23ZEij8.php deleted file mode 100644 index 47e7848f..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_admin-block.html.twig_vCmC3OIV6sdi0TfovQ8esG07n/7gkxcay7AckQHnVC8B1FKnPZzoZKMHT2V4aQ23ZEij8.php +++ /dev/null @@ -1,121 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 19 - $context["classes"] = [0 => "panel"]; - // line 23 - echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 23), 23, $this->source), "html", null, true); - echo "> - "; - // line 24 - if (twig_get_attribute($this->env, $this->source, ($context["block"] ?? null), "title", [], "any", false, false, true, 24)) { - // line 25 - echo "

    "; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["block"] ?? null), "title", [], "any", false, false, true, 25), 25, $this->source), "html", null, true); - echo "

    - "; - } - // line 27 - echo " "; - if (twig_get_attribute($this->env, $this->source, ($context["block"] ?? null), "content", [], "any", false, false, true, 27)) { - // line 28 - echo "
    "; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["block"] ?? null), "content", [], "any", false, false, true, 28), 28, $this->source), "html", null, true); - echo "
    - "; - } elseif (twig_get_attribute($this->env, $this->source, // line 29 -($context["block"] ?? null), "description", [], "any", false, false, true, 29)) { - // line 30 - echo "
    "; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["block"] ?? null), "description", [], "any", false, false, true, 30), 30, $this->source), "html", null, true); - echo "
    - "; - } - // line 32 - echo " -"; - } - - public function getTemplateName() - { - return "core/modules/system/templates/admin-block.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 70 => 32, 64 => 30, 62 => 29, 57 => 28, 54 => 27, 48 => 25, 46 => 24, 41 => 23, 39 => 19,); - } - - public function getSourceContext() - { - return new Source("", "core/modules/system/templates/admin-block.html.twig", "/var/www/html/web/core/modules/system/templates/admin-block.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("set" => 19, "if" => 24); - static $filters = array("escape" => 23); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['set', 'if'], - ['escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_admin-page.html.twig_I8pomM007ey1hHpUmcYXy4Mb_/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_admin-page.html.twig_I8pomM007ey1hHpUmcYXy4Mb_/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_admin-page.html.twig_I8pomM007ey1hHpUmcYXy4Mb_/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_admin-page.html.twig_I8pomM007ey1hHpUmcYXy4Mb_/4XAXT3Wk_YnLl8GDe9q-lfSWC-YmzQVgzusVYWVs1FM.php b/web/sites/default/files/php/twig/6165707b4ddfa_admin-page.html.twig_I8pomM007ey1hHpUmcYXy4Mb_/4XAXT3Wk_YnLl8GDe9q-lfSWC-YmzQVgzusVYWVs1FM.php deleted file mode 100644 index 7eb6f971..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_admin-page.html.twig_I8pomM007ey1hHpUmcYXy4Mb_/4XAXT3Wk_YnLl8GDe9q-lfSWC-YmzQVgzusVYWVs1FM.php +++ /dev/null @@ -1,125 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 17 - echo " -
    - "; - // line 19 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["system_compact_link"] ?? null), 19, $this->source), "html", null, true); - echo " - "; - // line 20 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(($context["containers"] ?? null)); - foreach ($context['_seq'] as $context["_key"] => $context["container"]) { - // line 21 - echo "
    - "; - // line 22 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, $context["container"], "blocks", [], "any", false, false, true, 22)); - foreach ($context['_seq'] as $context["_key"] => $context["block"]) { - // line 23 - echo " "; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($context["block"], 23, $this->source), "html", null, true); - echo " - "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['block'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 25 - echo "
    - "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['container'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 27 - echo "
    -"; - } - - public function getTemplateName() - { - return "core/modules/system/templates/admin-page.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 74 => 27, 67 => 25, 58 => 23, 54 => 22, 51 => 21, 47 => 20, 43 => 19, 39 => 17,); - } - - public function getSourceContext() - { - return new Source("", "core/modules/system/templates/admin-page.html.twig", "/var/www/html/web/core/modules/system/templates/admin-page.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("for" => 20); - static $filters = array("escape" => 19); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['for'], - ['escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_block--local-actions-bloc__BPoQTv42mkqb8eUp6hTqgqxm/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_block--local-actions-bloc__BPoQTv42mkqb8eUp6hTqgqxm/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_block--local-actions-bloc__BPoQTv42mkqb8eUp6hTqgqxm/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_block--local-actions-bloc__BPoQTv42mkqb8eUp6hTqgqxm/FqMZ64RQQH1cwAz-5P_y-Mx0_2ya3bmIyt1ueu_7ncw.php b/web/sites/default/files/php/twig/6165707b4ddfa_block--local-actions-bloc__BPoQTv42mkqb8eUp6hTqgqxm/FqMZ64RQQH1cwAz-5P_y-Mx0_2ya3bmIyt1ueu_7ncw.php deleted file mode 100644 index 90d409a5..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_block--local-actions-bloc__BPoQTv42mkqb8eUp6hTqgqxm/FqMZ64RQQH1cwAz-5P_y-Mx0_2ya3bmIyt1ueu_7ncw.php +++ /dev/null @@ -1,112 +0,0 @@ -source = $this->getSourceContext(); - - $this->blocks = [ - 'content' => [$this, 'block_content'], - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doGetParent(array $context) - { - // line 1 - return "@block/block.html.twig"; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - $this->parent = $this->loadTemplate("@block/block.html.twig", "core/themes/seven/templates/block--local-actions-block.html.twig", 1); - $this->parent->display($context, array_merge($this->blocks, $blocks)); - } - - // line 8 - public function block_content($context, array $blocks = []) - { - $macros = $this->macros; - // line 9 - echo " "; - if (($context["content"] ?? null)) { - // line 10 - echo " - "; - } - } - - public function getTemplateName() - { - return "core/themes/seven/templates/block--local-actions-block.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 58 => 11, 55 => 10, 52 => 9, 48 => 8, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/seven/templates/block--local-actions-block.html.twig", "/var/www/html/web/core/themes/seven/templates/block--local-actions-block.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("if" => 9); - static $filters = array("escape" => 11); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['if'], - ['escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_block--local-tasks-block._Z8lkUTJVLWuM0zwWqrzZ_MR4p/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_block--local-tasks-block._Z8lkUTJVLWuM0zwWqrzZ_MR4p/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_block--local-tasks-block._Z8lkUTJVLWuM0zwWqrzZ_MR4p/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_block--local-tasks-block._Z8lkUTJVLWuM0zwWqrzZ_MR4p/IJGoRd-8dCwEdl2QPhGpgKVN-GjK_HeUldv69yDrMVA.php b/web/sites/default/files/php/twig/6165707b4ddfa_block--local-tasks-block._Z8lkUTJVLWuM0zwWqrzZ_MR4p/IJGoRd-8dCwEdl2QPhGpgKVN-GjK_HeUldv69yDrMVA.php deleted file mode 100644 index 9f8d2948..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_block--local-tasks-block._Z8lkUTJVLWuM0zwWqrzZ_MR4p/IJGoRd-8dCwEdl2QPhGpgKVN-GjK_HeUldv69yDrMVA.php +++ /dev/null @@ -1,114 +0,0 @@ -source = $this->getSourceContext(); - - $this->blocks = [ - 'content' => [$this, 'block_content'], - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doGetParent(array $context) - { - // line 1 - return "block.html.twig"; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - $this->parent = $this->loadTemplate("block.html.twig", "core/themes/seven/templates/classy/block/block--local-tasks-block.html.twig", 1); - $this->parent->display($context, array_merge($this->blocks, $blocks)); - } - - // line 8 - public function block_content($context, array $blocks = []) - { - $macros = $this->macros; - // line 9 - echo " "; - if (($context["content"] ?? null)) { - // line 10 - echo " - "; - } - } - - public function getTemplateName() - { - return "core/themes/seven/templates/classy/block/block--local-tasks-block.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 60 => 11, 55 => 10, 52 => 9, 48 => 8, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/seven/templates/classy/block/block--local-tasks-block.html.twig", "/var/www/html/web/core/themes/seven/templates/classy/block/block--local-tasks-block.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("if" => 9); - static $filters = array("t" => 10, "escape" => 11); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['if'], - ['t', 'escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_block--local-tasks-block._tpiIMTHdox5XFe1LUYRcYOk2u/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_block--local-tasks-block._tpiIMTHdox5XFe1LUYRcYOk2u/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_block--local-tasks-block._tpiIMTHdox5XFe1LUYRcYOk2u/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_block--local-tasks-block._tpiIMTHdox5XFe1LUYRcYOk2u/HDQZaxJ2hqBKiKkuHMksN87mCGthjZFqhE5_wRZuM1Y.php b/web/sites/default/files/php/twig/6165707b4ddfa_block--local-tasks-block._tpiIMTHdox5XFe1LUYRcYOk2u/HDQZaxJ2hqBKiKkuHMksN87mCGthjZFqhE5_wRZuM1Y.php deleted file mode 100644 index 678e7ddf..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_block--local-tasks-block._tpiIMTHdox5XFe1LUYRcYOk2u/HDQZaxJ2hqBKiKkuHMksN87mCGthjZFqhE5_wRZuM1Y.php +++ /dev/null @@ -1,114 +0,0 @@ -source = $this->getSourceContext(); - - $this->blocks = [ - 'content' => [$this, 'block_content'], - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doGetParent(array $context) - { - // line 1 - return "block.html.twig"; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - $this->parent = $this->loadTemplate("block.html.twig", "core/themes/bartik/templates/classy/block/block--local-tasks-block.html.twig", 1); - $this->parent->display($context, array_merge($this->blocks, $blocks)); - } - - // line 8 - public function block_content($context, array $blocks = []) - { - $macros = $this->macros; - // line 9 - echo " "; - if (($context["content"] ?? null)) { - // line 10 - echo " - "; - } - } - - public function getTemplateName() - { - return "core/themes/bartik/templates/classy/block/block--local-tasks-block.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 60 => 11, 55 => 10, 52 => 9, 48 => 8, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/bartik/templates/classy/block/block--local-tasks-block.html.twig", "/var/www/html/web/core/themes/bartik/templates/classy/block/block--local-tasks-block.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("if" => 9); - static $filters = array("t" => 10, "escape" => 11); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['if'], - ['t', 'escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_block--system-branding-bl_jeHdO4XT0DC-fnEyongWfYydr/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_block--system-branding-bl_jeHdO4XT0DC-fnEyongWfYydr/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_block--system-branding-bl_jeHdO4XT0DC-fnEyongWfYydr/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_block--system-branding-bl_jeHdO4XT0DC-fnEyongWfYydr/8t6IbkH4U2yyFa752uEQ1lIs8JIyNLz-8hJbepEuO8o.php b/web/sites/default/files/php/twig/6165707b4ddfa_block--system-branding-bl_jeHdO4XT0DC-fnEyongWfYydr/8t6IbkH4U2yyFa752uEQ1lIs8JIyNLz-8hJbepEuO8o.php deleted file mode 100644 index 4df37494..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_block--system-branding-bl_jeHdO4XT0DC-fnEyongWfYydr/8t6IbkH4U2yyFa752uEQ1lIs8JIyNLz-8hJbepEuO8o.php +++ /dev/null @@ -1,151 +0,0 @@ -source = $this->getSourceContext(); - - $this->blocks = [ - 'content' => [$this, 'block_content'], - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doGetParent(array $context) - { - // line 1 - return "block.html.twig"; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 16 - $context["attributes"] = twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => "site-branding"], "method", false, false, true, 16); - // line 1 - $this->parent = $this->loadTemplate("block.html.twig", "core/themes/bartik/templates/block--system-branding-block.html.twig", 1); - $this->parent->display($context, array_merge($this->blocks, $blocks)); - } - - // line 17 - public function block_content($context, array $blocks = []) - { - $macros = $this->macros; - // line 18 - echo " "; - if (($context["site_logo"] ?? null)) { - // line 19 - echo " extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->getPath("")); - echo "\" rel=\"home\" class=\"site-branding__logo\"> - extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["site_logo"] ?? null), 20, $this->source), "html", null, true); - echo "\" alt=\""; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Home")); - echo "\" /> - - "; - } - // line 23 - echo " "; - if ((($context["site_name"] ?? null) || ($context["site_slogan"] ?? null))) { - // line 24 - echo "
    - "; - // line 25 - if (($context["site_name"] ?? null)) { - // line 26 - echo " - "; - } - // line 30 - echo " "; - if (($context["site_slogan"] ?? null)) { - // line 31 - echo "
    "; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["site_slogan"] ?? null), 31, $this->source), "html", null, true); - echo "
    - "; - } - // line 33 - echo "
    - "; - } - } - - public function getTemplateName() - { - return "core/themes/bartik/templates/block--system-branding-block.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 99 => 33, 93 => 31, 90 => 30, 82 => 27, 79 => 26, 77 => 25, 74 => 24, 71 => 23, 63 => 20, 58 => 19, 55 => 18, 51 => 17, 46 => 1, 44 => 16, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/bartik/templates/block--system-branding-block.html.twig", "/var/www/html/web/core/themes/bartik/templates/block--system-branding-block.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("set" => 16, "if" => 18); - static $filters = array("escape" => 20, "t" => 20); - static $functions = array("path" => 19); - - try { - $this->sandbox->checkSecurity( - ['set', 'if'], - ['escape', 't'], - ['path'] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_block--system-menu-block._wlYDygbJDqsPRAKaCG_-UmcOX/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_block--system-menu-block._wlYDygbJDqsPRAKaCG_-UmcOX/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_block--system-menu-block._wlYDygbJDqsPRAKaCG_-UmcOX/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_block--system-menu-block._wlYDygbJDqsPRAKaCG_-UmcOX/jiCu6mTe9QMy5SUi2vq276GAPlz77WkjeOLi10NX4ss.php b/web/sites/default/files/php/twig/6165707b4ddfa_block--system-menu-block._wlYDygbJDqsPRAKaCG_-UmcOX/jiCu6mTe9QMy5SUi2vq276GAPlz77WkjeOLi10NX4ss.php deleted file mode 100644 index 5954185a..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_block--system-menu-block._wlYDygbJDqsPRAKaCG_-UmcOX/jiCu6mTe9QMy5SUi2vq276GAPlz77WkjeOLi10NX4ss.php +++ /dev/null @@ -1,174 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - 'content' => [$this, 'block_content'], - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 35 - $context["classes"] = [0 => "block", 1 => "block-menu", 2 => "navigation", 3 => ("menu--" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 39 -($context["derivative_plugin_id"] ?? null), 39, $this->source)))]; - // line 42 - $context["heading_id"] = ($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "id", [], "any", false, false, true, 42), 42, $this->source) . \Drupal\Component\Utility\Html::getId("-menu")); - // line 43 - $context["show_anchor"] = ("show-" . \Drupal\Component\Utility\Html::getId($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "id", [], "any", false, false, true, 43), 43, $this->source))); - // line 44 - $context["hide_anchor"] = ("hide-" . \Drupal\Component\Utility\Html::getId($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "id", [], "any", false, false, true, 44), 44, $this->source))); - // line 45 - echo " - -"; - } - - // line 56 - public function block_content($context, array $blocks = []) - { - $macros = $this->macros; - // line 57 - echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content_attributes"] ?? null), "addClass", [0 => "content"], "method", false, false, true, 57), 57, $this->source), "html", null, true); - echo "> - "; - // line 59 - echo "
    extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["show_anchor"] ?? null), 59, $this->source), "html", null, true); - echo "\">
    -
    extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["hide_anchor"] ?? null), 60, $this->source), "html", null, true); - echo "\">
    - extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["show_anchor"] ?? null), 61, $this->source), "html", null, true); - echo "\">"; - echo t("Show — @configuration.label", array("@configuration.label" => twig_get_attribute($this->env, $this->source, ($context["configuration"] ?? null), "label", [], "any", false, false, true, 61), )); - echo " - extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["hide_anchor"] ?? null), 62, $this->source), "html", null, true); - echo "\">"; - echo t("Hide — @configuration.label", array("@configuration.label" => twig_get_attribute($this->env, $this->source, ($context["configuration"] ?? null), "label", [], "any", false, false, true, 62), )); - echo " - "; - // line 63 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 63, $this->source), "html", null, true); - echo " - - "; - } - - public function getTemplateName() - { - return "core/themes/bartik/templates/block--system-menu-block.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 121 => 63, 115 => 62, 109 => 61, 105 => 60, 100 => 59, 95 => 57, 91 => 56, 86 => 66, 83 => 56, 78 => 53, 72 => 52, 67 => 51, 64 => 50, 61 => 49, 58 => 48, 52 => 46, 49 => 45, 47 => 44, 45 => 43, 43 => 42, 41 => 39, 40 => 35,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/bartik/templates/block--system-menu-block.html.twig", "/var/www/html/web/core/themes/bartik/templates/block--system-menu-block.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("set" => 35, "if" => 48, "block" => 56, "trans" => 61); - static $filters = array("clean_class" => 39, "clean_id" => 42, "escape" => 46, "without" => 46); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['set', 'if', 'block', 'trans'], - ['clean_class', 'clean_id', 'escape', 'without'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_block--system-messages-bl_HYUOpDTJGnmSFCGvZBDAZconF/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_block--system-messages-bl_HYUOpDTJGnmSFCGvZBDAZconF/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_block--system-messages-bl_HYUOpDTJGnmSFCGvZBDAZconF/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_block--system-messages-bl_HYUOpDTJGnmSFCGvZBDAZconF/WbklgUR9ioWnYGNs4KlY7keVjONy9finO77SOnHFPJk.php b/web/sites/default/files/php/twig/6165707b4ddfa_block--system-messages-bl_HYUOpDTJGnmSFCGvZBDAZconF/WbklgUR9ioWnYGNs4KlY7keVjONy9finO77SOnHFPJk.php deleted file mode 100644 index 7c4a369a..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_block--system-messages-bl_HYUOpDTJGnmSFCGvZBDAZconF/WbklgUR9ioWnYGNs4KlY7keVjONy9finO77SOnHFPJk.php +++ /dev/null @@ -1,91 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 15 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 15, $this->source), "html", null, true); - echo " -"; - } - - public function getTemplateName() - { - return "core/modules/system/templates/block--system-messages-block.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 39 => 15,); - } - - public function getSourceContext() - { - return new Source("", "core/modules/system/templates/block--system-messages-block.html.twig", "/var/www/html/web/core/modules/system/templates/block--system-messages-block.html.twig"); - } - - public function checkSecurity() - { - static $tags = array(); - static $filters = array("escape" => 15); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - [], - ['escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_block.html.twig_CaLMK7c_KvNd-J_E3BG0xAMqO/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_block.html.twig_CaLMK7c_KvNd-J_E3BG0xAMqO/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_block.html.twig_CaLMK7c_KvNd-J_E3BG0xAMqO/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_block.html.twig_CaLMK7c_KvNd-J_E3BG0xAMqO/eTQo6D3avgslJX-1pYUlvEhbG79_42T-0WnZKv7etng.php b/web/sites/default/files/php/twig/6165707b4ddfa_block.html.twig_CaLMK7c_KvNd-J_E3BG0xAMqO/eTQo6D3avgslJX-1pYUlvEhbG79_42T-0WnZKv7etng.php deleted file mode 100644 index a23f9089..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_block.html.twig_CaLMK7c_KvNd-J_E3BG0xAMqO/eTQo6D3avgslJX-1pYUlvEhbG79_42T-0WnZKv7etng.php +++ /dev/null @@ -1,128 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - 'content' => [$this, 'block_content'], - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 30 - echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 30, $this->source), "html", null, true); - echo "> - "; - // line 31 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_prefix"] ?? null), 31, $this->source), "html", null, true); - echo " - "; - // line 32 - if (($context["label"] ?? null)) { - // line 33 - echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_attributes"] ?? null), 33, $this->source), "html", null, true); - echo ">"; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 33, $this->source), "html", null, true); - echo " - "; - } - // line 35 - echo " "; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_suffix"] ?? null), 35, $this->source), "html", null, true); - echo " - "; - // line 36 - $this->displayBlock('content', $context, $blocks); - // line 39 - echo " -"; - } - - // line 36 - public function block_content($context, array $blocks = []) - { - $macros = $this->macros; - // line 37 - echo " "; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 37, $this->source), "html", null, true); - echo " - "; - } - - public function getTemplateName() - { - return "@block/block.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 75 => 37, 71 => 36, 66 => 39, 64 => 36, 59 => 35, 51 => 33, 49 => 32, 45 => 31, 40 => 30,); - } - - public function getSourceContext() - { - return new Source("", "@block/block.html.twig", "/var/www/html/web/core/modules/block/templates/block.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("if" => 32, "block" => 36); - static $filters = array("escape" => 30); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['if', 'block'], - ['escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_block.html.twig_VPBOxnlGKzBXyO7l6_yV-J7EH/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_block.html.twig_VPBOxnlGKzBXyO7l6_yV-J7EH/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_block.html.twig_VPBOxnlGKzBXyO7l6_yV-J7EH/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_block.html.twig_VPBOxnlGKzBXyO7l6_yV-J7EH/UiovFmBWj1akHDTg9OG6qIyz9KyHW7Qbsq3-3yv7SSY.php b/web/sites/default/files/php/twig/6165707b4ddfa_block.html.twig_VPBOxnlGKzBXyO7l6_yV-J7EH/UiovFmBWj1akHDTg9OG6qIyz9KyHW7Qbsq3-3yv7SSY.php deleted file mode 100644 index 8c1fd50a..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_block.html.twig_VPBOxnlGKzBXyO7l6_yV-J7EH/UiovFmBWj1akHDTg9OG6qIyz9KyHW7Qbsq3-3yv7SSY.php +++ /dev/null @@ -1,137 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - 'content' => [$this, 'block_content'], - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 33 - $context["classes"] = [0 => "block", 1 => ("block-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, // line 35 -($context["configuration"] ?? null), "provider", [], "any", false, false, true, 35), 35, $this->source))), 2 => ("block-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 36 -($context["plugin_id"] ?? null), 36, $this->source)))]; - // line 39 - echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 39), 39, $this->source), "html", null, true); - echo "> - "; - // line 40 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_prefix"] ?? null), 40, $this->source), "html", null, true); - echo " - "; - // line 41 - if (($context["label"] ?? null)) { - // line 42 - echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_attributes"] ?? null), 42, $this->source), "html", null, true); - echo ">"; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 42, $this->source), "html", null, true); - echo " - "; - } - // line 44 - echo " "; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_suffix"] ?? null), 44, $this->source), "html", null, true); - echo " - "; - // line 45 - $this->displayBlock('content', $context, $blocks); - // line 50 - echo " -"; - } - - // line 45 - public function block_content($context, array $blocks = []) - { - $macros = $this->macros; - // line 46 - echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content_attributes"] ?? null), "addClass", [0 => "content"], "method", false, false, true, 46), 46, $this->source), "html", null, true); - echo "> - "; - // line 47 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 47, $this->source), "html", null, true); - echo " - - "; - } - - public function getTemplateName() - { - return "block.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 84 => 47, 79 => 46, 75 => 45, 70 => 50, 68 => 45, 63 => 44, 55 => 42, 53 => 41, 49 => 40, 44 => 39, 42 => 36, 41 => 35, 40 => 33,); - } - - public function getSourceContext() - { - return new Source("", "block.html.twig", "core/themes/bartik/templates/block.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("set" => 33, "if" => 41, "block" => 45); - static $filters = array("clean_class" => 35, "escape" => 39); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['set', 'if', 'block'], - ['clean_class', 'escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_block.html.twig_yE74Jvj4Up4a0bIRxvqsvl1Ub/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_block.html.twig_yE74Jvj4Up4a0bIRxvqsvl1Ub/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_block.html.twig_yE74Jvj4Up4a0bIRxvqsvl1Ub/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_block.html.twig_yE74Jvj4Up4a0bIRxvqsvl1Ub/EB3zyx_HwYm2FHjykvhRQiPAj1XdUY2nMDo-GNHzg5E.php b/web/sites/default/files/php/twig/6165707b4ddfa_block.html.twig_yE74Jvj4Up4a0bIRxvqsvl1Ub/EB3zyx_HwYm2FHjykvhRQiPAj1XdUY2nMDo-GNHzg5E.php deleted file mode 100644 index 02ada01e..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_block.html.twig_yE74Jvj4Up4a0bIRxvqsvl1Ub/EB3zyx_HwYm2FHjykvhRQiPAj1XdUY2nMDo-GNHzg5E.php +++ /dev/null @@ -1,132 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - 'content' => [$this, 'block_content'], - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 29 - $context["classes"] = [0 => "block", 1 => ("block-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, // line 31 -($context["configuration"] ?? null), "provider", [], "any", false, false, true, 31), 31, $this->source))), 2 => ("block-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 32 -($context["plugin_id"] ?? null), 32, $this->source)))]; - // line 35 - echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 35), 35, $this->source), "html", null, true); - echo "> - "; - // line 36 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_prefix"] ?? null), 36, $this->source), "html", null, true); - echo " - "; - // line 37 - if (($context["label"] ?? null)) { - // line 38 - echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_attributes"] ?? null), 38, $this->source), "html", null, true); - echo ">"; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 38, $this->source), "html", null, true); - echo " - "; - } - // line 40 - echo " "; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_suffix"] ?? null), 40, $this->source), "html", null, true); - echo " - "; - // line 41 - $this->displayBlock('content', $context, $blocks); - // line 44 - echo " -"; - } - - // line 41 - public function block_content($context, array $blocks = []) - { - $macros = $this->macros; - // line 42 - echo " "; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 42, $this->source), "html", null, true); - echo " - "; - } - - public function getTemplateName() - { - return "core/themes/seven/templates/classy/block/block.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 79 => 42, 75 => 41, 70 => 44, 68 => 41, 63 => 40, 55 => 38, 53 => 37, 49 => 36, 44 => 35, 42 => 32, 41 => 31, 40 => 29,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/seven/templates/classy/block/block.html.twig", "/var/www/html/web/core/themes/seven/templates/classy/block/block.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("set" => 29, "if" => 37, "block" => 41); - static $filters = array("clean_class" => 31, "escape" => 35); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['set', 'if', 'block'], - ['clean_class', 'escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_breadcrumb.html.twig_yE3KhqZCE-oQs3a6VR9OteZBB/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_breadcrumb.html.twig_yE3KhqZCE-oQs3a6VR9OteZBB/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_breadcrumb.html.twig_yE3KhqZCE-oQs3a6VR9OteZBB/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_breadcrumb.html.twig_yE3KhqZCE-oQs3a6VR9OteZBB/35WEJBNVclwwUDPf-Oj9FvoXpcF40ngQyyvgwWhFikg.php b/web/sites/default/files/php/twig/6165707b4ddfa_breadcrumb.html.twig_yE3KhqZCE-oQs3a6VR9OteZBB/35WEJBNVclwwUDPf-Oj9FvoXpcF40ngQyyvgwWhFikg.php deleted file mode 100644 index 581a2f6a..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_breadcrumb.html.twig_yE3KhqZCE-oQs3a6VR9OteZBB/35WEJBNVclwwUDPf-Oj9FvoXpcF40ngQyyvgwWhFikg.php +++ /dev/null @@ -1,132 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 10 - if (($context["breadcrumb"] ?? null)) { - // line 11 - echo " -"; - } - } - - public function getTemplateName() - { - return "core/themes/seven/templates/classy/navigation/breadcrumb.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 79 => 23, 72 => 21, 66 => 19, 58 => 17, 56 => 16, 53 => 15, 49 => 14, 44 => 12, 41 => 11, 39 => 10,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/seven/templates/classy/navigation/breadcrumb.html.twig", "/var/www/html/web/core/themes/seven/templates/classy/navigation/breadcrumb.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("if" => 10, "for" => 14); - static $filters = array("t" => 12, "escape" => 17); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['if', 'for'], - ['t', 'escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_checkboxes.html.twig_sp3vpDvrMmLZk89h_lRLv11tc/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_checkboxes.html.twig_sp3vpDvrMmLZk89h_lRLv11tc/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_checkboxes.html.twig_sp3vpDvrMmLZk89h_lRLv11tc/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_checkboxes.html.twig_sp3vpDvrMmLZk89h_lRLv11tc/zEzEyc5RpbfxMgxpbus_yVjVSJjVFK7I2PP6aPTH-0M.php b/web/sites/default/files/php/twig/6165707b4ddfa_checkboxes.html.twig_sp3vpDvrMmLZk89h_lRLv11tc/zEzEyc5RpbfxMgxpbus_yVjVSJjVFK7I2PP6aPTH-0M.php deleted file mode 100644 index 24f04fb4..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_checkboxes.html.twig_sp3vpDvrMmLZk89h_lRLv11tc/zEzEyc5RpbfxMgxpbus_yVjVSJjVFK7I2PP6aPTH-0M.php +++ /dev/null @@ -1,94 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 17 - echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => "form-checkboxes"], "method", false, false, true, 17), 17, $this->source), "html", null, true); - echo ">"; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 17, $this->source), "html", null, true); - echo " -"; - } - - public function getTemplateName() - { - return "core/modules/system/templates/checkboxes.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 39 => 17,); - } - - public function getSourceContext() - { - return new Source("", "core/modules/system/templates/checkboxes.html.twig", "/var/www/html/web/core/modules/system/templates/checkboxes.html.twig"); - } - - public function checkSecurity() - { - static $tags = array(); - static $filters = array("escape" => 17); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - [], - ['escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_confirm-form.html.twig_bVjkZYAyz3h2hYVi3vmk6CYos/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_confirm-form.html.twig_bVjkZYAyz3h2hYVi3vmk6CYos/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_confirm-form.html.twig_bVjkZYAyz3h2hYVi3vmk6CYos/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_confirm-form.html.twig_bVjkZYAyz3h2hYVi3vmk6CYos/KSVvFTJP9dVYkXLadK8QihWgn9QSx1ofA-3SZKii22o.php b/web/sites/default/files/php/twig/6165707b4ddfa_confirm-form.html.twig_bVjkZYAyz3h2hYVi3vmk6CYos/KSVvFTJP9dVYkXLadK8QihWgn9QSx1ofA-3SZKii22o.php deleted file mode 100644 index c9a0869f..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_confirm-form.html.twig_bVjkZYAyz3h2hYVi3vmk6CYos/KSVvFTJP9dVYkXLadK8QihWgn9QSx1ofA-3SZKii22o.php +++ /dev/null @@ -1,91 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 15 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["form"] ?? null), 15, $this->source), "html", null, true); - echo " -"; - } - - public function getTemplateName() - { - return "core/modules/system/templates/confirm-form.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 39 => 15,); - } - - public function getSourceContext() - { - return new Source("", "core/modules/system/templates/confirm-form.html.twig", "/var/www/html/web/core/modules/system/templates/confirm-form.html.twig"); - } - - public function checkSecurity() - { - static $tags = array(); - static $filters = array("escape" => 15); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - [], - ['escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_container--text-format-fi_B0pllriX1ZZaGy8TMBkynxPH1/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_container--text-format-fi_B0pllriX1ZZaGy8TMBkynxPH1/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_container--text-format-fi_B0pllriX1ZZaGy8TMBkynxPH1/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_container--text-format-fi_B0pllriX1ZZaGy8TMBkynxPH1/WTGwstyDyYOR5h-UMBvSb8Epye4nNYQ6mXrUOy9nWEQ.php b/web/sites/default/files/php/twig/6165707b4ddfa_container--text-format-fi_B0pllriX1ZZaGy8TMBkynxPH1/WTGwstyDyYOR5h-UMBvSb8Epye4nNYQ6mXrUOy9nWEQ.php deleted file mode 100644 index ac22a656..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_container--text-format-fi_B0pllriX1ZZaGy8TMBkynxPH1/WTGwstyDyYOR5h-UMBvSb8Epye4nNYQ6mXrUOy9nWEQ.php +++ /dev/null @@ -1,98 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 18 - $context["classes"] = [0 => (( // line 19 -($context["has_parent"] ?? null)) ? ("js-form-wrapper") : ("")), 1 => (( // line 20 -($context["has_parent"] ?? null)) ? ("form-wrapper") : ("")), 2 => "filter-wrapper"]; - // line 24 - echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 24), 24, $this->source), "html", null, true); - echo ">"; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 24, $this->source), "html", null, true); - echo " -"; - } - - public function getTemplateName() - { - return "core/themes/seven/templates/text_format/container--text-format-filter-wrapper.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 43 => 24, 41 => 20, 40 => 19, 39 => 18,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/seven/templates/text_format/container--text-format-filter-wrapper.html.twig", "/var/www/html/web/core/themes/seven/templates/text_format/container--text-format-filter-wrapper.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("set" => 18); - static $filters = array("escape" => 24); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['set'], - ['escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_container--text-format-fi_GKNLrtUdStarJXwWnnIplOqy_/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_container--text-format-fi_GKNLrtUdStarJXwWnnIplOqy_/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_container--text-format-fi_GKNLrtUdStarJXwWnnIplOqy_/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_container--text-format-fi_GKNLrtUdStarJXwWnnIplOqy_/pznZkbflYkfWcBhx2j0avUGnWUNil9hvF8qRmKeVajU.php b/web/sites/default/files/php/twig/6165707b4ddfa_container--text-format-fi_GKNLrtUdStarJXwWnnIplOqy_/pznZkbflYkfWcBhx2j0avUGnWUNil9hvF8qRmKeVajU.php deleted file mode 100644 index 0db20125..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_container--text-format-fi_GKNLrtUdStarJXwWnnIplOqy_/pznZkbflYkfWcBhx2j0avUGnWUNil9hvF8qRmKeVajU.php +++ /dev/null @@ -1,98 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 16 - $context["classes"] = [0 => (( // line 17 -($context["has_parent"] ?? null)) ? ("js-form-wrapper") : ("")), 1 => (( // line 18 -($context["has_parent"] ?? null)) ? ("form-wrapper") : ("")), 2 => "filter-help"]; - // line 22 - echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 22), 22, $this->source), "html", null, true); - echo ">"; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 22, $this->source), "html", null, true); - echo " -"; - } - - public function getTemplateName() - { - return "core/themes/seven/templates/text_format/container--text-format-filter-help.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 43 => 22, 41 => 18, 40 => 17, 39 => 16,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/seven/templates/text_format/container--text-format-filter-help.html.twig", "/var/www/html/web/core/themes/seven/templates/text_format/container--text-format-filter-help.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("set" => 16); - static $filters = array("escape" => 22); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['set'], - ['escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_container--text-format-fi_yzhIPZiH4hct_Ma8foCerF_7X/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_container--text-format-fi_yzhIPZiH4hct_Ma8foCerF_7X/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_container--text-format-fi_yzhIPZiH4hct_Ma8foCerF_7X/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_container--text-format-fi_yzhIPZiH4hct_Ma8foCerF_7X/ZscoDM7J-6zGSwX3gpQbmyg-jePSR1nYoG8bY7EDbc8.php b/web/sites/default/files/php/twig/6165707b4ddfa_container--text-format-fi_yzhIPZiH4hct_Ma8foCerF_7X/ZscoDM7J-6zGSwX3gpQbmyg-jePSR1nYoG8bY7EDbc8.php deleted file mode 100644 index 2e27d6a5..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_container--text-format-fi_yzhIPZiH4hct_Ma8foCerF_7X/ZscoDM7J-6zGSwX3gpQbmyg-jePSR1nYoG8bY7EDbc8.php +++ /dev/null @@ -1,98 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 18 - $context["classes"] = [0 => (( // line 19 -($context["has_parent"] ?? null)) ? ("js-form-wrapper") : ("")), 1 => (( // line 20 -($context["has_parent"] ?? null)) ? ("form-wrapper") : ("")), 2 => "filter-guidelines"]; - // line 24 - echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 24), 24, $this->source), "html", null, true); - echo ">"; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 24, $this->source), "html", null, true); - echo " -"; - } - - public function getTemplateName() - { - return "core/themes/seven/templates/text_format/container--text-format-filter-guidelines.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 43 => 24, 41 => 20, 40 => 19, 39 => 18,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/seven/templates/text_format/container--text-format-filter-guidelines.html.twig", "/var/www/html/web/core/themes/seven/templates/text_format/container--text-format-filter-guidelines.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("set" => 18); - static $filters = array("escape" => 24); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['set'], - ['escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_container.html.twig_j3i9xzncXhuZYdnZ6fzLbqLJf/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_container.html.twig_j3i9xzncXhuZYdnZ6fzLbqLJf/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_container.html.twig_j3i9xzncXhuZYdnZ6fzLbqLJf/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_container.html.twig_j3i9xzncXhuZYdnZ6fzLbqLJf/r7hg0xpLzMmOtRkJSnLBtXyNMubMn_QPJlbT6yDElso.php b/web/sites/default/files/php/twig/6165707b4ddfa_container.html.twig_j3i9xzncXhuZYdnZ6fzLbqLJf/r7hg0xpLzMmOtRkJSnLBtXyNMubMn_QPJlbT6yDElso.php deleted file mode 100644 index c1496ce4..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_container.html.twig_j3i9xzncXhuZYdnZ6fzLbqLJf/r7hg0xpLzMmOtRkJSnLBtXyNMubMn_QPJlbT6yDElso.php +++ /dev/null @@ -1,98 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 25 - $context["classes"] = [0 => (( // line 26 -($context["has_parent"] ?? null)) ? ("js-form-wrapper") : ("")), 1 => (( // line 27 -($context["has_parent"] ?? null)) ? ("form-wrapper") : (""))]; - // line 30 - echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 30), 30, $this->source), "html", null, true); - echo ">"; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 30, $this->source), "html", null, true); - echo " -"; - } - - public function getTemplateName() - { - return "core/modules/system/templates/container.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 43 => 30, 41 => 27, 40 => 26, 39 => 25,); - } - - public function getSourceContext() - { - return new Source("", "core/modules/system/templates/container.html.twig", "/var/www/html/web/core/modules/system/templates/container.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("set" => 25); - static $filters = array("escape" => 30); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['set'], - ['escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_datetime-form.html.twig_6n17gs7d2Uu2D7oSLgzeGGd15/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_datetime-form.html.twig_6n17gs7d2Uu2D7oSLgzeGGd15/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_datetime-form.html.twig_6n17gs7d2Uu2D7oSLgzeGGd15/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_datetime-form.html.twig_6n17gs7d2Uu2D7oSLgzeGGd15/d0NIBQL93DIJM2xFCSMxhChHqUEYQHtqBl8TVwtjLlA.php b/web/sites/default/files/php/twig/6165707b4ddfa_datetime-form.html.twig_6n17gs7d2Uu2D7oSLgzeGGd15/d0NIBQL93DIJM2xFCSMxhChHqUEYQHtqBl8TVwtjLlA.php deleted file mode 100644 index 5e2bcfda..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_datetime-form.html.twig_6n17gs7d2Uu2D7oSLgzeGGd15/d0NIBQL93DIJM2xFCSMxhChHqUEYQHtqBl8TVwtjLlA.php +++ /dev/null @@ -1,97 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 13 - echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => "container-inline"], "method", false, false, true, 13), 13, $this->source), "html", null, true); - echo "> - "; - // line 14 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 14, $this->source), "html", null, true); - echo " - -"; - } - - public function getTemplateName() - { - return "core/themes/seven/templates/classy/form/datetime-form.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 44 => 14, 39 => 13,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/seven/templates/classy/form/datetime-form.html.twig", "/var/www/html/web/core/themes/seven/templates/classy/form/datetime-form.html.twig"); - } - - public function checkSecurity() - { - static $tags = array(); - static $filters = array("escape" => 13); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - [], - ['escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_datetime-wrapper.html.twi_gFtsN_faijplvbbNN6yL6U8Ds/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_datetime-wrapper.html.twi_gFtsN_faijplvbbNN6yL6U8Ds/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_datetime-wrapper.html.twi_gFtsN_faijplvbbNN6yL6U8Ds/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_datetime-wrapper.html.twi_gFtsN_faijplvbbNN6yL6U8Ds/PUM9OOnwxz7sVUoNzh3ljoNqmNLsXSXRbs8Y4TQoSCc.php b/web/sites/default/files/php/twig/6165707b4ddfa_datetime-wrapper.html.twi_gFtsN_faijplvbbNN6yL6U8Ds/PUM9OOnwxz7sVUoNzh3ljoNqmNLsXSXRbs8Y4TQoSCc.php deleted file mode 100644 index 6acbd1fe..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_datetime-wrapper.html.twi_gFtsN_faijplvbbNN6yL6U8Ds/PUM9OOnwxz7sVUoNzh3ljoNqmNLsXSXRbs8Y4TQoSCc.php +++ /dev/null @@ -1,129 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 17 - $context["title_classes"] = [0 => "label", 1 => (( // line 19 -($context["required"] ?? null)) ? ("js-form-required") : ("")), 2 => (( // line 20 -($context["required"] ?? null)) ? ("form-required") : (""))]; - // line 23 - if (($context["title"] ?? null)) { - // line 24 - echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["title_attributes"] ?? null), "addClass", [0 => ($context["title_classes"] ?? null)], "method", false, false, true, 24), 24, $this->source), "html", null, true); - echo ">"; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title"] ?? null), 24, $this->source), "html", null, true); - echo " -"; - } - // line 26 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 26, $this->source), "html", null, true); - echo " -"; - // line 27 - if (($context["errors"] ?? null)) { - // line 28 - echo "
    - "; - // line 29 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["errors"] ?? null), 29, $this->source), "html", null, true); - echo " -
    -"; - } - // line 32 - if (($context["description"] ?? null)) { - // line 33 - echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["description_attributes"] ?? null), "addClass", [0 => "description"], "method", false, false, true, 33), 33, $this->source), "html", null, true); - echo "> - "; - // line 34 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["description"] ?? null), 34, $this->source), "html", null, true); - echo " - -"; - } - } - - public function getTemplateName() - { - return "core/themes/seven/templates/classy/form/datetime-wrapper.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 75 => 34, 70 => 33, 68 => 32, 62 => 29, 59 => 28, 57 => 27, 53 => 26, 45 => 24, 43 => 23, 41 => 20, 40 => 19, 39 => 17,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/seven/templates/classy/form/datetime-wrapper.html.twig", "/var/www/html/web/core/themes/seven/templates/classy/form/datetime-wrapper.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("set" => 17, "if" => 23); - static $filters = array("escape" => 24); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['set', 'if'], - ['escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_details.html.twig_tBocpN5jtTSzqdcBrvUdhXEmi/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_details.html.twig_tBocpN5jtTSzqdcBrvUdhXEmi/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_details.html.twig_tBocpN5jtTSzqdcBrvUdhXEmi/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_details.html.twig_tBocpN5jtTSzqdcBrvUdhXEmi/xZEiVnhvxaJevqT4HMQzCiH6gG035n5vIm8zlOTEz10.php b/web/sites/default/files/php/twig/6165707b4ddfa_details.html.twig_tBocpN5jtTSzqdcBrvUdhXEmi/xZEiVnhvxaJevqT4HMQzCiH6gG035n5vIm8zlOTEz10.php deleted file mode 100644 index 15286b35..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_details.html.twig_tBocpN5jtTSzqdcBrvUdhXEmi/xZEiVnhvxaJevqT4HMQzCiH6gG035n5vIm8zlOTEz10.php +++ /dev/null @@ -1,142 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 23 - echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => "seven-details"], "method", false, false, true, 23), 23, $this->source), "html", null, true); - echo ">"; - // line 24 - if (($context["title"] ?? null)) { - // line 26 - $context["summary_classes"] = [0 => "seven-details__summary", 1 => (( // line 28 -($context["required"] ?? null)) ? ("js-form-required") : ("")), 2 => (( // line 29 -($context["required"] ?? null)) ? ("form-required") : (""))]; - // line 32 - echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["summary_attributes"] ?? null), "addClass", [0 => ($context["summary_classes"] ?? null)], "method", false, false, true, 32), 32, $this->source), "html", null, true); - echo "> - "; - // line 33 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title"] ?? null), 33, $this->source), "html", null, true); - echo " - "; - } - // line 36 - echo "
    - "; - // line 37 - if (($context["errors"] ?? null)) { - // line 38 - echo "
    - "; - // line 39 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["errors"] ?? null), 39, $this->source), "html", null, true); - echo " -
    - "; - } - // line 42 - if (($context["description"] ?? null)) { - // line 43 - echo "
    "; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["description"] ?? null), 43, $this->source), "html", null, true); - echo "
    "; - } - // line 45 - if (($context["children"] ?? null)) { - // line 46 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 46, $this->source), "html", null, true); - } - // line 48 - if (($context["value"] ?? null)) { - // line 49 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["value"] ?? null), 49, $this->source), "html", null, true); - } - // line 51 - echo "
    - -"; - } - - public function getTemplateName() - { - return "core/themes/seven/templates/details.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 90 => 51, 87 => 49, 85 => 48, 82 => 46, 80 => 45, 75 => 43, 73 => 42, 67 => 39, 64 => 38, 62 => 37, 59 => 36, 54 => 33, 49 => 32, 47 => 29, 46 => 28, 45 => 26, 43 => 24, 39 => 23,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/seven/templates/details.html.twig", "/var/www/html/web/core/themes/seven/templates/details.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("if" => 24, "set" => 26); - static $filters = array("escape" => 23); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['if', 'set'], - ['escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_dropbutton-wrapper.html.t_151qKBCB4cbXkHyzDBnBoan4L/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_dropbutton-wrapper.html.t_151qKBCB4cbXkHyzDBnBoan4L/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_dropbutton-wrapper.html.t_151qKBCB4cbXkHyzDBnBoan4L/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_dropbutton-wrapper.html.t_151qKBCB4cbXkHyzDBnBoan4L/4CY2DvD6_24GmnpvxlyRsfMunZs4YvAzPp8U3sboY2g.php b/web/sites/default/files/php/twig/6165707b4ddfa_dropbutton-wrapper.html.t_151qKBCB4cbXkHyzDBnBoan4L/4CY2DvD6_24GmnpvxlyRsfMunZs4YvAzPp8U3sboY2g.php deleted file mode 100644 index c895f0c5..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_dropbutton-wrapper.html.t_151qKBCB4cbXkHyzDBnBoan4L/4CY2DvD6_24GmnpvxlyRsfMunZs4YvAzPp8U3sboY2g.php +++ /dev/null @@ -1,106 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 14 - if (($context["children"] ?? null)) { - // line 15 - echo " "; - ob_start(function () { return ''; }); - // line 16 - echo "
    -
    - "; - // line 18 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 18, $this->source), "html", null, true); - echo " -
    -
    - "; - $___internal_3848326317ce7a9530c89823585d1a494f38b8b16e1d377f28c399877ddc0b46_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); - // line 15 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_spaceless($___internal_3848326317ce7a9530c89823585d1a494f38b8b16e1d377f28c399877ddc0b46_)); - } - } - - public function getTemplateName() - { - return "core/modules/system/templates/dropbutton-wrapper.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 55 => 15, 48 => 18, 44 => 16, 41 => 15, 39 => 14,); - } - - public function getSourceContext() - { - return new Source("", "core/modules/system/templates/dropbutton-wrapper.html.twig", "/var/www/html/web/core/modules/system/templates/dropbutton-wrapper.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("if" => 14, "apply" => 15); - static $filters = array("escape" => 18, "spaceless" => 15); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['if', 'apply'], - ['escape', 'spaceless'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_field--node--created.html_eVqSBQ_MjqN-LaA_R7SRvePbo/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_field--node--created.html_eVqSBQ_MjqN-LaA_R7SRvePbo/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_field--node--created.html_eVqSBQ_MjqN-LaA_R7SRvePbo/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_field--node--created.html_eVqSBQ_MjqN-LaA_R7SRvePbo/jDw3UgDE-2a0_g7IP3A8YLKzdMi_0Q3NrckqTxJREk4.php b/web/sites/default/files/php/twig/6165707b4ddfa_field--node--created.html_eVqSBQ_MjqN-LaA_R7SRvePbo/jDw3UgDE-2a0_g7IP3A8YLKzdMi_0Q3NrckqTxJREk4.php deleted file mode 100644 index 8b86ae61..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_field--node--created.html_eVqSBQ_MjqN-LaA_R7SRvePbo/jDw3UgDE-2a0_g7IP3A8YLKzdMi_0Q3NrckqTxJREk4.php +++ /dev/null @@ -1,109 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 23 - $context["classes"] = [0 => "field", 1 => ("field--name-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 25 -($context["field_name"] ?? null), 25, $this->source))), 2 => ("field--type-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 26 -($context["field_type"] ?? null), 26, $this->source))), 3 => ("field--label-" . $this->sandbox->ensureToStringAllowed( // line 27 -($context["label_display"] ?? null), 27, $this->source))]; - // line 30 - echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 30), 30, $this->source), "html", null, true); - echo ">"; - // line 31 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null)); - foreach ($context['_seq'] as $context["_key"] => $context["item"]) { - // line 32 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 32), 32, $this->source), "html", null, true); - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 34 - echo " -"; - } - - public function getTemplateName() - { - return "core/themes/bartik/templates/classy/field/field--node--created.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 58 => 34, 52 => 32, 48 => 31, 44 => 30, 42 => 27, 41 => 26, 40 => 25, 39 => 23,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/bartik/templates/classy/field/field--node--created.html.twig", "/var/www/html/web/core/themes/bartik/templates/classy/field/field--node--created.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("set" => 23, "for" => 31); - static $filters = array("clean_class" => 25, "escape" => 30); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['set', 'for'], - ['clean_class', 'escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_field--node--title.html.t_GAxGSTRw-emkRr6rXNnlwvlEw/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_field--node--title.html.t_GAxGSTRw-emkRr6rXNnlwvlEw/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_field--node--title.html.t_GAxGSTRw-emkRr6rXNnlwvlEw/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_field--node--title.html.t_GAxGSTRw-emkRr6rXNnlwvlEw/NHPk5VjjRcM-n9z1nhkm3kQPHhAxgeYoli0qfVgXmj0.php b/web/sites/default/files/php/twig/6165707b4ddfa_field--node--title.html.t_GAxGSTRw-emkRr6rXNnlwvlEw/NHPk5VjjRcM-n9z1nhkm3kQPHhAxgeYoli0qfVgXmj0.php deleted file mode 100644 index 1498d9b7..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_field--node--title.html.t_GAxGSTRw-emkRr6rXNnlwvlEw/NHPk5VjjRcM-n9z1nhkm3kQPHhAxgeYoli0qfVgXmj0.php +++ /dev/null @@ -1,109 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 23 - $context["classes"] = [0 => "field", 1 => ("field--name-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 25 -($context["field_name"] ?? null), 25, $this->source))), 2 => ("field--type-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 26 -($context["field_type"] ?? null), 26, $this->source))), 3 => ("field--label-" . $this->sandbox->ensureToStringAllowed( // line 27 -($context["label_display"] ?? null), 27, $this->source))]; - // line 30 - echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 30), 30, $this->source), "html", null, true); - echo ">"; - // line 31 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null)); - foreach ($context['_seq'] as $context["_key"] => $context["item"]) { - // line 32 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 32), 32, $this->source), "html", null, true); - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 34 - echo " -"; - } - - public function getTemplateName() - { - return "core/themes/bartik/templates/classy/field/field--node--title.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 58 => 34, 52 => 32, 48 => 31, 44 => 30, 42 => 27, 41 => 26, 40 => 25, 39 => 23,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/bartik/templates/classy/field/field--node--title.html.twig", "/var/www/html/web/core/themes/bartik/templates/classy/field/field--node--title.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("set" => 23, "for" => 31); - static $filters = array("clean_class" => 25, "escape" => 30); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['set', 'for'], - ['clean_class', 'escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_field--node--uid.html.twi_DRo5T9AzOFHDWlxNxJqp3y5O1/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_field--node--uid.html.twi_DRo5T9AzOFHDWlxNxJqp3y5O1/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_field--node--uid.html.twi_DRo5T9AzOFHDWlxNxJqp3y5O1/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_field--node--uid.html.twi_DRo5T9AzOFHDWlxNxJqp3y5O1/9cRU8-Wpqs6jVyfuIhGwPP8jKqYUeODhW2TX1Wkh1ks.php b/web/sites/default/files/php/twig/6165707b4ddfa_field--node--uid.html.twi_DRo5T9AzOFHDWlxNxJqp3y5O1/9cRU8-Wpqs6jVyfuIhGwPP8jKqYUeODhW2TX1Wkh1ks.php deleted file mode 100644 index 1b7aaf2e..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_field--node--uid.html.twi_DRo5T9AzOFHDWlxNxJqp3y5O1/9cRU8-Wpqs6jVyfuIhGwPP8jKqYUeODhW2TX1Wkh1ks.php +++ /dev/null @@ -1,109 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 23 - $context["classes"] = [0 => "field", 1 => ("field--name-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 25 -($context["field_name"] ?? null), 25, $this->source))), 2 => ("field--type-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 26 -($context["field_type"] ?? null), 26, $this->source))), 3 => ("field--label-" . $this->sandbox->ensureToStringAllowed( // line 27 -($context["label_display"] ?? null), 27, $this->source))]; - // line 30 - echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 30), 30, $this->source), "html", null, true); - echo ">"; - // line 31 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null)); - foreach ($context['_seq'] as $context["_key"] => $context["item"]) { - // line 32 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 32), 32, $this->source), "html", null, true); - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 34 - echo " -"; - } - - public function getTemplateName() - { - return "core/themes/bartik/templates/classy/field/field--node--uid.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 58 => 34, 52 => 32, 48 => 31, 44 => 30, 42 => 27, 41 => 26, 40 => 25, 39 => 23,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/bartik/templates/classy/field/field--node--uid.html.twig", "/var/www/html/web/core/themes/bartik/templates/classy/field/field--node--uid.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("set" => 23, "for" => 31); - static $filters = array("clean_class" => 25, "escape" => 30); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['set', 'for'], - ['clean_class', 'escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_field-multiple-value-form_ZfDE7Do2Sn_IsQxYaylrsTY_8/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_field-multiple-value-form_ZfDE7Do2Sn_IsQxYaylrsTY_8/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_field-multiple-value-form_ZfDE7Do2Sn_IsQxYaylrsTY_8/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_field-multiple-value-form_ZfDE7Do2Sn_IsQxYaylrsTY_8/F-eJYpQ0pASHhhrUC9RGJu6GD2z22zVGguT-PLBNvAk.php b/web/sites/default/files/php/twig/6165707b4ddfa_field-multiple-value-form_ZfDE7Do2Sn_IsQxYaylrsTY_8/F-eJYpQ0pASHhhrUC9RGJu6GD2z22zVGguT-PLBNvAk.php deleted file mode 100644 index 08d12b7b..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_field-multiple-value-form_ZfDE7Do2Sn_IsQxYaylrsTY_8/F-eJYpQ0pASHhhrUC9RGJu6GD2z22zVGguT-PLBNvAk.php +++ /dev/null @@ -1,140 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 24 - if (($context["multiple"] ?? null)) { - // line 25 - echo " "; - // line 26 - $context["classes"] = [0 => "js-form-item", 1 => "form-item"]; - // line 31 - echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 31), 31, $this->source), "html", null, true); - echo "> - "; - // line 32 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["table"] ?? null), 32, $this->source), "html", null, true); - echo " - "; - // line 33 - if (twig_get_attribute($this->env, $this->source, ($context["description"] ?? null), "content", [], "any", false, false, true, 33)) { - // line 34 - echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["description"] ?? null), "attributes", [], "any", false, false, true, 34), "addClass", [0 => "description"], "method", false, false, true, 34), 34, $this->source), "html", null, true); - echo " >"; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["description"] ?? null), "content", [], "any", false, false, true, 34), 34, $this->source), "html", null, true); - echo " - "; - } - // line 36 - echo " "; - if (($context["button"] ?? null)) { - // line 37 - echo "
    "; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["button"] ?? null), 37, $this->source), "html", null, true); - echo "
    - "; - } - // line 39 - echo " -"; - } else { - // line 41 - echo " "; - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(($context["elements"] ?? null)); - foreach ($context['_seq'] as $context["_key"] => $context["element"]) { - // line 42 - echo " "; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($context["element"], 42, $this->source), "html", null, true); - echo " - "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['element'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - } - } - - public function getTemplateName() - { - return "core/modules/system/templates/field-multiple-value-form.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 82 => 42, 77 => 41, 73 => 39, 67 => 37, 64 => 36, 56 => 34, 54 => 33, 50 => 32, 45 => 31, 43 => 26, 41 => 25, 39 => 24,); - } - - public function getSourceContext() - { - return new Source("", "core/modules/system/templates/field-multiple-value-form.html.twig", "/var/www/html/web/core/modules/system/templates/field-multiple-value-form.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("if" => 24, "set" => 26, "for" => 41); - static $filters = array("escape" => 31); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['if', 'set', 'for'], - ['escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_field-ui-table.html.twig_zzhoeH0YONKpwoLnyC-Dss9IV/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_field-ui-table.html.twig_zzhoeH0YONKpwoLnyC-Dss9IV/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_field-ui-table.html.twig_zzhoeH0YONKpwoLnyC-Dss9IV/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_field-ui-table.html.twig_zzhoeH0YONKpwoLnyC-Dss9IV/e6fWuU8hHb3aA2GbgbmEsLtXxDbZ0f1oJuMVXLiImmI.php b/web/sites/default/files/php/twig/6165707b4ddfa_field-ui-table.html.twig_zzhoeH0YONKpwoLnyC-Dss9IV/e6fWuU8hHb3aA2GbgbmEsLtXxDbZ0f1oJuMVXLiImmI.php deleted file mode 100644 index f45e45b5..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_field-ui-table.html.twig_zzhoeH0YONKpwoLnyC-Dss9IV/e6fWuU8hHb3aA2GbgbmEsLtXxDbZ0f1oJuMVXLiImmI.php +++ /dev/null @@ -1,95 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 45 - echo "
    - "; - // line 46 - $this->loadTemplate("table.html.twig", "core/modules/field_ui/templates/field-ui-table.html.twig", 46)->display($context); - // line 47 - echo "
    -"; - } - - public function getTemplateName() - { - return "core/modules/field_ui/templates/field-ui-table.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 44 => 47, 42 => 46, 39 => 45,); - } - - public function getSourceContext() - { - return new Source("", "core/modules/field_ui/templates/field-ui-table.html.twig", "/var/www/html/web/core/modules/field_ui/templates/field-ui-table.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("include" => 46); - static $filters = array(); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['include'], - [], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_field.html.twig_sEoLIyVsqfReXDMSS9rGns43W/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_field.html.twig_sEoLIyVsqfReXDMSS9rGns43W/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_field.html.twig_sEoLIyVsqfReXDMSS9rGns43W/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_field.html.twig_sEoLIyVsqfReXDMSS9rGns43W/CbGJTenlGNIR9CZ8embdAA3qn6FWrq76XNcDQxrRLQM.php b/web/sites/default/files/php/twig/6165707b4ddfa_field.html.twig_sEoLIyVsqfReXDMSS9rGns43W/CbGJTenlGNIR9CZ8embdAA3qn6FWrq76XNcDQxrRLQM.php deleted file mode 100644 index 3f7c8889..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_field.html.twig_sEoLIyVsqfReXDMSS9rGns43W/CbGJTenlGNIR9CZ8embdAA3qn6FWrq76XNcDQxrRLQM.php +++ /dev/null @@ -1,192 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 41 - $context["classes"] = [0 => "field", 1 => ("field--name-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 43 -($context["field_name"] ?? null), 43, $this->source))), 2 => ("field--type-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 44 -($context["field_type"] ?? null), 44, $this->source))), 3 => ("field--label-" . $this->sandbox->ensureToStringAllowed( // line 45 -($context["label_display"] ?? null), 45, $this->source)), 4 => ((( // line 46 -($context["label_display"] ?? null) == "inline")) ? ("clearfix") : (""))]; - // line 50 - $context["title_classes"] = [0 => "field__label", 1 => ((( // line 52 -($context["label_display"] ?? null) == "visually_hidden")) ? ("visually-hidden") : (""))]; - // line 55 - echo " -"; - // line 56 - if (($context["label_hidden"] ?? null)) { - // line 57 - echo " "; - if (($context["multiple"] ?? null)) { - // line 58 - echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null), 1 => "field__items"], "method", false, false, true, 58), 58, $this->source), "html", null, true); - echo "> - "; - // line 59 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null)); - foreach ($context['_seq'] as $context["_key"] => $context["item"]) { - // line 60 - echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["item"], "attributes", [], "any", false, false, true, 60), "addClass", [0 => "field__item"], "method", false, false, true, 60), 60, $this->source), "html", null, true); - echo ">"; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 60), 60, $this->source), "html", null, true); - echo " - "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 62 - echo " - "; - } else { - // line 64 - echo " "; - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null)); - foreach ($context['_seq'] as $context["_key"] => $context["item"]) { - // line 65 - echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null), 1 => "field__item"], "method", false, false, true, 65), 65, $this->source), "html", null, true); - echo ">"; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 65), 65, $this->source), "html", null, true); - echo " - "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 67 - echo " "; - } - } else { - // line 69 - echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 69), 69, $this->source), "html", null, true); - echo "> - extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["title_attributes"] ?? null), "addClass", [0 => ($context["title_classes"] ?? null)], "method", false, false, true, 70), 70, $this->source), "html", null, true); - echo ">"; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 70, $this->source), "html", null, true); - echo " - "; - // line 71 - if (($context["multiple"] ?? null)) { - // line 72 - echo "
    - "; - } - // line 74 - echo " "; - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null)); - foreach ($context['_seq'] as $context["_key"] => $context["item"]) { - // line 75 - echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["item"], "attributes", [], "any", false, false, true, 75), "addClass", [0 => "field__item"], "method", false, false, true, 75), 75, $this->source), "html", null, true); - echo ">"; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 75), 75, $this->source), "html", null, true); - echo "
    - "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 77 - echo " "; - if (($context["multiple"] ?? null)) { - // line 78 - echo " - "; - } - // line 80 - echo " -"; - } - } - - public function getTemplateName() - { - return "core/themes/bartik/templates/classy/field/field.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 140 => 80, 136 => 78, 133 => 77, 122 => 75, 117 => 74, 113 => 72, 111 => 71, 105 => 70, 100 => 69, 96 => 67, 85 => 65, 80 => 64, 76 => 62, 65 => 60, 61 => 59, 56 => 58, 53 => 57, 51 => 56, 48 => 55, 46 => 52, 45 => 50, 43 => 46, 42 => 45, 41 => 44, 40 => 43, 39 => 41,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/bartik/templates/classy/field/field.html.twig", "/var/www/html/web/core/themes/bartik/templates/classy/field/field.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("set" => 41, "if" => 56, "for" => 59); - static $filters = array("clean_class" => 43, "escape" => 58); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['set', 'if', 'for'], - ['clean_class', 'escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_fieldset.html.twig_o65Ybay05eNMGyUYInI2EYOa4/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_fieldset.html.twig_o65Ybay05eNMGyUYInI2EYOa4/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_fieldset.html.twig_o65Ybay05eNMGyUYInI2EYOa4/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_fieldset.html.twig_o65Ybay05eNMGyUYInI2EYOa4/H0pxSw9LcHQ7JPN7ajdLOrG45y7Re3F9Df4Rjs11TK0.php b/web/sites/default/files/php/twig/6165707b4ddfa_fieldset.html.twig_o65Ybay05eNMGyUYInI2EYOa4/H0pxSw9LcHQ7JPN7ajdLOrG45y7Re3F9Df4Rjs11TK0.php deleted file mode 100644 index 2191b332..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_fieldset.html.twig_o65Ybay05eNMGyUYInI2EYOa4/H0pxSw9LcHQ7JPN7ajdLOrG45y7Re3F9Df4Rjs11TK0.php +++ /dev/null @@ -1,161 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 24 - $context["classes"] = [0 => "js-form-item", 1 => "form-item", 2 => "js-form-wrapper", 3 => "form-wrapper"]; - // line 31 - echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 31), 31, $this->source), "html", null, true); - echo "> - "; - // line 33 - $context["legend_span_classes"] = [0 => "fieldset-legend", 1 => (( // line 35 -($context["required"] ?? null)) ? ("js-form-required") : ("")), 2 => (( // line 36 -($context["required"] ?? null)) ? ("form-required") : (""))]; - // line 39 - echo " "; - // line 40 - echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["legend"] ?? null), "attributes", [], "any", false, false, true, 40), 40, $this->source), "html", null, true); - echo "> - extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["legend_span"] ?? null), "attributes", [], "any", false, false, true, 41), "addClass", [0 => ($context["legend_span_classes"] ?? null)], "method", false, false, true, 41), 41, $this->source), "html", null, true); - echo ">"; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["legend"] ?? null), "title", [], "any", false, false, true, 41), 41, $this->source), "html", null, true); - echo " - -
    - "; - // line 44 - if (($context["errors"] ?? null)) { - // line 45 - echo "
    - "; - // line 46 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["errors"] ?? null), 46, $this->source), "html", null, true); - echo " -
    - "; - } - // line 49 - echo " "; - if (($context["prefix"] ?? null)) { - // line 50 - echo " "; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["prefix"] ?? null), 50, $this->source), "html", null, true); - echo " - "; - } - // line 52 - echo " "; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 52, $this->source), "html", null, true); - echo " - "; - // line 53 - if (($context["suffix"] ?? null)) { - // line 54 - echo " "; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["suffix"] ?? null), 54, $this->source), "html", null, true); - echo " - "; - } - // line 56 - echo " "; - if (twig_get_attribute($this->env, $this->source, ($context["description"] ?? null), "content", [], "any", false, false, true, 56)) { - // line 57 - echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["description"] ?? null), "attributes", [], "any", false, false, true, 57), "addClass", [0 => "description"], "method", false, false, true, 57), 57, $this->source), "html", null, true); - echo ">"; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["description"] ?? null), "content", [], "any", false, false, true, 57), 57, $this->source), "html", null, true); - echo "
    - "; - } - // line 59 - echo " - -"; - } - - public function getTemplateName() - { - return "core/themes/seven/templates/classy/form/fieldset.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 109 => 59, 101 => 57, 98 => 56, 92 => 54, 90 => 53, 85 => 52, 79 => 50, 76 => 49, 70 => 46, 67 => 45, 65 => 44, 57 => 41, 52 => 40, 50 => 39, 48 => 36, 47 => 35, 46 => 33, 41 => 31, 39 => 24,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/seven/templates/classy/form/fieldset.html.twig", "/var/www/html/web/core/themes/seven/templates/classy/form/fieldset.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("set" => 24, "if" => 44); - static $filters = array("escape" => 31); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['set', 'if'], - ['escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_file-link.html.twig_Kwl52mxm79yzfqt4nFdgEmtYr/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_file-link.html.twig_Kwl52mxm79yzfqt4nFdgEmtYr/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_file-link.html.twig_Kwl52mxm79yzfqt4nFdgEmtYr/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_file-link.html.twig_Kwl52mxm79yzfqt4nFdgEmtYr/ay8sH-14OMMd6qd35hPCSsuS3LQ4VhA1mhKdJlByeDg.php b/web/sites/default/files/php/twig/6165707b4ddfa_file-link.html.twig_Kwl52mxm79yzfqt4nFdgEmtYr/ay8sH-14OMMd6qd35hPCSsuS3LQ4VhA1mhKdJlByeDg.php deleted file mode 100644 index 1bdde3e9..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_file-link.html.twig_Kwl52mxm79yzfqt4nFdgEmtYr/ay8sH-14OMMd6qd35hPCSsuS3LQ4VhA1mhKdJlByeDg.php +++ /dev/null @@ -1,99 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 15 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->attachLibrary("seven/classy.file"), "html", null, true); - echo " -extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 16, $this->source), "html", null, true); - echo ">"; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["icon"] ?? null), 16, $this->source), "html", null, true); - echo " "; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["link"] ?? null), 16, $this->source), "html", null, true); - echo " -"; - } - - public function getTemplateName() - { - return "core/themes/seven/templates/field/file-link.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 43 => 16, 39 => 15,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/seven/templates/field/file-link.html.twig", "/var/www/html/web/core/themes/seven/templates/field/file-link.html.twig"); - } - - public function checkSecurity() - { - static $tags = array(); - static $filters = array("escape" => 15); - static $functions = array("attach_library" => 15); - - try { - $this->sandbox->checkSecurity( - [], - ['escape'], - ['attach_library'] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_file-managed-file.html.tw_dIBxBMhyIWIlehqJMIm1L15as/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_file-managed-file.html.tw_dIBxBMhyIWIlehqJMIm1L15as/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_file-managed-file.html.tw_dIBxBMhyIWIlehqJMIm1L15as/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_file-managed-file.html.tw_dIBxBMhyIWIlehqJMIm1L15as/kTyNyh7iyWBMqZEASuD-AcsUrxTQ2T9L5KkntwlC0uY.php b/web/sites/default/files/php/twig/6165707b4ddfa_file-managed-file.html.tw_dIBxBMhyIWIlehqJMIm1L15as/kTyNyh7iyWBMqZEASuD-AcsUrxTQ2T9L5KkntwlC0uY.php deleted file mode 100644 index 9857b8f3..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_file-managed-file.html.tw_dIBxBMhyIWIlehqJMIm1L15as/kTyNyh7iyWBMqZEASuD-AcsUrxTQ2T9L5KkntwlC0uY.php +++ /dev/null @@ -1,103 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 13 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->attachLibrary("seven/classy.file"), "html", null, true); - echo " -"; - // line 15 - $context["classes"] = [0 => "js-form-managed-file", 1 => "form-managed-file"]; - // line 20 - echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 20), 20, $this->source), "html", null, true); - echo "> - "; - // line 21 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["element"] ?? null), 21, $this->source), "html", null, true); - echo " - -"; - } - - public function getTemplateName() - { - return "core/themes/seven/templates/classy/content-edit/file-managed-file.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 50 => 21, 45 => 20, 43 => 15, 39 => 13,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/seven/templates/classy/content-edit/file-managed-file.html.twig", "/var/www/html/web/core/themes/seven/templates/classy/content-edit/file-managed-file.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("set" => 15); - static $filters = array("escape" => 13); - static $functions = array("attach_library" => 13); - - try { - $this->sandbox->checkSecurity( - ['set'], - ['escape'], - ['attach_library'] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_file-upload-help.html.twi_sjtkJ1phfu--7S-QtT6FxQQMI/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_file-upload-help.html.twi_sjtkJ1phfu--7S-QtT6FxQQMI/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_file-upload-help.html.twi_sjtkJ1phfu--7S-QtT6FxQQMI/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_file-upload-help.html.twi_sjtkJ1phfu--7S-QtT6FxQQMI/t-wyIGyeQMQDQkb5XFK8N075Kx_2B6fFqzccoq9J9i8.php b/web/sites/default/files/php/twig/6165707b4ddfa_file-upload-help.html.twi_sjtkJ1phfu--7S-QtT6FxQQMI/t-wyIGyeQMQDQkb5XFK8N075Kx_2B6fFqzccoq9J9i8.php deleted file mode 100644 index f2d355d2..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_file-upload-help.html.twi_sjtkJ1phfu--7S-QtT6FxQQMI/t-wyIGyeQMQDQkb5XFK8N075Kx_2B6fFqzccoq9J9i8.php +++ /dev/null @@ -1,91 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 14 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->safeJoin($this->env, $this->sandbox->ensureToStringAllowed(($context["descriptions"] ?? null), 14, $this->source), "
    ")); - echo " -"; - } - - public function getTemplateName() - { - return "core/modules/file/templates/file-upload-help.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 39 => 14,); - } - - public function getSourceContext() - { - return new Source("", "core/modules/file/templates/file-upload-help.html.twig", "/var/www/html/web/core/modules/file/templates/file-upload-help.html.twig"); - } - - public function checkSecurity() - { - static $tags = array(); - static $filters = array("safe_join" => 14); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - [], - ['safe_join'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_filter-guidelines.html.tw_bAo-BjGPMQC2EhfO2JE4u2XWl/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_filter-guidelines.html.tw_bAo-BjGPMQC2EhfO2JE4u2XWl/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_filter-guidelines.html.tw_bAo-BjGPMQC2EhfO2JE4u2XWl/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_filter-guidelines.html.tw_bAo-BjGPMQC2EhfO2JE4u2XWl/Vjev7tJ7jVgd7E4IjoZiGlYX7dzoD9P7lbxHZtHJbM4.php b/web/sites/default/files/php/twig/6165707b4ddfa_filter-guidelines.html.tw_bAo-BjGPMQC2EhfO2JE4u2XWl/Vjev7tJ7jVgd7E4IjoZiGlYX7dzoD9P7lbxHZtHJbM4.php deleted file mode 100644 index 3d96af76..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_filter-guidelines.html.tw_bAo-BjGPMQC2EhfO2JE4u2XWl/Vjev7tJ7jVgd7E4IjoZiGlYX7dzoD9P7lbxHZtHJbM4.php +++ /dev/null @@ -1,104 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 21 - $context["classes"] = [0 => "filter-guidelines-item", 1 => ("filter-guidelines-" . $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, // line 23 -($context["format"] ?? null), "id", [], "any", false, false, true, 23), 23, $this->source))]; - // line 26 - echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 26), 26, $this->source), "html", null, true); - echo "> -

    "; - // line 27 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["format"] ?? null), "label", [], "any", false, false, true, 27), 27, $this->source), "html", null, true); - echo "

    - "; - // line 28 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["tips"] ?? null), 28, $this->source), "html", null, true); - echo " - -"; - } - - public function getTemplateName() - { - return "core/themes/seven/templates/classy/content-edit/filter-guidelines.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 51 => 28, 47 => 27, 42 => 26, 40 => 23, 39 => 21,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/seven/templates/classy/content-edit/filter-guidelines.html.twig", "/var/www/html/web/core/themes/seven/templates/classy/content-edit/filter-guidelines.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("set" => 21); - static $filters = array("escape" => 26); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['set'], - ['escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_filter-tips.html.twig_Sdta78rIywZ-9Vm4OcMDvhI0L/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_filter-tips.html.twig_Sdta78rIywZ-9Vm4OcMDvhI0L/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_filter-tips.html.twig_Sdta78rIywZ-9Vm4OcMDvhI0L/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_filter-tips.html.twig_Sdta78rIywZ-9Vm4OcMDvhI0L/FvPRuEGsMAWSaTvjRmlHWiH50jPdYpibGiWQm6MdS2c.php b/web/sites/default/files/php/twig/6165707b4ddfa_filter-tips.html.twig_Sdta78rIywZ-9Vm4OcMDvhI0L/FvPRuEGsMAWSaTvjRmlHWiH50jPdYpibGiWQm6MdS2c.php deleted file mode 100644 index 150b4bab..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_filter-tips.html.twig_Sdta78rIywZ-9Vm4OcMDvhI0L/FvPRuEGsMAWSaTvjRmlHWiH50jPdYpibGiWQm6MdS2c.php +++ /dev/null @@ -1,189 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 19 - if (($context["multiple"] ?? null)) { - // line 20 - echo "

    "; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Text Formats")); - echo "

    -"; - } - // line 22 - echo " -"; - // line 23 - if (twig_length_filter($this->env, ($context["tips"] ?? null))) { - // line 24 - echo " "; - if (($context["multiple"] ?? null)) { - // line 25 - echo "
    - "; - } - // line 27 - echo " - "; - // line 28 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(($context["tips"] ?? null)); - foreach ($context['_seq'] as $context["name"] => $context["tip"]) { - // line 29 - echo " "; - if (($context["multiple"] ?? null)) { - // line 30 - echo " "; - // line 31 - $context["tip_classes"] = [0 => "filter-type", 1 => ("filter-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 33 -$context["name"], 33, $this->source)))]; - // line 36 - echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["tip"], "attributes", [], "any", false, false, true, 36), "addClass", [0 => ($context["tip_classes"] ?? null)], "method", false, false, true, 36), 36, $this->source), "html", null, true); - echo "> -

    "; - // line 37 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["tip"], "name", [], "any", false, false, true, 37), 37, $this->source), "html", null, true); - echo "

    - "; - } - // line 39 - echo " - "; - // line 40 - if (twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, $context["tip"], "list", [], "any", false, false, true, 40))) { - // line 41 - echo "
      - "; - // line 42 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, $context["tip"], "list", [], "any", false, false, true, 42)); - foreach ($context['_seq'] as $context["_key"] => $context["item"]) { - // line 43 - echo " "; - // line 44 - $context["item_classes"] = [0 => (( // line 45 -($context["long"] ?? null)) ? (("filter-" . twig_replace_filter($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "id", [], "any", false, false, true, 45), 45, $this->source), ["/" => "-"]))) : (""))]; - // line 48 - echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["item"], "attributes", [], "any", false, false, true, 48), "addClass", [0 => ($context["item_classes"] ?? null)], "method", false, false, true, 48), 48, $this->source), "html", null, true); - echo ">"; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "tip", [], "any", false, false, true, 48), 48, $this->source), "html", null, true); - echo " - "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 50 - echo "
    - "; - } - // line 52 - echo " - "; - // line 53 - if (($context["multiple"] ?? null)) { - // line 54 - echo "
    - "; - } - // line 56 - echo " "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['name'], $context['tip'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 57 - echo " - "; - // line 58 - if (($context["multiple"] ?? null)) { - // line 59 - echo " - "; - } - } - } - - public function getTemplateName() - { - return "core/themes/seven/templates/classy/content-edit/filter-tips.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 136 => 59, 134 => 58, 131 => 57, 125 => 56, 121 => 54, 119 => 53, 116 => 52, 112 => 50, 101 => 48, 99 => 45, 98 => 44, 96 => 43, 92 => 42, 89 => 41, 87 => 40, 84 => 39, 79 => 37, 74 => 36, 72 => 33, 71 => 31, 69 => 30, 66 => 29, 62 => 28, 59 => 27, 55 => 25, 52 => 24, 50 => 23, 47 => 22, 41 => 20, 39 => 19,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/seven/templates/classy/content-edit/filter-tips.html.twig", "/var/www/html/web/core/themes/seven/templates/classy/content-edit/filter-tips.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("if" => 19, "for" => 28, "set" => 31); - static $filters = array("t" => 20, "length" => 23, "clean_class" => 33, "escape" => 36, "replace" => 45); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['if', 'for', 'set'], - ['t', 'length', 'clean_class', 'escape', 'replace'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_form-element-label.html.t_K8cR5Ldo-xvHzcMu9jwpNy3TJ/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_form-element-label.html.t_K8cR5Ldo-xvHzcMu9jwpNy3TJ/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_form-element-label.html.t_K8cR5Ldo-xvHzcMu9jwpNy3TJ/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_form-element-label.html.t_K8cR5Ldo-xvHzcMu9jwpNy3TJ/B671BHuLN7oUzKDUcv1T0ox5wSIw205ZzgCY0Ybl7KU.php b/web/sites/default/files/php/twig/6165707b4ddfa_form-element-label.html.t_K8cR5Ldo-xvHzcMu9jwpNy3TJ/B671BHuLN7oUzKDUcv1T0ox5wSIw205ZzgCY0Ybl7KU.php deleted file mode 100644 index 555b87a9..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_form-element-label.html.t_K8cR5Ldo-xvHzcMu9jwpNy3TJ/B671BHuLN7oUzKDUcv1T0ox5wSIw205ZzgCY0Ybl7KU.php +++ /dev/null @@ -1,102 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 16 - $context["classes"] = [0 => ((( // line 17 -($context["title_display"] ?? null) == "after")) ? ("option") : ("")), 1 => ((( // line 18 -($context["title_display"] ?? null) == "invisible")) ? ("visually-hidden") : ("")), 2 => (( // line 19 -($context["required"] ?? null)) ? ("js-form-required") : ("")), 3 => (( // line 20 -($context["required"] ?? null)) ? ("form-required") : (""))]; - // line 23 - if (( !twig_test_empty(($context["title"] ?? null)) || ($context["required"] ?? null))) { - // line 24 - echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 24), 24, $this->source), "html", null, true); - echo ">"; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title"] ?? null), 24, $this->source), "html", null, true); - echo ""; - } - } - - public function getTemplateName() - { - return "core/themes/seven/templates/classy/form/form-element-label.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 47 => 24, 45 => 23, 43 => 20, 42 => 19, 41 => 18, 40 => 17, 39 => 16,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/seven/templates/classy/form/form-element-label.html.twig", "/var/www/html/web/core/themes/seven/templates/classy/form/form-element-label.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("set" => 16, "if" => 23); - static $filters = array("escape" => 24); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['set', 'if'], - ['escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_form-element-label.html.t_lD3l4trzE-cH038ztsm6nMdzO/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_form-element-label.html.t_lD3l4trzE-cH038ztsm6nMdzO/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_form-element-label.html.t_lD3l4trzE-cH038ztsm6nMdzO/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_form-element-label.html.t_lD3l4trzE-cH038ztsm6nMdzO/omYnTENxJLc_cX0IVqM-_x0kaM8YoKPDG4VSZp46IpU.php b/web/sites/default/files/php/twig/6165707b4ddfa_form-element-label.html.t_lD3l4trzE-cH038ztsm6nMdzO/omYnTENxJLc_cX0IVqM-_x0kaM8YoKPDG4VSZp46IpU.php deleted file mode 100644 index cd86d6d1..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_form-element-label.html.t_lD3l4trzE-cH038ztsm6nMdzO/omYnTENxJLc_cX0IVqM-_x0kaM8YoKPDG4VSZp46IpU.php +++ /dev/null @@ -1,102 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 16 - $context["classes"] = [0 => ((( // line 17 -($context["title_display"] ?? null) == "after")) ? ("option") : ("")), 1 => ((( // line 18 -($context["title_display"] ?? null) == "invisible")) ? ("visually-hidden") : ("")), 2 => (( // line 19 -($context["required"] ?? null)) ? ("js-form-required") : ("")), 3 => (( // line 20 -($context["required"] ?? null)) ? ("form-required") : (""))]; - // line 23 - if (( !twig_test_empty(($context["title"] ?? null)) || ($context["required"] ?? null))) { - // line 24 - echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 24), 24, $this->source), "html", null, true); - echo ">"; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title"] ?? null), 24, $this->source), "html", null, true); - echo ""; - } - } - - public function getTemplateName() - { - return "core/themes/bartik/templates/classy/form/form-element-label.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 47 => 24, 45 => 23, 43 => 20, 42 => 19, 41 => 18, 40 => 17, 39 => 16,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/bartik/templates/classy/form/form-element-label.html.twig", "/var/www/html/web/core/themes/bartik/templates/classy/form/form-element-label.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("set" => 16, "if" => 23); - static $filters = array("escape" => 24); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['set', 'if'], - ['escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_form-element.html.twig_7ATwcorGwLfgnzRmIrOg6mXwI/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_form-element.html.twig_7ATwcorGwLfgnzRmIrOg6mXwI/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_form-element.html.twig_7ATwcorGwLfgnzRmIrOg6mXwI/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_form-element.html.twig_7ATwcorGwLfgnzRmIrOg6mXwI/tx1d5IyMr2uSQkL7ooR4d0RxT75BjEqBTFptPng3jy0.php b/web/sites/default/files/php/twig/6165707b4ddfa_form-element.html.twig_7ATwcorGwLfgnzRmIrOg6mXwI/tx1d5IyMr2uSQkL7ooR4d0RxT75BjEqBTFptPng3jy0.php deleted file mode 100644 index d0e7bec4..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_form-element.html.twig_7ATwcorGwLfgnzRmIrOg6mXwI/tx1d5IyMr2uSQkL7ooR4d0RxT75BjEqBTFptPng3jy0.php +++ /dev/null @@ -1,186 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 48 - $context["classes"] = [0 => "js-form-item", 1 => "form-item", 2 => ("js-form-type-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 51 -($context["type"] ?? null), 51, $this->source))), 3 => ("form-type-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 52 -($context["type"] ?? null), 52, $this->source))), 4 => ("js-form-item-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 53 -($context["name"] ?? null), 53, $this->source))), 5 => ("form-item-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 54 -($context["name"] ?? null), 54, $this->source))), 6 => ((!twig_in_filter( // line 55 -($context["title_display"] ?? null), [0 => "after", 1 => "before"])) ? ("form-no-label") : ("")), 7 => ((( // line 56 -($context["disabled"] ?? null) == "disabled")) ? ("form-disabled") : ("")), 8 => (( // line 57 -($context["errors"] ?? null)) ? ("form-item--error") : (""))]; - // line 61 - $context["description_classes"] = [0 => "description", 1 => ((( // line 63 -($context["description_display"] ?? null) == "invisible")) ? ("visually-hidden") : (""))]; - // line 66 - echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 66), 66, $this->source), "html", null, true); - echo "> - "; - // line 67 - if (twig_in_filter(($context["label_display"] ?? null), [0 => "before", 1 => "invisible"])) { - // line 68 - echo " "; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 68, $this->source), "html", null, true); - echo " - "; - } - // line 70 - echo " "; - if ( !twig_test_empty(($context["prefix"] ?? null))) { - // line 71 - echo " "; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["prefix"] ?? null), 71, $this->source), "html", null, true); - echo " - "; - } - // line 73 - echo " "; - if (((($context["description_display"] ?? null) == "before") && twig_get_attribute($this->env, $this->source, ($context["description"] ?? null), "content", [], "any", false, false, true, 73))) { - // line 74 - echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["description"] ?? null), "attributes", [], "any", false, false, true, 74), 74, $this->source), "html", null, true); - echo "> - "; - // line 75 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["description"] ?? null), "content", [], "any", false, false, true, 75), 75, $this->source), "html", null, true); - echo " - - "; - } - // line 78 - echo " "; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 78, $this->source), "html", null, true); - echo " - "; - // line 79 - if ( !twig_test_empty(($context["suffix"] ?? null))) { - // line 80 - echo " "; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["suffix"] ?? null), 80, $this->source), "html", null, true); - echo " - "; - } - // line 82 - echo " "; - if ((($context["label_display"] ?? null) == "after")) { - // line 83 - echo " "; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 83, $this->source), "html", null, true); - echo " - "; - } - // line 85 - echo " "; - if (($context["errors"] ?? null)) { - // line 86 - echo "
    - "; - // line 87 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["errors"] ?? null), 87, $this->source), "html", null, true); - echo " -
    - "; - } - // line 90 - echo " "; - if ((twig_in_filter(($context["description_display"] ?? null), [0 => "after", 1 => "invisible"]) && twig_get_attribute($this->env, $this->source, ($context["description"] ?? null), "content", [], "any", false, false, true, 90))) { - // line 91 - echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["description"] ?? null), "attributes", [], "any", false, false, true, 91), "addClass", [0 => ($context["description_classes"] ?? null)], "method", false, false, true, 91), 91, $this->source), "html", null, true); - echo "> - "; - // line 92 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["description"] ?? null), "content", [], "any", false, false, true, 92), 92, $this->source), "html", null, true); - echo " - - "; - } - // line 95 - echo " -"; - } - - public function getTemplateName() - { - return "core/themes/seven/templates/classy/form/form-element.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 135 => 95, 129 => 92, 124 => 91, 121 => 90, 115 => 87, 112 => 86, 109 => 85, 103 => 83, 100 => 82, 94 => 80, 92 => 79, 87 => 78, 81 => 75, 76 => 74, 73 => 73, 67 => 71, 64 => 70, 58 => 68, 56 => 67, 51 => 66, 49 => 63, 48 => 61, 46 => 57, 45 => 56, 44 => 55, 43 => 54, 42 => 53, 41 => 52, 40 => 51, 39 => 48,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/seven/templates/classy/form/form-element.html.twig", "/var/www/html/web/core/themes/seven/templates/classy/form/form-element.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("set" => 48, "if" => 67); - static $filters = array("clean_class" => 51, "escape" => 66); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['set', 'if'], - ['clean_class', 'escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_form-element.html.twig_gNwb1tKQr93U3jZuDKzNF-Nc6/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_form-element.html.twig_gNwb1tKQr93U3jZuDKzNF-Nc6/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_form-element.html.twig_gNwb1tKQr93U3jZuDKzNF-Nc6/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_form-element.html.twig_gNwb1tKQr93U3jZuDKzNF-Nc6/_nhAbovYMUk-z9uMUXjml-mB3KcfRayxcca1ykbteJ8.php b/web/sites/default/files/php/twig/6165707b4ddfa_form-element.html.twig_gNwb1tKQr93U3jZuDKzNF-Nc6/_nhAbovYMUk-z9uMUXjml-mB3KcfRayxcca1ykbteJ8.php deleted file mode 100644 index 4fd6c28a..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_form-element.html.twig_gNwb1tKQr93U3jZuDKzNF-Nc6/_nhAbovYMUk-z9uMUXjml-mB3KcfRayxcca1ykbteJ8.php +++ /dev/null @@ -1,186 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 48 - $context["classes"] = [0 => "js-form-item", 1 => "form-item", 2 => ("js-form-type-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 51 -($context["type"] ?? null), 51, $this->source))), 3 => ("form-type-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 52 -($context["type"] ?? null), 52, $this->source))), 4 => ("js-form-item-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 53 -($context["name"] ?? null), 53, $this->source))), 5 => ("form-item-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 54 -($context["name"] ?? null), 54, $this->source))), 6 => ((!twig_in_filter( // line 55 -($context["title_display"] ?? null), [0 => "after", 1 => "before"])) ? ("form-no-label") : ("")), 7 => ((( // line 56 -($context["disabled"] ?? null) == "disabled")) ? ("form-disabled") : ("")), 8 => (( // line 57 -($context["errors"] ?? null)) ? ("form-item--error") : (""))]; - // line 61 - $context["description_classes"] = [0 => "description", 1 => ((( // line 63 -($context["description_display"] ?? null) == "invisible")) ? ("visually-hidden") : (""))]; - // line 66 - echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 66), 66, $this->source), "html", null, true); - echo "> - "; - // line 67 - if (twig_in_filter(($context["label_display"] ?? null), [0 => "before", 1 => "invisible"])) { - // line 68 - echo " "; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 68, $this->source), "html", null, true); - echo " - "; - } - // line 70 - echo " "; - if ( !twig_test_empty(($context["prefix"] ?? null))) { - // line 71 - echo " "; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["prefix"] ?? null), 71, $this->source), "html", null, true); - echo " - "; - } - // line 73 - echo " "; - if (((($context["description_display"] ?? null) == "before") && twig_get_attribute($this->env, $this->source, ($context["description"] ?? null), "content", [], "any", false, false, true, 73))) { - // line 74 - echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["description"] ?? null), "attributes", [], "any", false, false, true, 74), 74, $this->source), "html", null, true); - echo "> - "; - // line 75 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["description"] ?? null), "content", [], "any", false, false, true, 75), 75, $this->source), "html", null, true); - echo " - - "; - } - // line 78 - echo " "; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 78, $this->source), "html", null, true); - echo " - "; - // line 79 - if ( !twig_test_empty(($context["suffix"] ?? null))) { - // line 80 - echo " "; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["suffix"] ?? null), 80, $this->source), "html", null, true); - echo " - "; - } - // line 82 - echo " "; - if ((($context["label_display"] ?? null) == "after")) { - // line 83 - echo " "; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 83, $this->source), "html", null, true); - echo " - "; - } - // line 85 - echo " "; - if (($context["errors"] ?? null)) { - // line 86 - echo "
    - "; - // line 87 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["errors"] ?? null), 87, $this->source), "html", null, true); - echo " -
    - "; - } - // line 90 - echo " "; - if ((twig_in_filter(($context["description_display"] ?? null), [0 => "after", 1 => "invisible"]) && twig_get_attribute($this->env, $this->source, ($context["description"] ?? null), "content", [], "any", false, false, true, 90))) { - // line 91 - echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["description"] ?? null), "attributes", [], "any", false, false, true, 91), "addClass", [0 => ($context["description_classes"] ?? null)], "method", false, false, true, 91), 91, $this->source), "html", null, true); - echo "> - "; - // line 92 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["description"] ?? null), "content", [], "any", false, false, true, 92), 92, $this->source), "html", null, true); - echo " - - "; - } - // line 95 - echo " -"; - } - - public function getTemplateName() - { - return "core/themes/bartik/templates/classy/form/form-element.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 135 => 95, 129 => 92, 124 => 91, 121 => 90, 115 => 87, 112 => 86, 109 => 85, 103 => 83, 100 => 82, 94 => 80, 92 => 79, 87 => 78, 81 => 75, 76 => 74, 73 => 73, 67 => 71, 64 => 70, 58 => 68, 56 => 67, 51 => 66, 49 => 63, 48 => 61, 46 => 57, 45 => 56, 44 => 55, 43 => 54, 42 => 53, 41 => 52, 40 => 51, 39 => 48,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/bartik/templates/classy/form/form-element.html.twig", "/var/www/html/web/core/themes/bartik/templates/classy/form/form-element.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("set" => 48, "if" => 67); - static $filters = array("clean_class" => 51, "escape" => 66); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['set', 'if'], - ['clean_class', 'escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_form.html.twig_p1V3YaeB58RMxDyfZrJavV7xU/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_form.html.twig_p1V3YaeB58RMxDyfZrJavV7xU/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_form.html.twig_p1V3YaeB58RMxDyfZrJavV7xU/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_form.html.twig_p1V3YaeB58RMxDyfZrJavV7xU/3Lpt3jB1Sujq2OUivBEtFEfNq91OmqENmrR8qS5gXyo.php b/web/sites/default/files/php/twig/6165707b4ddfa_form.html.twig_p1V3YaeB58RMxDyfZrJavV7xU/3Lpt3jB1Sujq2OUivBEtFEfNq91OmqENmrR8qS5gXyo.php deleted file mode 100644 index 8f683efe..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_form.html.twig_p1V3YaeB58RMxDyfZrJavV7xU/3Lpt3jB1Sujq2OUivBEtFEfNq91OmqENmrR8qS5gXyo.php +++ /dev/null @@ -1,97 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 15 - echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 15, $this->source), "html", null, true); - echo "> - "; - // line 16 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 16, $this->source), "html", null, true); - echo " - -"; - } - - public function getTemplateName() - { - return "core/modules/system/templates/form.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 44 => 16, 39 => 15,); - } - - public function getSourceContext() - { - return new Source("", "core/modules/system/templates/form.html.twig", "/var/www/html/web/core/modules/system/templates/form.html.twig"); - } - - public function checkSecurity() - { - static $tags = array(); - static $filters = array("escape" => 15); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - [], - ['escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_html.html.twig_3CkNxZch1E-a2qb9mySrN6kNg/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_html.html.twig_3CkNxZch1E-a2qb9mySrN6kNg/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_html.html.twig_3CkNxZch1E-a2qb9mySrN6kNg/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_html.html.twig_3CkNxZch1E-a2qb9mySrN6kNg/hXf7K6UMsgijzekN0RUE0k7rfvZDA4dDLmcW3xgB6Gs.php b/web/sites/default/files/php/twig/6165707b4ddfa_html.html.twig_3CkNxZch1E-a2qb9mySrN6kNg/hXf7K6UMsgijzekN0RUE0k7rfvZDA4dDLmcW3xgB6Gs.php deleted file mode 100644 index e6ee8232..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_html.html.twig_3CkNxZch1E-a2qb9mySrN6kNg/hXf7K6UMsgijzekN0RUE0k7rfvZDA4dDLmcW3xgB6Gs.php +++ /dev/null @@ -1,148 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 27 - $context["body_classes"] = [0 => (( // line 28 -($context["logged_in"] ?? null)) ? ("user-logged-in") : ("")), 1 => (( ! // line 29 -($context["root_path"] ?? null)) ? ("path-frontpage") : (("path-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(($context["root_path"] ?? null), 29, $this->source))))), 2 => (( // line 30 -($context["node_type"] ?? null)) ? (("page-node-type-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(($context["node_type"] ?? null), 30, $this->source)))) : ("")), 3 => (( // line 31 -($context["db_offline"] ?? null)) ? ("db-offline") : (""))]; - // line 34 - echo " -extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["html_attributes"] ?? null), 35, $this->source), "html", null, true); - echo "> - - extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["placeholder_token"] ?? null), 37, $this->source), "html", null, true); - echo "\"> - "; - // line 38 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->safeJoin($this->env, $this->sandbox->ensureToStringAllowed(($context["head_title"] ?? null), 38, $this->source), " | ")); - echo " - extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["placeholder_token"] ?? null), 39, $this->source), "html", null, true); - echo "\"> - extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["placeholder_token"] ?? null), 40, $this->source), "html", null, true); - echo "\"> - - extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["body_classes"] ?? null)], "method", false, false, true, 42), 42, $this->source), "html", null, true); - echo "> - "; - // line 47 - echo " - "; - // line 48 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Skip to main content")); - echo " - - "; - // line 50 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["page_top"] ?? null), 50, $this->source), "html", null, true); - echo " - "; - // line 51 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["page"] ?? null), 51, $this->source), "html", null, true); - echo " - "; - // line 52 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["page_bottom"] ?? null), 52, $this->source), "html", null, true); - echo " - extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["placeholder_token"] ?? null), 53, $this->source), "html", null, true); - echo "\"> - - -"; - } - - public function getTemplateName() - { - return "core/themes/seven/templates/classy/layout/html.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 94 => 53, 90 => 52, 86 => 51, 82 => 50, 77 => 48, 74 => 47, 70 => 42, 65 => 40, 61 => 39, 57 => 38, 53 => 37, 48 => 35, 45 => 34, 43 => 31, 42 => 30, 41 => 29, 40 => 28, 39 => 27,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/seven/templates/classy/layout/html.html.twig", "/var/www/html/web/core/themes/seven/templates/classy/layout/html.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("set" => 27); - static $filters = array("clean_class" => 29, "escape" => 35, "safe_join" => 38, "t" => 48); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['set'], - ['clean_class', 'escape', 'safe_join', 't'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_html.html.twig_3GQ_964F34K43h7OWOLG95Fzx/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_html.html.twig_3GQ_964F34K43h7OWOLG95Fzx/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_html.html.twig_3GQ_964F34K43h7OWOLG95Fzx/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_html.html.twig_3GQ_964F34K43h7OWOLG95Fzx/DatY7fyCDQWYVgZ3vOwNg4mRSGGUvAXCxvNTC2nk0I8.php b/web/sites/default/files/php/twig/6165707b4ddfa_html.html.twig_3GQ_964F34K43h7OWOLG95Fzx/DatY7fyCDQWYVgZ3vOwNg4mRSGGUvAXCxvNTC2nk0I8.php deleted file mode 100644 index 6a7635c0..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_html.html.twig_3GQ_964F34K43h7OWOLG95Fzx/DatY7fyCDQWYVgZ3vOwNg4mRSGGUvAXCxvNTC2nk0I8.php +++ /dev/null @@ -1,148 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 27 - $context["body_classes"] = [0 => (( // line 28 -($context["logged_in"] ?? null)) ? ("user-logged-in") : ("")), 1 => (( ! // line 29 -($context["root_path"] ?? null)) ? ("path-frontpage") : (("path-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(($context["root_path"] ?? null), 29, $this->source))))), 2 => (( // line 30 -($context["node_type"] ?? null)) ? (("page-node-type-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(($context["node_type"] ?? null), 30, $this->source)))) : ("")), 3 => (( // line 31 -($context["db_offline"] ?? null)) ? ("db-offline") : (""))]; - // line 34 - echo " -extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["html_attributes"] ?? null), 35, $this->source), "html", null, true); - echo "> - - extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["placeholder_token"] ?? null), 37, $this->source), "html", null, true); - echo "\"> - "; - // line 38 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->safeJoin($this->env, $this->sandbox->ensureToStringAllowed(($context["head_title"] ?? null), 38, $this->source), " | ")); - echo " - extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["placeholder_token"] ?? null), 39, $this->source), "html", null, true); - echo "\"> - extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["placeholder_token"] ?? null), 40, $this->source), "html", null, true); - echo "\"> - - extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["body_classes"] ?? null)], "method", false, false, true, 42), 42, $this->source), "html", null, true); - echo "> - "; - // line 47 - echo " - "; - // line 48 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Skip to main content")); - echo " - - "; - // line 50 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["page_top"] ?? null), 50, $this->source), "html", null, true); - echo " - "; - // line 51 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["page"] ?? null), 51, $this->source), "html", null, true); - echo " - "; - // line 52 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["page_bottom"] ?? null), 52, $this->source), "html", null, true); - echo " - extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["placeholder_token"] ?? null), 53, $this->source), "html", null, true); - echo "\"> - - -"; - } - - public function getTemplateName() - { - return "core/themes/bartik/templates/classy/layout/html.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 94 => 53, 90 => 52, 86 => 51, 82 => 50, 77 => 48, 74 => 47, 70 => 42, 65 => 40, 61 => 39, 57 => 38, 53 => 37, 48 => 35, 45 => 34, 43 => 31, 42 => 30, 41 => 29, 40 => 28, 39 => 27,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/bartik/templates/classy/layout/html.html.twig", "/var/www/html/web/core/themes/bartik/templates/classy/layout/html.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("set" => 27); - static $filters = array("clean_class" => 29, "escape" => 35, "safe_join" => 38, "t" => 48); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['set'], - ['clean_class', 'escape', 'safe_join', 't'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_image-formatter.html.twig_4SrWdKfsgGM3U_vVoiQJnEUgn/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_image-formatter.html.twig_4SrWdKfsgGM3U_vVoiQJnEUgn/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_image-formatter.html.twig_4SrWdKfsgGM3U_vVoiQJnEUgn/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_image-formatter.html.twig_4SrWdKfsgGM3U_vVoiQJnEUgn/IelJLuRDtw4vPRrbzT9Ahj3S5OetUAO2g3u38f39yOk.php b/web/sites/default/files/php/twig/6165707b4ddfa_image-formatter.html.twig_4SrWdKfsgGM3U_vVoiQJnEUgn/IelJLuRDtw4vPRrbzT9Ahj3S5OetUAO2g3u38f39yOk.php deleted file mode 100644 index e3aceebb..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_image-formatter.html.twig_4SrWdKfsgGM3U_vVoiQJnEUgn/IelJLuRDtw4vPRrbzT9Ahj3S5OetUAO2g3u38f39yOk.php +++ /dev/null @@ -1,101 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 16 - if (($context["url"] ?? null)) { - // line 17 - echo " "; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->getLink($this->sandbox->ensureToStringAllowed(($context["image"] ?? null), 17, $this->source), $this->sandbox->ensureToStringAllowed(($context["url"] ?? null), 17, $this->source)), "html", null, true); - echo " -"; - } else { - // line 19 - echo " "; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["image"] ?? null), 19, $this->source), "html", null, true); - echo " -"; - } - } - - public function getTemplateName() - { - return "core/modules/image/templates/image-formatter.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 47 => 19, 41 => 17, 39 => 16,); - } - - public function getSourceContext() - { - return new Source("", "core/modules/image/templates/image-formatter.html.twig", "/var/www/html/web/core/modules/image/templates/image-formatter.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("if" => 16); - static $filters = array("escape" => 17); - static $functions = array("link" => 17); - - try { - $this->sandbox->checkSecurity( - ['if'], - ['escape'], - ['link'] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_image-scale-summary.html._VDz_tABX0pcxBlm_WeE2Vbsz6/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_image-scale-summary.html._VDz_tABX0pcxBlm_WeE2Vbsz6/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_image-scale-summary.html._VDz_tABX0pcxBlm_WeE2Vbsz6/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_image-scale-summary.html._VDz_tABX0pcxBlm_WeE2Vbsz6/ZM1dklBlFmev23pNEun9P4uZ4Ujuy9FiR9OMKGSyT4Y.php b/web/sites/default/files/php/twig/6165707b4ddfa_image-scale-summary.html._VDz_tABX0pcxBlm_WeE2Vbsz6/ZM1dklBlFmev23pNEun9P4uZ4Ujuy9FiR9OMKGSyT4Y.php deleted file mode 100644 index 9da41870..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_image-scale-summary.html._VDz_tABX0pcxBlm_WeE2Vbsz6/ZM1dklBlFmev23pNEun9P4uZ4Ujuy9FiR9OMKGSyT4Y.php +++ /dev/null @@ -1,120 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 19 - if ((twig_get_attribute($this->env, $this->source, ($context["data"] ?? null), "width", [], "any", false, false, true, 19) && twig_get_attribute($this->env, $this->source, ($context["data"] ?? null), "height", [], "any", false, false, true, 19))) { - // line 20 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["data"] ?? null), "width", [], "any", false, false, true, 20), 20, $this->source), "html", null, true); - echo "×"; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["data"] ?? null), "height", [], "any", false, false, true, 20), 20, $this->source), "html", null, true); - } else { - // line 22 - if (twig_get_attribute($this->env, $this->source, ($context["data"] ?? null), "width", [], "any", false, false, true, 22)) { - // line 23 - echo " "; - echo t("width @data.width", array("@data.width" => twig_get_attribute($this->env, $this->source, // line 24 -($context["data"] ?? null), "width", [], "any", false, false, true, 24), )); - // line 26 - echo " "; - } elseif (twig_get_attribute($this->env, $this->source, ($context["data"] ?? null), "height", [], "any", false, false, true, 26)) { - // line 27 - echo " "; - echo t("height @data.height", array("@data.height" => twig_get_attribute($this->env, $this->source, // line 28 -($context["data"] ?? null), "height", [], "any", false, false, true, 28), )); - // line 30 - echo " "; - } - } - // line 32 - echo " -"; - // line 33 - if (twig_get_attribute($this->env, $this->source, ($context["data"] ?? null), "upscale", [], "any", false, false, true, 33)) { - // line 34 - echo " "; - echo t("(upscaling allowed)", array()); - } - } - - public function getTemplateName() - { - return "core/modules/image/templates/image-scale-summary.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 68 => 34, 66 => 33, 63 => 32, 59 => 30, 57 => 28, 55 => 27, 52 => 26, 50 => 24, 48 => 23, 46 => 22, 41 => 20, 39 => 19,); - } - - public function getSourceContext() - { - return new Source("", "core/modules/image/templates/image-scale-summary.html.twig", "/var/www/html/web/core/modules/image/templates/image-scale-summary.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("if" => 19, "trans" => 23); - static $filters = array("escape" => 20); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['if', 'trans'], - ['escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_image-style-preview.html._EwzS-eT6wPpYppZzZD0pbntZZ/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_image-style-preview.html._EwzS-eT6wPpYppZzZD0pbntZZ/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_image-style-preview.html._EwzS-eT6wPpYppZzZD0pbntZZ/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_image-style-preview.html._EwzS-eT6wPpYppZzZD0pbntZZ/KdqhLwXGTPn7ljmkTZdu8QXwEqoXKd0cnNLN1x98i10.php b/web/sites/default/files/php/twig/6165707b4ddfa_image-style-preview.html._EwzS-eT6wPpYppZzZD0pbntZZ/KdqhLwXGTPn7ljmkTZdu8QXwEqoXKd0cnNLN1x98i10.php deleted file mode 100644 index cfa1d3b4..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_image-style-preview.html._EwzS-eT6wPpYppZzZD0pbntZZ/KdqhLwXGTPn7ljmkTZdu8QXwEqoXKd0cnNLN1x98i10.php +++ /dev/null @@ -1,176 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 33 - echo "
    - "; - // line 35 - echo "
    - "; - // line 36 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("original")); - echo " (extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["original"] ?? null), "url", [], "any", false, false, true, 36), 36, $this->source), "html", null, true); - echo "\">"; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("view actual size")); - echo ") -
    extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["preview"] ?? null), "original", [], "any", false, false, true, 37), "width", [], "any", false, false, true, 37), 37, $this->source), "html", null, true); - echo "px; height: "; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["preview"] ?? null), "original", [], "any", false, false, true, 37), "height", [], "any", false, false, true, 37), 37, $this->source), "html", null, true); - echo "px;\"> - extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["original"] ?? null), "url", [], "any", false, false, true, 38), 38, $this->source), "html", null, true); - echo "\"> - "; - // line 39 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["original"] ?? null), "rendered", [], "any", false, false, true, 39), 39, $this->source), "html", null, true); - echo " - -
    extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["preview"] ?? null), "original", [], "any", false, false, true, 41), "height", [], "any", false, false, true, 41), 41, $this->source), "html", null, true); - echo "px\">"; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["original"] ?? null), "height", [], "any", false, false, true, 41), 41, $this->source), "html", null, true); - echo "px
    -
    extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["preview"] ?? null), "original", [], "any", false, false, true, 42), "width", [], "any", false, false, true, 42), 42, $this->source), "html", null, true); - echo "px\">"; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["original"] ?? null), "width", [], "any", false, false, true, 42), 42, $this->source), "html", null, true); - echo "px
    -
    -
    - - "; - // line 47 - echo "
    - "; - // line 48 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["style_name"] ?? null), 48, $this->source), "html", null, true); - echo " (extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["derivative"] ?? null), "url", [], "any", false, false, true, 48), 48, $this->source), "html", null, true); - echo "?"; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["cache_bypass"] ?? null), 48, $this->source), "html", null, true); - echo "\">"; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("view actual size")); - echo ") -
    extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["preview"] ?? null), "derivative", [], "any", false, false, true, 49), "width", [], "any", false, false, true, 49), 49, $this->source), "html", null, true); - echo "px; height: "; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["preview"] ?? null), "derivative", [], "any", false, false, true, 49), "height", [], "any", false, false, true, 49), 49, $this->source), "html", null, true); - echo "px;\"> - extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["derivative"] ?? null), "url", [], "any", false, false, true, 50), 50, $this->source), "html", null, true); - echo "?"; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["cache_bypass"] ?? null), 50, $this->source), "html", null, true); - echo "\"> - "; - // line 51 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["derivative"] ?? null), "rendered", [], "any", false, false, true, 51), 51, $this->source), "html", null, true); - echo " - -
    extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["preview"] ?? null), "derivative", [], "any", false, false, true, 53), "height", [], "any", false, false, true, 53), 53, $this->source), "html", null, true); - echo "px\">"; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["derivative"] ?? null), "height", [], "any", false, false, true, 53), 53, $this->source), "html", null, true); - echo "px
    -
    extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["preview"] ?? null), "derivative", [], "any", false, false, true, 54), "width", [], "any", false, false, true, 54), 54, $this->source), "html", null, true); - echo "px\">"; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["derivative"] ?? null), "width", [], "any", false, false, true, 54), 54, $this->source), "html", null, true); - echo "px
    -
    -
    -
    -"; - } - - public function getTemplateName() - { - return "core/modules/image/templates/image-style-preview.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 119 => 54, 113 => 53, 108 => 51, 102 => 50, 96 => 49, 86 => 48, 83 => 47, 74 => 42, 68 => 41, 63 => 39, 59 => 38, 53 => 37, 45 => 36, 42 => 35, 39 => 33,); - } - - public function getSourceContext() - { - return new Source("", "core/modules/image/templates/image-style-preview.html.twig", "/var/www/html/web/core/modules/image/templates/image-style-preview.html.twig"); - } - - public function checkSecurity() - { - static $tags = array(); - static $filters = array("t" => 36, "escape" => 36); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - [], - ['t', 'escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_image-style.html.twig_yStenzpG03dtrSQDpRTXNsJsQ/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_image-style.html.twig_yStenzpG03dtrSQDpRTXNsJsQ/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_image-style.html.twig_yStenzpG03dtrSQDpRTXNsJsQ/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_image-style.html.twig_yStenzpG03dtrSQDpRTXNsJsQ/sh1MC5CMLnpXiWz3JMF92414PirkLK1sAmV4x2MAyz0.php b/web/sites/default/files/php/twig/6165707b4ddfa_image-style.html.twig_yStenzpG03dtrSQDpRTXNsJsQ/sh1MC5CMLnpXiWz3JMF92414PirkLK1sAmV4x2MAyz0.php deleted file mode 100644 index 976cdbba..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_image-style.html.twig_yStenzpG03dtrSQDpRTXNsJsQ/sh1MC5CMLnpXiWz3JMF92414PirkLK1sAmV4x2MAyz0.php +++ /dev/null @@ -1,91 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 20 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["image"] ?? null), 20, $this->source), "html", null, true); - echo " -"; - } - - public function getTemplateName() - { - return "core/modules/image/templates/image-style.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 39 => 20,); - } - - public function getSourceContext() - { - return new Source("", "core/modules/image/templates/image-style.html.twig", "/var/www/html/web/core/modules/image/templates/image-style.html.twig"); - } - - public function checkSecurity() - { - static $tags = array(); - static $filters = array("escape" => 20); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - [], - ['escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_image-widget.html.twig_YzE6YYhpQ7kecZ4xlEdbaJeEq/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_image-widget.html.twig_YzE6YYhpQ7kecZ4xlEdbaJeEq/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_image-widget.html.twig_YzE6YYhpQ7kecZ4xlEdbaJeEq/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_image-widget.html.twig_YzE6YYhpQ7kecZ4xlEdbaJeEq/j3vj3_WjIqNSzrPLgE66vSw9LLRN85vkYd-GKPPvZ-I.php b/web/sites/default/files/php/twig/6165707b4ddfa_image-widget.html.twig_YzE6YYhpQ7kecZ4xlEdbaJeEq/j3vj3_WjIqNSzrPLgE66vSw9LLRN85vkYd-GKPPvZ-I.php deleted file mode 100644 index 6ff2a436..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_image-widget.html.twig_YzE6YYhpQ7kecZ4xlEdbaJeEq/j3vj3_WjIqNSzrPLgE66vSw9LLRN85vkYd-GKPPvZ-I.php +++ /dev/null @@ -1,117 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 13 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->attachLibrary("seven/classy.image-widget"), "html", null, true); - echo " - -extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 15, $this->source), "html", null, true); - echo "> - "; - // line 16 - if (twig_get_attribute($this->env, $this->source, ($context["data"] ?? null), "preview", [], "any", false, false, true, 16)) { - // line 17 - echo "
    - "; - // line 18 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["data"] ?? null), "preview", [], "any", false, false, true, 18), 18, $this->source), "html", null, true); - echo " -
    - "; - } - // line 21 - echo "
    - "; - // line 23 - echo " "; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->withoutFilter($this->sandbox->ensureToStringAllowed(($context["data"] ?? null), 23, $this->source), "preview"), "html", null, true); - echo " -
    - -"; - } - - public function getTemplateName() - { - return "core/themes/seven/templates/image-widget.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 62 => 23, 59 => 21, 53 => 18, 50 => 17, 48 => 16, 44 => 15, 39 => 13,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/seven/templates/image-widget.html.twig", "/var/www/html/web/core/themes/seven/templates/image-widget.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("if" => 16); - static $filters = array("escape" => 13, "without" => 23); - static $functions = array("attach_library" => 13); - - try { - $this->sandbox->checkSecurity( - ['if'], - ['escape', 'without'], - ['attach_library'] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_image.html.twig_P6BlNIlHtRa7bJZa8-yHdDRwK/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_image.html.twig_P6BlNIlHtRa7bJZa8-yHdDRwK/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_image.html.twig_P6BlNIlHtRa7bJZa8-yHdDRwK/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_image.html.twig_P6BlNIlHtRa7bJZa8-yHdDRwK/LsVJZ0RedEenjfna78rxKT8HZko3Co_Zmldebao9jBs.php b/web/sites/default/files/php/twig/6165707b4ddfa_image.html.twig_P6BlNIlHtRa7bJZa8-yHdDRwK/LsVJZ0RedEenjfna78rxKT8HZko3Co_Zmldebao9jBs.php deleted file mode 100644 index 4620dcbc..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_image.html.twig_P6BlNIlHtRa7bJZa8-yHdDRwK/LsVJZ0RedEenjfna78rxKT8HZko3Co_Zmldebao9jBs.php +++ /dev/null @@ -1,95 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 14 - $context["classes"] = [0 => (( // line 15 -($context["style_name"] ?? null)) ? (("image-style-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(($context["style_name"] ?? null), 15, $this->source)))) : (""))]; - // line 18 - echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 18), 18, $this->source), "html", null, true); - echo " /> -"; - } - - public function getTemplateName() - { - return "core/themes/seven/templates/classy/field/image.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 42 => 18, 40 => 15, 39 => 14,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/seven/templates/classy/field/image.html.twig", "/var/www/html/web/core/themes/seven/templates/classy/field/image.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("set" => 14); - static $filters = array("clean_class" => 15, "escape" => 18); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['set'], - ['clean_class', 'escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_image.html.twig_v9GOJ0nZBSdNYqEdD2o9XmJVu/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_image.html.twig_v9GOJ0nZBSdNYqEdD2o9XmJVu/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_image.html.twig_v9GOJ0nZBSdNYqEdD2o9XmJVu/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_image.html.twig_v9GOJ0nZBSdNYqEdD2o9XmJVu/V-sw1aVoZyA3kUWSocgRWdvg9MDBIwmOi9t0Lu4lIpE.php b/web/sites/default/files/php/twig/6165707b4ddfa_image.html.twig_v9GOJ0nZBSdNYqEdD2o9XmJVu/V-sw1aVoZyA3kUWSocgRWdvg9MDBIwmOi9t0Lu4lIpE.php deleted file mode 100644 index df1021b6..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_image.html.twig_v9GOJ0nZBSdNYqEdD2o9XmJVu/V-sw1aVoZyA3kUWSocgRWdvg9MDBIwmOi9t0Lu4lIpE.php +++ /dev/null @@ -1,95 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 14 - $context["classes"] = [0 => (( // line 15 -($context["style_name"] ?? null)) ? (("image-style-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(($context["style_name"] ?? null), 15, $this->source)))) : (""))]; - // line 18 - echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 18), 18, $this->source), "html", null, true); - echo " /> -"; - } - - public function getTemplateName() - { - return "core/themes/bartik/templates/classy/field/image.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 42 => 18, 40 => 15, 39 => 14,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/bartik/templates/classy/field/image.html.twig", "/var/www/html/web/core/themes/bartik/templates/classy/field/image.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("set" => 14); - static $filters = array("clean_class" => 15, "escape" => 18); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['set'], - ['clean_class', 'escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_input.html.twig_Y70wnzRlboJXNT66BCRqsPrc4/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_input.html.twig_Y70wnzRlboJXNT66BCRqsPrc4/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_input.html.twig_Y70wnzRlboJXNT66BCRqsPrc4/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_input.html.twig_Y70wnzRlboJXNT66BCRqsPrc4/w0F7IFmFJ7lBXGIV-5QlzSjO555R2_K1XWPwkD8uZ2I.php b/web/sites/default/files/php/twig/6165707b4ddfa_input.html.twig_Y70wnzRlboJXNT66BCRqsPrc4/w0F7IFmFJ7lBXGIV-5QlzSjO555R2_K1XWPwkD8uZ2I.php deleted file mode 100644 index 17c91a21..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_input.html.twig_Y70wnzRlboJXNT66BCRqsPrc4/w0F7IFmFJ7lBXGIV-5QlzSjO555R2_K1XWPwkD8uZ2I.php +++ /dev/null @@ -1,94 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 15 - echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 15, $this->source), "html", null, true); - echo " />"; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 15, $this->source), "html", null, true); - echo " -"; - } - - public function getTemplateName() - { - return "core/modules/system/templates/input.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 39 => 15,); - } - - public function getSourceContext() - { - return new Source("", "core/modules/system/templates/input.html.twig", "/var/www/html/web/core/modules/system/templates/input.html.twig"); - } - - public function checkSecurity() - { - static $tags = array(); - static $filters = array("escape" => 15); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - [], - ['escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_item-list.html.twig_c-hSTiApbkysGYWv67xPFoNga/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_item-list.html.twig_c-hSTiApbkysGYWv67xPFoNga/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_item-list.html.twig_c-hSTiApbkysGYWv67xPFoNga/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_item-list.html.twig_c-hSTiApbkysGYWv67xPFoNga/P_E5CrlgzytjR_WJ-fvu1aJYAdYorSSZvtElg0EPwj8.php b/web/sites/default/files/php/twig/6165707b4ddfa_item-list.html.twig_c-hSTiApbkysGYWv67xPFoNga/P_E5CrlgzytjR_WJ-fvu1aJYAdYorSSZvtElg0EPwj8.php deleted file mode 100644 index 49339a35..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_item-list.html.twig_c-hSTiApbkysGYWv67xPFoNga/P_E5CrlgzytjR_WJ-fvu1aJYAdYorSSZvtElg0EPwj8.php +++ /dev/null @@ -1,139 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 22 - if (twig_get_attribute($this->env, $this->source, ($context["context"] ?? null), "list_style", [], "any", false, false, true, 22)) { - // line 23 - $context["wrapper_attributes"] = twig_get_attribute($this->env, $this->source, ($context["wrapper_attributes"] ?? null), "addClass", [0 => ("item-list--" . $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["context"] ?? null), "list_style", [], "any", false, false, true, 23), 23, $this->source))], "method", false, false, true, 23); - // line 24 - $context["attributes"] = twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ("item-list__" . $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["context"] ?? null), "list_style", [], "any", false, false, true, 24), 24, $this->source))], "method", false, false, true, 24); - } - // line 26 - if ((($context["items"] ?? null) || ($context["empty"] ?? null))) { - // line 27 - echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["wrapper_attributes"] ?? null), "addClass", [0 => "item-list"], "method", false, false, true, 27), 27, $this->source), "html", null, true); - echo ">"; - // line 28 - if ( !twig_test_empty(($context["title"] ?? null))) { - // line 29 - echo "

    "; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title"] ?? null), 29, $this->source), "html", null, true); - echo "

    "; - } - // line 31 - if (($context["items"] ?? null)) { - // line 32 - echo "<"; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["list_type"] ?? null), 32, $this->source), "html", null, true); - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 32, $this->source), "html", null, true); - echo ">"; - // line 33 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null)); - foreach ($context['_seq'] as $context["_key"] => $context["item"]) { - // line 34 - echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "attributes", [], "any", false, false, true, 34), 34, $this->source), "html", null, true); - echo ">"; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "value", [], "any", false, false, true, 34), 34, $this->source), "html", null, true); - echo ""; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 36 - echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["list_type"] ?? null), 36, $this->source), "html", null, true); - echo ">"; - } else { - // line 38 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["empty"] ?? null), 38, $this->source), "html", null, true); - } - // line 40 - echo ""; - } - } - - public function getTemplateName() - { - return "core/themes/seven/templates/classy/dataset/item-list.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 88 => 40, 85 => 38, 80 => 36, 70 => 34, 66 => 33, 61 => 32, 59 => 31, 54 => 29, 52 => 28, 48 => 27, 46 => 26, 43 => 24, 41 => 23, 39 => 22,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/seven/templates/classy/dataset/item-list.html.twig", "/var/www/html/web/core/themes/seven/templates/classy/dataset/item-list.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("if" => 22, "set" => 23, "for" => 33); - static $filters = array("escape" => 27); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['if', 'set', 'for'], - ['escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_links--node.html.twig_YgbPv1E9i-ZvUbp7HLZxbxYhh/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_links--node.html.twig_YgbPv1E9i-ZvUbp7HLZxbxYhh/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_links--node.html.twig_YgbPv1E9i-ZvUbp7HLZxbxYhh/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_links--node.html.twig_YgbPv1E9i-ZvUbp7HLZxbxYhh/RG5noil55SoBdHzpMQr872r5syh7f8-Xam2noxi9C48.php b/web/sites/default/files/php/twig/6165707b4ddfa_links--node.html.twig_YgbPv1E9i-ZvUbp7HLZxbxYhh/RG5noil55SoBdHzpMQr872r5syh7f8-Xam2noxi9C48.php deleted file mode 100644 index 8682aeca..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_links--node.html.twig_YgbPv1E9i-ZvUbp7HLZxbxYhh/RG5noil55SoBdHzpMQr872r5syh7f8-Xam2noxi9C48.php +++ /dev/null @@ -1,98 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 36 - if (($context["links"] ?? null)) { - // line 37 - echo "
    - "; - // line 38 - $this->loadTemplate("links.html.twig", "core/themes/bartik/templates/classy/content/links--node.html.twig", 38)->display($context); - // line 39 - echo "
    -"; - } - } - - public function getTemplateName() - { - return "core/themes/bartik/templates/classy/content/links--node.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 46 => 39, 44 => 38, 41 => 37, 39 => 36,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/bartik/templates/classy/content/links--node.html.twig", "/var/www/html/web/core/themes/bartik/templates/classy/content/links--node.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("if" => 36, "include" => 38); - static $filters = array(); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['if', 'include'], - [], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_links.html.twig_VNIn_ow20dfOW52gnzb0VUeWd/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_links.html.twig_VNIn_ow20dfOW52gnzb0VUeWd/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_links.html.twig_VNIn_ow20dfOW52gnzb0VUeWd/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_links.html.twig_VNIn_ow20dfOW52gnzb0VUeWd/kDDlF7KN90IvziOChe2quzBNr-qW_xshDdyEuFraqjA.php b/web/sites/default/files/php/twig/6165707b4ddfa_links.html.twig_VNIn_ow20dfOW52gnzb0VUeWd/kDDlF7KN90IvziOChe2quzBNr-qW_xshDdyEuFraqjA.php deleted file mode 100644 index 6ccf1fbd..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_links.html.twig_VNIn_ow20dfOW52gnzb0VUeWd/kDDlF7KN90IvziOChe2quzBNr-qW_xshDdyEuFraqjA.php +++ /dev/null @@ -1,148 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 36 - if (($context["links"] ?? null)) { - // line 37 - if (($context["heading"] ?? null)) { - // line 38 - if (twig_get_attribute($this->env, $this->source, ($context["heading"] ?? null), "level", [], "any", false, false, true, 38)) { - // line 39 - echo "<"; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["heading"] ?? null), "level", [], "any", false, false, true, 39), 39, $this->source), "html", null, true); - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["heading"] ?? null), "attributes", [], "any", false, false, true, 39), 39, $this->source), "html", null, true); - echo ">"; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["heading"] ?? null), "text", [], "any", false, false, true, 39), 39, $this->source), "html", null, true); - echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["heading"] ?? null), "level", [], "any", false, false, true, 39), 39, $this->source), "html", null, true); - echo ">"; - } else { - // line 41 - echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["heading"] ?? null), "attributes", [], "any", false, false, true, 41), 41, $this->source), "html", null, true); - echo ">"; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["heading"] ?? null), "text", [], "any", false, false, true, 41), 41, $this->source), "html", null, true); - echo ""; - } - } - // line 44 - echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 44, $this->source), "html", null, true); - echo ">"; - // line 45 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(($context["links"] ?? null)); - foreach ($context['_seq'] as $context["_key"] => $context["item"]) { - // line 46 - echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "attributes", [], "any", false, false, true, 46), 46, $this->source), "html", null, true); - echo ">"; - // line 47 - if (twig_get_attribute($this->env, $this->source, $context["item"], "link", [], "any", false, false, true, 47)) { - // line 48 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "link", [], "any", false, false, true, 48), 48, $this->source), "html", null, true); - } elseif (twig_get_attribute($this->env, $this->source, // line 49 -$context["item"], "text_attributes", [], "any", false, false, true, 49)) { - // line 50 - echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "text_attributes", [], "any", false, false, true, 50), 50, $this->source), "html", null, true); - echo ">"; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "text", [], "any", false, false, true, 50), 50, $this->source), "html", null, true); - echo ""; - } else { - // line 52 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "text", [], "any", false, false, true, 52), 52, $this->source), "html", null, true); - } - // line 54 - echo ""; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 56 - echo ""; - } - } - - public function getTemplateName() - { - return "core/modules/system/templates/links.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 97 => 56, 91 => 54, 88 => 52, 81 => 50, 79 => 49, 77 => 48, 75 => 47, 71 => 46, 67 => 45, 63 => 44, 55 => 41, 45 => 39, 43 => 38, 41 => 37, 39 => 36,); - } - - public function getSourceContext() - { - return new Source("", "core/modules/system/templates/links.html.twig", "/var/www/html/web/core/modules/system/templates/links.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("if" => 36, "for" => 45); - static $filters = array("escape" => 39); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['if', 'for'], - ['escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_menu--toolbar.html.twig_m_YnYkDCPHX3VFptbBkiRayQC/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_menu--toolbar.html.twig_m_YnYkDCPHX3VFptbBkiRayQC/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_menu--toolbar.html.twig_m_YnYkDCPHX3VFptbBkiRayQC/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_menu--toolbar.html.twig_m_YnYkDCPHX3VFptbBkiRayQC/QO3c1aNPI2O-aRh_voF14UTxaK5F36mPC_2VxAOt3Wo.php b/web/sites/default/files/php/twig/6165707b4ddfa_menu--toolbar.html.twig_m_YnYkDCPHX3VFptbBkiRayQC/QO3c1aNPI2O-aRh_voF14UTxaK5F36mPC_2VxAOt3Wo.php deleted file mode 100644 index 89fcd630..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_menu--toolbar.html.twig_m_YnYkDCPHX3VFptbBkiRayQC/QO3c1aNPI2O-aRh_voF14UTxaK5F36mPC_2VxAOt3Wo.php +++ /dev/null @@ -1,178 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 23 - $macros["menus"] = $this->macros["menus"] = $this; - // line 24 - echo " -"; - // line 29 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_call_macro($macros["menus"], "macro_menu_links", [($context["items"] ?? null), ($context["attributes"] ?? null), 0], 29, $context, $this->getSourceContext())); - echo " - -"; - } - - // line 31 - public function macro_menu_links($__items__ = null, $__attributes__ = null, $__menu_level__ = null, ...$__varargs__) - { - $macros = $this->macros; - $context = $this->env->mergeGlobals([ - "items" => $__items__, - "attributes" => $__attributes__, - "menu_level" => $__menu_level__, - "varargs" => $__varargs__, - ]); - - $blocks = []; - - ob_start(function () { return ''; }); - try { - // line 32 - echo " "; - $macros["menus"] = $this; - // line 33 - echo " "; - if (($context["items"] ?? null)) { - // line 34 - echo " "; - if ((($context["menu_level"] ?? null) == 0)) { - // line 35 - echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => "toolbar-menu"], "method", false, false, true, 35), 35, $this->source), "html", null, true); - echo "> - "; - } else { - // line 37 - echo "
      - "; - } - // line 39 - echo " "; - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null)); - foreach ($context['_seq'] as $context["_key"] => $context["item"]) { - // line 40 - echo " "; - // line 41 - $context["classes"] = [0 => "menu-item", 1 => ((twig_get_attribute($this->env, $this->source, // line 43 -$context["item"], "is_expanded", [], "any", false, false, true, 43)) ? ("menu-item--expanded") : ("")), 2 => ((twig_get_attribute($this->env, $this->source, // line 44 -$context["item"], "is_collapsed", [], "any", false, false, true, 44)) ? ("menu-item--collapsed") : ("")), 3 => ((twig_get_attribute($this->env, $this->source, // line 45 -$context["item"], "in_active_trail", [], "any", false, false, true, 45)) ? ("menu-item--active-trail") : (""))]; - // line 48 - echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["item"], "attributes", [], "any", false, false, true, 48), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 48), 48, $this->source), "html", null, true); - echo "> - "; - // line 49 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->getLink($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "title", [], "any", false, false, true, 49), 49, $this->source), $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "url", [], "any", false, false, true, 49), 49, $this->source)), "html", null, true); - echo " - "; - // line 50 - if (twig_get_attribute($this->env, $this->source, $context["item"], "below", [], "any", false, false, true, 50)) { - // line 51 - echo " "; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_call_macro($macros["menus"], "macro_menu_links", [twig_get_attribute($this->env, $this->source, $context["item"], "below", [], "any", false, false, true, 51), ($context["attributes"] ?? null), (($context["menu_level"] ?? null) + 1)], 51, $context, $this->getSourceContext())); - echo " - "; - } - // line 53 - echo " - "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 55 - echo "
    - "; - } - - return ('' === $tmp = ob_get_contents()) ? '' : new Markup($tmp, $this->env->getCharset()); - } finally { - ob_end_clean(); - } - } - - public function getTemplateName() - { - return "core/modules/toolbar/templates/menu--toolbar.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 121 => 55, 114 => 53, 108 => 51, 106 => 50, 102 => 49, 97 => 48, 95 => 45, 94 => 44, 93 => 43, 92 => 41, 90 => 40, 85 => 39, 81 => 37, 75 => 35, 72 => 34, 69 => 33, 66 => 32, 51 => 31, 44 => 29, 41 => 24, 39 => 23,); - } - - public function getSourceContext() - { - return new Source("", "core/modules/toolbar/templates/menu--toolbar.html.twig", "/var/www/html/web/core/modules/toolbar/templates/menu--toolbar.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("import" => 23, "macro" => 31, "if" => 33, "for" => 39, "set" => 41); - static $filters = array("escape" => 35); - static $functions = array("link" => 49); - - try { - $this->sandbox->checkSecurity( - ['import', 'macro', 'if', 'for', 'set'], - ['escape'], - ['link'] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_menu-local-action.html.tw_IaZoHHNn8Qcku1fN2a_HS4eet/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_menu-local-action.html.tw_IaZoHHNn8Qcku1fN2a_HS4eet/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_menu-local-action.html.tw_IaZoHHNn8Qcku1fN2a_HS4eet/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_menu-local-action.html.tw_IaZoHHNn8Qcku1fN2a_HS4eet/sEzb9_zOLQUsFGBSG2GEv5KvVEjXXg_C59QlD2FtPuU.php b/web/sites/default/files/php/twig/6165707b4ddfa_menu-local-action.html.tw_IaZoHHNn8Qcku1fN2a_HS4eet/sEzb9_zOLQUsFGBSG2GEv5KvVEjXXg_C59QlD2FtPuU.php deleted file mode 100644 index 30975ade..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_menu-local-action.html.tw_IaZoHHNn8Qcku1fN2a_HS4eet/sEzb9_zOLQUsFGBSG2GEv5KvVEjXXg_C59QlD2FtPuU.php +++ /dev/null @@ -1,94 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 15 - echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 15, $this->source), "html", null, true); - echo ">"; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["link"] ?? null), 15, $this->source), "html", null, true); - echo " -"; - } - - public function getTemplateName() - { - return "core/modules/system/templates/menu-local-action.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 39 => 15,); - } - - public function getSourceContext() - { - return new Source("", "core/modules/system/templates/menu-local-action.html.twig", "/var/www/html/web/core/modules/system/templates/menu-local-action.html.twig"); - } - - public function checkSecurity() - { - static $tags = array(); - static $filters = array("escape" => 15); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - [], - ['escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_menu-local-task.html.twig_Kq37U8IjfwViN8gaA2-hES65l/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_menu-local-task.html.twig_Kq37U8IjfwViN8gaA2-hES65l/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_menu-local-task.html.twig_Kq37U8IjfwViN8gaA2-hES65l/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_menu-local-task.html.twig_Kq37U8IjfwViN8gaA2-hES65l/Lu0gMucvhqAzy6LqVmeBEKh0MiQJC1KYEv2_boxb4pk.php b/web/sites/default/files/php/twig/6165707b4ddfa_menu-local-task.html.twig_Kq37U8IjfwViN8gaA2-hES65l/Lu0gMucvhqAzy6LqVmeBEKh0MiQJC1KYEv2_boxb4pk.php deleted file mode 100644 index 1f967431..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_menu-local-task.html.twig_Kq37U8IjfwViN8gaA2-hES65l/Lu0gMucvhqAzy6LqVmeBEKh0MiQJC1KYEv2_boxb4pk.php +++ /dev/null @@ -1,94 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 17 - echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ((($context["is_active"] ?? null)) ? ("is-active") : (""))], "method", false, false, true, 17), 17, $this->source), "html", null, true); - echo ">"; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["link"] ?? null), 17, $this->source), "html", null, true); - echo " -"; - } - - public function getTemplateName() - { - return "core/themes/seven/templates/classy/navigation/menu-local-task.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 39 => 17,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/seven/templates/classy/navigation/menu-local-task.html.twig", "/var/www/html/web/core/themes/seven/templates/classy/navigation/menu-local-task.html.twig"); - } - - public function checkSecurity() - { - static $tags = array(); - static $filters = array("escape" => 17); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - [], - ['escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_menu-local-task.html.twig_WP4kxT3td2rdGOfRk4S6u-W91/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_menu-local-task.html.twig_WP4kxT3td2rdGOfRk4S6u-W91/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_menu-local-task.html.twig_WP4kxT3td2rdGOfRk4S6u-W91/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_menu-local-task.html.twig_WP4kxT3td2rdGOfRk4S6u-W91/U1yEGfOmRREbsciut-S4v6RGYT_rDtCC7XMsC6jQoT8.php b/web/sites/default/files/php/twig/6165707b4ddfa_menu-local-task.html.twig_WP4kxT3td2rdGOfRk4S6u-W91/U1yEGfOmRREbsciut-S4v6RGYT_rDtCC7XMsC6jQoT8.php deleted file mode 100644 index 4557d2ac..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_menu-local-task.html.twig_WP4kxT3td2rdGOfRk4S6u-W91/U1yEGfOmRREbsciut-S4v6RGYT_rDtCC7XMsC6jQoT8.php +++ /dev/null @@ -1,94 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 17 - echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ((($context["is_active"] ?? null)) ? ("is-active") : (""))], "method", false, false, true, 17), 17, $this->source), "html", null, true); - echo ">"; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["link"] ?? null), 17, $this->source), "html", null, true); - echo " -"; - } - - public function getTemplateName() - { - return "core/themes/bartik/templates/classy/navigation/menu-local-task.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 39 => 17,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/bartik/templates/classy/navigation/menu-local-task.html.twig", "/var/www/html/web/core/themes/bartik/templates/classy/navigation/menu-local-task.html.twig"); - } - - public function checkSecurity() - { - static $tags = array(); - static $filters = array("escape" => 17); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - [], - ['escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_menu-local-tasks.html.twi_4D-X0VpxkkYxBgFwf4eJzFgcS/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_menu-local-tasks.html.twi_4D-X0VpxkkYxBgFwf4eJzFgcS/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_menu-local-tasks.html.twi_4D-X0VpxkkYxBgFwf4eJzFgcS/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_menu-local-tasks.html.twi_4D-X0VpxkkYxBgFwf4eJzFgcS/w4-0um0gelRLRrOjgRZ9bz4GgqeYgV_b4C7du-z4qZA.php b/web/sites/default/files/php/twig/6165707b4ddfa_menu-local-tasks.html.twi_4D-X0VpxkkYxBgFwf4eJzFgcS/w4-0um0gelRLRrOjgRZ9bz4GgqeYgV_b4C7du-z4qZA.php deleted file mode 100644 index edc4b61a..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_menu-local-tasks.html.twi_4D-X0VpxkkYxBgFwf4eJzFgcS/w4-0um0gelRLRrOjgRZ9bz4GgqeYgV_b4C7du-z4qZA.php +++ /dev/null @@ -1,119 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 16 - if (($context["primary"] ?? null)) { - // line 17 - echo "

    "; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Primary tabs")); - echo "

    - -"; - } - // line 23 - if (($context["secondary"] ?? null)) { - // line 24 - echo "

    "; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Secondary tabs")); - echo "

    - -"; - } - } - - public function getTemplateName() - { - return "core/themes/seven/templates/menu-local-tasks.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 65 => 26, 59 => 24, 57 => 23, 51 => 20, 47 => 19, 41 => 17, 39 => 16,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/seven/templates/menu-local-tasks.html.twig", "/var/www/html/web/core/themes/seven/templates/menu-local-tasks.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("if" => 16); - static $filters = array("t" => 17, "escape" => 20); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['if'], - ['t', 'escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_menu-local-tasks.html.twi_xdnJb2vVKa73D4YwUWxxxySfb/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_menu-local-tasks.html.twi_xdnJb2vVKa73D4YwUWxxxySfb/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_menu-local-tasks.html.twi_xdnJb2vVKa73D4YwUWxxxySfb/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_menu-local-tasks.html.twi_xdnJb2vVKa73D4YwUWxxxySfb/hHpapbMxPqOpFb9hPHByils9T315XZnEPDOnxzCdAeQ.php b/web/sites/default/files/php/twig/6165707b4ddfa_menu-local-tasks.html.twi_xdnJb2vVKa73D4YwUWxxxySfb/hHpapbMxPqOpFb9hPHByils9T315XZnEPDOnxzCdAeQ.php deleted file mode 100644 index 87e67ea9..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_menu-local-tasks.html.twi_xdnJb2vVKa73D4YwUWxxxySfb/hHpapbMxPqOpFb9hPHByils9T315XZnEPDOnxzCdAeQ.php +++ /dev/null @@ -1,111 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 14 - if (($context["primary"] ?? null)) { - // line 15 - echo "

    "; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Primary tabs")); - echo "

    -
      "; - // line 16 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["primary"] ?? null), 16, $this->source), "html", null, true); - echo "
    -"; - } - // line 18 - if (($context["secondary"] ?? null)) { - // line 19 - echo "

    "; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Secondary tabs")); - echo "

    -
      "; - // line 20 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["secondary"] ?? null), 20, $this->source), "html", null, true); - echo "
    -"; - } - } - - public function getTemplateName() - { - return "core/themes/bartik/templates/classy/navigation/menu-local-tasks.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 58 => 20, 53 => 19, 51 => 18, 46 => 16, 41 => 15, 39 => 14,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/bartik/templates/classy/navigation/menu-local-tasks.html.twig", "/var/www/html/web/core/themes/bartik/templates/classy/navigation/menu-local-tasks.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("if" => 14); - static $filters = array("t" => 15, "escape" => 16); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['if'], - ['t', 'escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_menu.html.twig_53tCJRrmRmf7jBtkEWx1m4rqQ/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_menu.html.twig_53tCJRrmRmf7jBtkEWx1m4rqQ/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_menu.html.twig_53tCJRrmRmf7jBtkEWx1m4rqQ/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_menu.html.twig_53tCJRrmRmf7jBtkEWx1m4rqQ/ljLtOWA_K3-snLEjM2s5AcxULiQg8SFnRZgC-_SKu38.php b/web/sites/default/files/php/twig/6165707b4ddfa_menu.html.twig_53tCJRrmRmf7jBtkEWx1m4rqQ/ljLtOWA_K3-snLEjM2s5AcxULiQg8SFnRZgC-_SKu38.php deleted file mode 100644 index 883e9a2c..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_menu.html.twig_53tCJRrmRmf7jBtkEWx1m4rqQ/ljLtOWA_K3-snLEjM2s5AcxULiQg8SFnRZgC-_SKu38.php +++ /dev/null @@ -1,178 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 21 - $macros["menus"] = $this->macros["menus"] = $this; - // line 22 - echo " -"; - // line 27 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_call_macro($macros["menus"], "macro_menu_links", [($context["items"] ?? null), ($context["attributes"] ?? null), 0], 27, $context, $this->getSourceContext())); - echo " - -"; - } - - // line 29 - public function macro_menu_links($__items__ = null, $__attributes__ = null, $__menu_level__ = null, ...$__varargs__) - { - $macros = $this->macros; - $context = $this->env->mergeGlobals([ - "items" => $__items__, - "attributes" => $__attributes__, - "menu_level" => $__menu_level__, - "varargs" => $__varargs__, - ]); - - $blocks = []; - - ob_start(function () { return ''; }); - try { - // line 30 - echo " "; - $macros["menus"] = $this; - // line 31 - echo " "; - if (($context["items"] ?? null)) { - // line 32 - echo " "; - if ((($context["menu_level"] ?? null) == 0)) { - // line 33 - echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => "menu"], "method", false, false, true, 33), 33, $this->source), "html", null, true); - echo "> - "; - } else { - // line 35 - echo "
      - "; - } - // line 37 - echo " "; - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null)); - foreach ($context['_seq'] as $context["_key"] => $context["item"]) { - // line 38 - echo " "; - // line 39 - $context["classes"] = [0 => "menu-item", 1 => ((twig_get_attribute($this->env, $this->source, // line 41 -$context["item"], "is_expanded", [], "any", false, false, true, 41)) ? ("menu-item--expanded") : ("")), 2 => ((twig_get_attribute($this->env, $this->source, // line 42 -$context["item"], "is_collapsed", [], "any", false, false, true, 42)) ? ("menu-item--collapsed") : ("")), 3 => ((twig_get_attribute($this->env, $this->source, // line 43 -$context["item"], "in_active_trail", [], "any", false, false, true, 43)) ? ("menu-item--active-trail") : (""))]; - // line 46 - echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["item"], "attributes", [], "any", false, false, true, 46), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 46), 46, $this->source), "html", null, true); - echo "> - "; - // line 47 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->getLink($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "title", [], "any", false, false, true, 47), 47, $this->source), $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "url", [], "any", false, false, true, 47), 47, $this->source)), "html", null, true); - echo " - "; - // line 48 - if (twig_get_attribute($this->env, $this->source, $context["item"], "below", [], "any", false, false, true, 48)) { - // line 49 - echo " "; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_call_macro($macros["menus"], "macro_menu_links", [twig_get_attribute($this->env, $this->source, $context["item"], "below", [], "any", false, false, true, 49), ($context["attributes"] ?? null), (($context["menu_level"] ?? null) + 1)], 49, $context, $this->getSourceContext())); - echo " - "; - } - // line 51 - echo " - "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 53 - echo "
    - "; - } - - return ('' === $tmp = ob_get_contents()) ? '' : new Markup($tmp, $this->env->getCharset()); - } finally { - ob_end_clean(); - } - } - - public function getTemplateName() - { - return "core/themes/bartik/templates/classy/navigation/menu.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 121 => 53, 114 => 51, 108 => 49, 106 => 48, 102 => 47, 97 => 46, 95 => 43, 94 => 42, 93 => 41, 92 => 39, 90 => 38, 85 => 37, 81 => 35, 75 => 33, 72 => 32, 69 => 31, 66 => 30, 51 => 29, 44 => 27, 41 => 22, 39 => 21,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/bartik/templates/classy/navigation/menu.html.twig", "/var/www/html/web/core/themes/bartik/templates/classy/navigation/menu.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("import" => 21, "macro" => 29, "if" => 31, "for" => 37, "set" => 39); - static $filters = array("escape" => 33); - static $functions = array("link" => 47); - - try { - $this->sandbox->checkSecurity( - ['import', 'macro', 'if', 'for', 'set'], - ['escape'], - ['link'] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_node-add-list.html.twig_rvza9jvMYrr77Y0GLa-EMZwya/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_node-add-list.html.twig_rvza9jvMYrr77Y0GLa-EMZwya/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_node-add-list.html.twig_rvza9jvMYrr77Y0GLa-EMZwya/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_node-add-list.html.twig_rvza9jvMYrr77Y0GLa-EMZwya/FXtOp5d3pAfcFXeB04oIXfiZtfREKtVviwyLhqv6PZE.php b/web/sites/default/files/php/twig/6165707b4ddfa_node-add-list.html.twig_rvza9jvMYrr77Y0GLa-EMZwya/FXtOp5d3pAfcFXeB04oIXfiZtfREKtVviwyLhqv6PZE.php deleted file mode 100644 index 549b2aad..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_node-add-list.html.twig_rvza9jvMYrr77Y0GLa-EMZwya/FXtOp5d3pAfcFXeB04oIXfiZtfREKtVviwyLhqv6PZE.php +++ /dev/null @@ -1,126 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 16 - if (($context["content"] ?? null)) { - // line 17 - echo " -"; - } else { - // line 23 - echo "

    - "; - // line 24 - $context["create_content"] = $this->extensions['Drupal\Core\Template\TwigExtension']->getPath("node.type_add"); - // line 25 - echo " "; - echo t("You have not created any content types yet. Go to the content type creation page to add a new content type.", array("@create_content" => // line 26 -($context["create_content"] ?? null), )); - // line 28 - echo "

    -"; - } - } - - public function getTemplateName() - { - return "core/themes/seven/templates/node-add-list.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 74 => 28, 72 => 26, 70 => 25, 68 => 24, 65 => 23, 61 => 21, 48 => 19, 44 => 18, 41 => 17, 39 => 16,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/seven/templates/node-add-list.html.twig", "/var/www/html/web/core/themes/seven/templates/node-add-list.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("if" => 16, "for" => 18, "set" => 24, "trans" => 25); - static $filters = array("escape" => 19); - static $functions = array("path" => 24); - - try { - $this->sandbox->checkSecurity( - ['if', 'for', 'set', 'trans'], - ['escape'], - ['path'] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_node-edit-form.html.twig_056dHjJ2OquHil6YEwnNU0mP_/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_node-edit-form.html.twig_056dHjJ2OquHil6YEwnNU0mP_/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_node-edit-form.html.twig_056dHjJ2OquHil6YEwnNU0mP_/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_node-edit-form.html.twig_056dHjJ2OquHil6YEwnNU0mP_/5KNkBUzFttq-kj4i07IpWmXdwz338jGxASPjLaI6QyE.php b/web/sites/default/files/php/twig/6165707b4ddfa_node-edit-form.html.twig_056dHjJ2OquHil6YEwnNU0mP_/5KNkBUzFttq-kj4i07IpWmXdwz338jGxASPjLaI6QyE.php deleted file mode 100644 index a6bc381a..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_node-edit-form.html.twig_056dHjJ2OquHil6YEwnNU0mP_/5KNkBUzFttq-kj4i07IpWmXdwz338jGxASPjLaI6QyE.php +++ /dev/null @@ -1,115 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 18 - echo "
    -
    - "; - // line 20 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->withoutFilter($this->sandbox->ensureToStringAllowed(($context["form"] ?? null), 20, $this->source), "advanced", "footer", "actions"), "html", null, true); - echo " -
    -
    - "; - // line 23 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["form"] ?? null), "advanced", [], "any", false, false, true, 23), 23, $this->source), "html", null, true); - echo " -
    -
    - -
    -
    -"; - } - - public function getTemplateName() - { - return "core/themes/seven/templates/node-edit-form.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 60 => 28, 56 => 27, 49 => 23, 43 => 20, 39 => 18,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/seven/templates/node-edit-form.html.twig", "/var/www/html/web/core/themes/seven/templates/node-edit-form.html.twig"); - } - - public function checkSecurity() - { - static $tags = array(); - static $filters = array("escape" => 20, "without" => 20); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - [], - ['escape', 'without'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_node.html.twig_dPR38hIVCSGWVumXEcesfD9M8/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_node.html.twig_dPR38hIVCSGWVumXEcesfD9M8/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_node.html.twig_dPR38hIVCSGWVumXEcesfD9M8/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_node.html.twig_dPR38hIVCSGWVumXEcesfD9M8/h0gCYNbynwXa9AaCIPCHfeHHZpASZmqkK8C9w0fTDi8.php b/web/sites/default/files/php/twig/6165707b4ddfa_node.html.twig_dPR38hIVCSGWVumXEcesfD9M8/h0gCYNbynwXa9AaCIPCHfeHHZpASZmqkK8C9w0fTDi8.php deleted file mode 100644 index 211eb984..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_node.html.twig_dPR38hIVCSGWVumXEcesfD9M8/h0gCYNbynwXa9AaCIPCHfeHHZpASZmqkK8C9w0fTDi8.php +++ /dev/null @@ -1,164 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 70 - $context["classes"] = [0 => "node", 1 => ("node--type-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, // line 72 -($context["node"] ?? null), "bundle", [], "any", false, false, true, 72), 72, $this->source))), 2 => ((twig_get_attribute($this->env, $this->source, // line 73 -($context["node"] ?? null), "isPromoted", [], "method", false, false, true, 73)) ? ("node--promoted") : ("")), 3 => ((twig_get_attribute($this->env, $this->source, // line 74 -($context["node"] ?? null), "isSticky", [], "method", false, false, true, 74)) ? ("node--sticky") : ("")), 4 => (( !twig_get_attribute($this->env, $this->source, // line 75 -($context["node"] ?? null), "isPublished", [], "method", false, false, true, 75)) ? ("node--unpublished") : ("")), 5 => (( // line 76 -($context["view_mode"] ?? null)) ? (("node--view-mode-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(($context["view_mode"] ?? null), 76, $this->source)))) : ("")), 6 => "clearfix"]; - // line 80 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->attachLibrary("bartik/classy.node"), "html", null, true); - echo " -extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 81), 81, $this->source), "html", null, true); - echo "> -
    - "; - // line 83 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_prefix"] ?? null), 83, $this->source), "html", null, true); - echo " - "; - // line 84 - if ((($context["label"] ?? null) && !($context["page"] ?? null))) { - // line 85 - echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["title_attributes"] ?? null), "addClass", [0 => "node__title"], "method", false, false, true, 85), 85, $this->source), "html", null, true); - echo "> - extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["url"] ?? null), 86, $this->source), "html", null, true); - echo "\" rel=\"bookmark\">"; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 86, $this->source), "html", null, true); - echo " - - "; - } - // line 89 - echo " "; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_suffix"] ?? null), 89, $this->source), "html", null, true); - echo " - "; - // line 90 - if (($context["display_submitted"] ?? null)) { - // line 91 - echo "
    - "; - // line 92 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["author_picture"] ?? null), 92, $this->source), "html", null, true); - echo " - extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["author_attributes"] ?? null), 93, $this->source), "html", null, true); - echo "> - "; - // line 94 - echo t("Submitted by @author_name on @date", array("@author_name" => ($context["author_name"] ?? null), "@date" => ($context["date"] ?? null), )); - // line 95 - echo " - "; - // line 96 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["metadata"] ?? null), 96, $this->source), "html", null, true); - echo " -
    - "; - } - // line 99 - echo "
    - extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content_attributes"] ?? null), "addClass", [0 => "node__content", 1 => "clearfix"], "method", false, false, true, 100), 100, $this->source), "html", null, true); - echo "> - "; - // line 101 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 101, $this->source), "html", null, true); - echo " - - -"; - } - - public function getTemplateName() - { - return "core/themes/bartik/templates/node.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 110 => 101, 106 => 100, 103 => 99, 97 => 96, 94 => 95, 92 => 94, 88 => 93, 84 => 92, 81 => 91, 79 => 90, 74 => 89, 66 => 86, 61 => 85, 59 => 84, 55 => 83, 50 => 81, 46 => 80, 44 => 76, 43 => 75, 42 => 74, 41 => 73, 40 => 72, 39 => 70,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/bartik/templates/node.html.twig", "/var/www/html/web/core/themes/bartik/templates/node.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("set" => 70, "if" => 84, "trans" => 94); - static $filters = array("clean_class" => 72, "escape" => 80); - static $functions = array("attach_library" => 80); - - try { - $this->sandbox->checkSecurity( - ['set', 'if', 'trans'], - ['clean_class', 'escape'], - ['attach_library'] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_off-canvas-page-wrapper.h_l50QbQffKw94-WGNgvPw-4YN5/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_off-canvas-page-wrapper.h_l50QbQffKw94-WGNgvPw-4YN5/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_off-canvas-page-wrapper.h_l50QbQffKw94-WGNgvPw-4YN5/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_off-canvas-page-wrapper.h_l50QbQffKw94-WGNgvPw-4YN5/ivn3-h_w6ugPVx-7yWlWy7izhN4mXvbrX5Lrlj5T9P0.php b/web/sites/default/files/php/twig/6165707b4ddfa_off-canvas-page-wrapper.h_l50QbQffKw94-WGNgvPw-4YN5/ivn3-h_w6ugPVx-7yWlWy7izhN4mXvbrX5Lrlj5T9P0.php deleted file mode 100644 index 2700225e..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_off-canvas-page-wrapper.h_l50QbQffKw94-WGNgvPw-4YN5/ivn3-h_w6ugPVx-7yWlWy7izhN4mXvbrX5Lrlj5T9P0.php +++ /dev/null @@ -1,98 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 22 - if (($context["children"] ?? null)) { - // line 23 - echo "
    - "; - // line 24 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 24, $this->source), "html", null, true); - echo " -
    -"; - } - } - - public function getTemplateName() - { - return "core/modules/system/templates/off-canvas-page-wrapper.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 44 => 24, 41 => 23, 39 => 22,); - } - - public function getSourceContext() - { - return new Source("", "core/modules/system/templates/off-canvas-page-wrapper.html.twig", "/var/www/html/web/core/modules/system/templates/off-canvas-page-wrapper.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("if" => 22); - static $filters = array("escape" => 24); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['if'], - ['escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_page-title.html.twig_N7MK_n_SWbqNqmNU0HOLHfYuB/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_page-title.html.twig_N7MK_n_SWbqNqmNU0HOLHfYuB/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_page-title.html.twig_N7MK_n_SWbqNqmNU0HOLHfYuB/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_page-title.html.twig_N7MK_n_SWbqNqmNU0HOLHfYuB/_kJtHaWq4Qg9MiQaRjgJLuEV-PeBDvISsi_QwOKqHDI.php b/web/sites/default/files/php/twig/6165707b4ddfa_page-title.html.twig_N7MK_n_SWbqNqmNU0HOLHfYuB/_kJtHaWq4Qg9MiQaRjgJLuEV-PeBDvISsi_QwOKqHDI.php deleted file mode 100644 index aed7956f..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_page-title.html.twig_N7MK_n_SWbqNqmNU0HOLHfYuB/_kJtHaWq4Qg9MiQaRjgJLuEV-PeBDvISsi_QwOKqHDI.php +++ /dev/null @@ -1,105 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 15 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_prefix"] ?? null), 15, $this->source), "html", null, true); - echo " -"; - // line 16 - if (($context["title"] ?? null)) { - // line 17 - echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["title_attributes"] ?? null), "addClass", [0 => "page-title"], "method", false, false, true, 17), 17, $this->source), "html", null, true); - echo ">"; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title"] ?? null), 17, $this->source), "html", null, true); - echo " -"; - } - // line 19 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_suffix"] ?? null), 19, $this->source), "html", null, true); - echo " -"; - } - - public function getTemplateName() - { - return "core/themes/seven/templates/classy/content/page-title.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 53 => 19, 45 => 17, 43 => 16, 39 => 15,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/seven/templates/classy/content/page-title.html.twig", "/var/www/html/web/core/themes/seven/templates/classy/content/page-title.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("if" => 16); - static $filters = array("escape" => 15); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['if'], - ['escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_page-title.html.twig_Vlkt9aaVIg0_Usfy3zKCVZajA/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_page-title.html.twig_Vlkt9aaVIg0_Usfy3zKCVZajA/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_page-title.html.twig_Vlkt9aaVIg0_Usfy3zKCVZajA/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_page-title.html.twig_Vlkt9aaVIg0_Usfy3zKCVZajA/YzOpexzzs08hqt_TmDq8INIXzOZnMXgQQ5adxNoXSic.php b/web/sites/default/files/php/twig/6165707b4ddfa_page-title.html.twig_Vlkt9aaVIg0_Usfy3zKCVZajA/YzOpexzzs08hqt_TmDq8INIXzOZnMXgQQ5adxNoXSic.php deleted file mode 100644 index d1035b3c..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_page-title.html.twig_Vlkt9aaVIg0_Usfy3zKCVZajA/YzOpexzzs08hqt_TmDq8INIXzOZnMXgQQ5adxNoXSic.php +++ /dev/null @@ -1,110 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 16 - $context["classes"] = [0 => "title", 1 => "page-title"]; - // line 21 - echo " -"; - // line 22 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_prefix"] ?? null), 22, $this->source), "html", null, true); - echo " -"; - // line 23 - if (($context["title"] ?? null)) { - // line 24 - echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["title_attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 24), 24, $this->source), "html", null, true); - echo ">"; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title"] ?? null), 24, $this->source), "html", null, true); - echo " -"; - } - // line 26 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_suffix"] ?? null), 26, $this->source), "html", null, true); - echo " -"; - } - - public function getTemplateName() - { - return "core/themes/bartik/templates/page-title.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 58 => 26, 50 => 24, 48 => 23, 44 => 22, 41 => 21, 39 => 16,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/bartik/templates/page-title.html.twig", "/var/www/html/web/core/themes/bartik/templates/page-title.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("set" => 16, "if" => 23); - static $filters = array("escape" => 22); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['set', 'if'], - ['escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_page.html.twig_W2rb0eNtI5iKq5-Gpp1-KMcxw/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_page.html.twig_W2rb0eNtI5iKq5-Gpp1-KMcxw/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_page.html.twig_W2rb0eNtI5iKq5-Gpp1-KMcxw/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_page.html.twig_W2rb0eNtI5iKq5-Gpp1-KMcxw/nn7V1SQvZF_wsmvTugC2BzZtQR5ysrxAS0pjfrhdNj4.php b/web/sites/default/files/php/twig/6165707b4ddfa_page.html.twig_W2rb0eNtI5iKq5-Gpp1-KMcxw/nn7V1SQvZF_wsmvTugC2BzZtQR5ysrxAS0pjfrhdNj4.php deleted file mode 100644 index 13d2d3d8..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_page.html.twig_W2rb0eNtI5iKq5-Gpp1-KMcxw/nn7V1SQvZF_wsmvTugC2BzZtQR5ysrxAS0pjfrhdNj4.php +++ /dev/null @@ -1,132 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 42 - echo "
    -
    - "; - // line 44 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "header", [], "any", false, false, true, 44), 44, $this->source), "html", null, true); - echo " -
    -
    - -
    - "; - // line 49 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "pre_content", [], "any", false, false, true, 49), 49, $this->source), "html", null, true); - echo " - "; - // line 50 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "breadcrumb", [], "any", false, false, true, 50), 50, $this->source), "html", null, true); - echo " -
    -
    - "; - // line 53 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "highlighted", [], "any", false, false, true, 53), 53, $this->source), "html", null, true); - echo " - "; - // line 54 - if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "help", [], "any", false, false, true, 54)) { - // line 55 - echo "
    - "; - // line 56 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "help", [], "any", false, false, true, 56), 56, $this->source), "html", null, true); - echo " -
    - "; - } - // line 59 - echo " "; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "content", [], "any", false, false, true, 59), 59, $this->source), "html", null, true); - echo " -
    - -
    -"; - } - - public function getTemplateName() - { - return "core/themes/seven/templates/page.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 76 => 59, 70 => 56, 67 => 55, 65 => 54, 61 => 53, 55 => 50, 51 => 49, 43 => 44, 39 => 42,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/seven/templates/page.html.twig", "/var/www/html/web/core/themes/seven/templates/page.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("if" => 54); - static $filters = array("escape" => 44); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['if'], - ['escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_page.html.twig_cX71KRxbFSOyCuRbDZWyD0iLk/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_page.html.twig_cX71KRxbFSOyCuRbDZWyD0iLk/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_page.html.twig_cX71KRxbFSOyCuRbDZWyD0iLk/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_page.html.twig_cX71KRxbFSOyCuRbDZWyD0iLk/a-jOZ6sOW_O-OVG6pOUnZC0-8PzGmg0Hg0nXmoaKE5c.php b/web/sites/default/files/php/twig/6165707b4ddfa_page.html.twig_cX71KRxbFSOyCuRbDZWyD0iLk/a-jOZ6sOW_O-OVG6pOUnZC0-8PzGmg0Hg0nXmoaKE5c.php deleted file mode 100644 index 46c0de0a..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_page.html.twig_cX71KRxbFSOyCuRbDZWyD0iLk/a-jOZ6sOW_O-OVG6pOUnZC0-8PzGmg0Hg0nXmoaKE5c.php +++ /dev/null @@ -1,248 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 53 - echo "
    -
    -
    -
    - "; - // line 57 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "secondary_menu", [], "any", false, false, true, 57), 57, $this->source), "html", null, true); - echo " - "; - // line 58 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "header", [], "any", false, false, true, 58), 58, $this->source), "html", null, true); - echo " - "; - // line 59 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "primary_menu", [], "any", false, false, true, 59), 59, $this->source), "html", null, true); - echo " -
    -
    - "; - // line 62 - if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "highlighted", [], "any", false, false, true, 62)) { - // line 63 - echo "
    - -
    - "; - } - // line 69 - echo " "; - if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "featured_top", [], "any", false, false, true, 69)) { - // line 70 - echo "
    - -
    - "; - } - // line 76 - echo "
    -
    - "; - // line 78 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "breadcrumb", [], "any", false, false, true, 78), 78, $this->source), "html", null, true); - echo " -
    -
    - - "; - // line 82 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "content", [], "any", false, false, true, 82), 82, $this->source), "html", null, true); - echo " -
    -
    - "; - // line 85 - if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 85)) { - // line 86 - echo "
    - -
    - "; - } - // line 92 - echo " "; - if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 92)) { - // line 93 - echo "
    - -
    - "; - } - // line 99 - echo "
    -
    - "; - // line 101 - if (((twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "featured_bottom_first", [], "any", false, false, true, 101) || twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "featured_bottom_second", [], "any", false, false, true, 101)) || twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "featured_bottom_third", [], "any", false, false, true, 101))) { - // line 102 - echo "
    - -
    - "; - } - // line 110 - echo "
    -
    - "; - // line 112 - if ((((twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "footer_first", [], "any", false, false, true, 112) || twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "footer_second", [], "any", false, false, true, 112)) || twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "footer_third", [], "any", false, false, true, 112)) || twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "footer_fourth", [], "any", false, false, true, 112))) { - // line 113 - echo " - "; - } - // line 120 - echo " "; - if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "footer_fifth", [], "any", false, false, true, 120)) { - // line 121 - echo " - "; - } - // line 125 - echo "
    -
    -
    -
    -"; - } - - public function getTemplateName() - { - return "core/themes/bartik/templates/page.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 194 => 125, 188 => 122, 185 => 121, 182 => 120, 176 => 117, 172 => 116, 168 => 115, 164 => 114, 161 => 113, 159 => 112, 155 => 110, 148 => 106, 144 => 105, 140 => 104, 136 => 102, 134 => 101, 130 => 99, 123 => 95, 119 => 93, 116 => 92, 109 => 88, 105 => 86, 103 => 85, 97 => 82, 90 => 78, 86 => 76, 79 => 72, 75 => 70, 72 => 69, 65 => 65, 61 => 63, 59 => 62, 53 => 59, 49 => 58, 45 => 57, 39 => 53,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/bartik/templates/page.html.twig", "/var/www/html/web/core/themes/bartik/templates/page.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("if" => 62); - static $filters = array("escape" => 57); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['if'], - ['escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_pager.html.twig_fiyF11LRoJ169EYzL98XA8N2p/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_pager.html.twig_fiyF11LRoJ169EYzL98XA8N2p/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_pager.html.twig_fiyF11LRoJ169EYzL98XA8N2p/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_pager.html.twig_fiyF11LRoJ169EYzL98XA8N2p/GeRN4NULqnZARPOgdSJSmhiJ0yJUV6cjgQjShBslVaU.php b/web/sites/default/files/php/twig/6165707b4ddfa_pager.html.twig_fiyF11LRoJ169EYzL98XA8N2p/GeRN4NULqnZARPOgdSJSmhiJ0yJUV6cjgQjShBslVaU.php deleted file mode 100644 index 4a0c86ae..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_pager.html.twig_fiyF11LRoJ169EYzL98XA8N2p/GeRN4NULqnZARPOgdSJSmhiJ0yJUV6cjgQjShBslVaU.php +++ /dev/null @@ -1,280 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 35 - if (($context["items"] ?? null)) { - // line 36 - echo " -"; - } - } - - public function getTemplateName() - { - return "core/modules/system/templates/pager.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 227 => 99, 220 => 95, 216 => 94, 208 => 93, 205 => 92, 202 => 91, 200 => 90, 193 => 86, 189 => 85, 181 => 84, 178 => 83, 175 => 82, 173 => 81, 169 => 79, 166 => 78, 164 => 77, 156 => 74, 154 => 73, 150 => 71, 140 => 69, 137 => 68, 134 => 67, 131 => 66, 128 => 65, 126 => 64, 121 => 63, 116 => 62, 114 => 61, 110 => 59, 107 => 58, 105 => 57, 98 => 53, 94 => 52, 86 => 51, 83 => 50, 80 => 49, 78 => 48, 71 => 44, 67 => 43, 59 => 42, 56 => 41, 53 => 40, 46 => 37, 41 => 36, 39 => 35,); - } - - public function getSourceContext() - { - return new Source("", "core/modules/system/templates/pager.html.twig", "/var/www/html/web/core/modules/system/templates/pager.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("if" => 35, "for" => 62, "set" => 65); - static $filters = array("escape" => 36, "t" => 37, "without" => 42, "default" => 44); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['if', 'for', 'set'], - ['escape', 't', 'without', 'default'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_radios.html.twig_43JAobDXZItNumV2rBKA-xTY-/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_radios.html.twig_43JAobDXZItNumV2rBKA-xTY-/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_radios.html.twig_43JAobDXZItNumV2rBKA-xTY-/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_radios.html.twig_43JAobDXZItNumV2rBKA-xTY-/hYgnxqJ1riqnGzMBPCi_yjlK1uX44Er8vtLW-t9QBHw.php b/web/sites/default/files/php/twig/6165707b4ddfa_radios.html.twig_43JAobDXZItNumV2rBKA-xTY-/hYgnxqJ1riqnGzMBPCi_yjlK1uX44Er8vtLW-t9QBHw.php deleted file mode 100644 index 3771b44d..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_radios.html.twig_43JAobDXZItNumV2rBKA-xTY-/hYgnxqJ1riqnGzMBPCi_yjlK1uX44Er8vtLW-t9QBHw.php +++ /dev/null @@ -1,94 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 13 - echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => "form-radios"], "method", false, false, true, 13), 13, $this->source), "html", null, true); - echo ">"; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 13, $this->source), "html", null, true); - echo " -"; - } - - public function getTemplateName() - { - return "core/themes/seven/templates/classy/form/radios.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 39 => 13,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/seven/templates/classy/form/radios.html.twig", "/var/www/html/web/core/themes/seven/templates/classy/form/radios.html.twig"); - } - - public function checkSecurity() - { - static $tags = array(); - static $filters = array("escape" => 13); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - [], - ['escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_rdf-metadata.html.twig_AgOk7j2TDWwKN6I9bqAoupQwI/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_rdf-metadata.html.twig_AgOk7j2TDWwKN6I9bqAoupQwI/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_rdf-metadata.html.twig_AgOk7j2TDWwKN6I9bqAoupQwI/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_rdf-metadata.html.twig_AgOk7j2TDWwKN6I9bqAoupQwI/tqml9Hhyxf9CuK8cNhwIj9hGUo96f49TsNi9yHYWz8k.php b/web/sites/default/files/php/twig/6165707b4ddfa_rdf-metadata.html.twig_AgOk7j2TDWwKN6I9bqAoupQwI/tqml9Hhyxf9CuK8cNhwIj9hGUo96f49TsNi9yHYWz8k.php deleted file mode 100644 index a892c2a8..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_rdf-metadata.html.twig_AgOk7j2TDWwKN6I9bqAoupQwI/tqml9Hhyxf9CuK8cNhwIj9hGUo96f49TsNi9yHYWz8k.php +++ /dev/null @@ -1,100 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 18 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(($context["metadata"] ?? null)); - foreach ($context['_seq'] as $context["_key"] => $context["attributes"]) { - // line 19 - echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["attributes"], "addClass", [0 => "rdf-meta", 1 => "hidden"], "method", false, false, true, 19), 19, $this->source), "html", null, true); - echo "> -"; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['attributes'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - } - - public function getTemplateName() - { - return "core/themes/bartik/templates/classy/misc/rdf-metadata.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 43 => 19, 39 => 18,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/bartik/templates/classy/misc/rdf-metadata.html.twig", "/var/www/html/web/core/themes/bartik/templates/classy/misc/rdf-metadata.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("for" => 18); - static $filters = array("escape" => 19); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['for'], - ['escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_region--header.html.twig_WgpvFTlFYhDFKXR6BWTPidfkr/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_region--header.html.twig_WgpvFTlFYhDFKXR6BWTPidfkr/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_region--header.html.twig_WgpvFTlFYhDFKXR6BWTPidfkr/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_region--header.html.twig_WgpvFTlFYhDFKXR6BWTPidfkr/2kIUMBRj25-zkdbYu-uy0xyYJgIX9dMw2xqgpupT9-k.php b/web/sites/default/files/php/twig/6165707b4ddfa_region--header.html.twig_WgpvFTlFYhDFKXR6BWTPidfkr/2kIUMBRj25-zkdbYu-uy0xyYJgIX9dMw2xqgpupT9-k.php deleted file mode 100644 index 5c189879..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_region--header.html.twig_WgpvFTlFYhDFKXR6BWTPidfkr/2kIUMBRj25-zkdbYu-uy0xyYJgIX9dMw2xqgpupT9-k.php +++ /dev/null @@ -1,96 +0,0 @@ -source = $this->getSourceContext(); - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doGetParent(array $context) - { - // line 1 - return "region.html.twig"; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 16 - $context["attributes"] = twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => "clearfix"], "method", false, false, true, 16); - // line 1 - $this->parent = $this->loadTemplate("region.html.twig", "core/themes/bartik/templates/region--header.html.twig", 1); - $this->parent->display($context, array_merge($this->blocks, $blocks)); - } - - public function getTemplateName() - { - return "core/themes/bartik/templates/region--header.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 45 => 1, 43 => 16, 36 => 1,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/bartik/templates/region--header.html.twig", "/var/www/html/web/core/themes/bartik/templates/region--header.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("set" => 16); - static $filters = array(); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['set'], - [], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_region.html.twig_UsIldozOdtJRwnqRrQ5OtIiju/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_region.html.twig_UsIldozOdtJRwnqRrQ5OtIiju/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_region.html.twig_UsIldozOdtJRwnqRrQ5OtIiju/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_region.html.twig_UsIldozOdtJRwnqRrQ5OtIiju/oyU15WHhlzACcwwOSDQqY4r7b4TeknXwdYfGGycV8Z0.php b/web/sites/default/files/php/twig/6165707b4ddfa_region.html.twig_UsIldozOdtJRwnqRrQ5OtIiju/oyU15WHhlzACcwwOSDQqY4r7b4TeknXwdYfGGycV8Z0.php deleted file mode 100644 index b4840786..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_region.html.twig_UsIldozOdtJRwnqRrQ5OtIiju/oyU15WHhlzACcwwOSDQqY4r7b4TeknXwdYfGGycV8Z0.php +++ /dev/null @@ -1,103 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 16 - $context["classes"] = [0 => "region", 1 => ("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 - echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 22), 22, $this->source), "html", null, true); - echo "> - "; - // line 23 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 23, $this->source), "html", null, true); - echo " - -"; - } - } - - public function getTemplateName() - { - return "core/themes/bartik/templates/classy/layout/region.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 49 => 23, 44 => 22, 42 => 21, 40 => 18, 39 => 16,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/bartik/templates/classy/layout/region.html.twig", "/var/www/html/web/core/themes/bartik/templates/classy/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'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_region.html.twig_ffKjpf555D4YUvQFYRVUXYMJa/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_region.html.twig_ffKjpf555D4YUvQFYRVUXYMJa/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_region.html.twig_ffKjpf555D4YUvQFYRVUXYMJa/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_region.html.twig_ffKjpf555D4YUvQFYRVUXYMJa/hOPLcb1GqVPSLCUnFTc99XG70lc76WYG-kZE-Uuqv9A.php b/web/sites/default/files/php/twig/6165707b4ddfa_region.html.twig_ffKjpf555D4YUvQFYRVUXYMJa/hOPLcb1GqVPSLCUnFTc99XG70lc76WYG-kZE-Uuqv9A.php deleted file mode 100644 index 506a472a..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_region.html.twig_ffKjpf555D4YUvQFYRVUXYMJa/hOPLcb1GqVPSLCUnFTc99XG70lc76WYG-kZE-Uuqv9A.php +++ /dev/null @@ -1,103 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 16 - $context["classes"] = [0 => "region", 1 => ("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 - echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 22), 22, $this->source), "html", null, true); - echo "> - "; - // line 23 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 23, $this->source), "html", null, true); - echo " - -"; - } - } - - public function getTemplateName() - { - return "core/themes/seven/templates/classy/layout/region.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 49 => 23, 44 => 22, 42 => 21, 40 => 18, 39 => 16,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/seven/templates/classy/layout/region.html.twig", "/var/www/html/web/core/themes/seven/templates/classy/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'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_select.html.twig_3F9nuKpJw7Ryw64Ilr50XAE1j/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_select.html.twig_3F9nuKpJw7Ryw64Ilr50XAE1j/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_select.html.twig_3F9nuKpJw7Ryw64Ilr50XAE1j/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_select.html.twig_3F9nuKpJw7Ryw64Ilr50XAE1j/SEKKtnM1Fx0-rK_utrPZlgb3m117Lh07JNiu53Da_JQ.php b/web/sites/default/files/php/twig/6165707b4ddfa_select.html.twig_3F9nuKpJw7Ryw64Ilr50XAE1j/SEKKtnM1Fx0-rK_utrPZlgb3m117Lh07JNiu53Da_JQ.php deleted file mode 100644 index e858e5c4..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_select.html.twig_3F9nuKpJw7Ryw64Ilr50XAE1j/SEKKtnM1Fx0-rK_utrPZlgb3m117Lh07JNiu53Da_JQ.php +++ /dev/null @@ -1,150 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 15 - ob_start(function () { return ''; }); - // line 16 - echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 16, $this->source), "html", null, true); - echo "> - "; - // line 17 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(($context["options"] ?? null)); - foreach ($context['_seq'] as $context["_key"] => $context["option"]) { - // line 18 - echo " "; - if ((twig_get_attribute($this->env, $this->source, $context["option"], "type", [], "any", false, false, true, 18) == "optgroup")) { - // line 19 - echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["option"], "label", [], "any", false, false, true, 19), 19, $this->source), "html", null, true); - echo "\"> - "; - // line 20 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, $context["option"], "options", [], "any", false, false, true, 20)); - foreach ($context['_seq'] as $context["_key"] => $context["sub_option"]) { - // line 21 - echo " - "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['sub_option'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 23 - echo " - "; - } elseif ((twig_get_attribute($this->env, $this->source, // line 24 -$context["option"], "type", [], "any", false, false, true, 24) == "option")) { - // line 25 - echo " - "; - } - // line 27 - echo " "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['option'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 28 - echo " -"; - $___internal_67009aafa4d6058ce525ae6dd558e47dfe892b63fa02268303a8ff54da88000e_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); - // line 15 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(twig_spaceless($___internal_67009aafa4d6058ce525ae6dd558e47dfe892b63fa02268303a8ff54da88000e_)); - } - - public function getTemplateName() - { - return "core/modules/system/templates/select.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 100 => 15, 96 => 28, 90 => 27, 80 => 25, 78 => 24, 75 => 23, 62 => 21, 58 => 20, 53 => 19, 50 => 18, 46 => 17, 41 => 16, 39 => 15,); - } - - public function getSourceContext() - { - return new Source("", "core/modules/system/templates/select.html.twig", "/var/www/html/web/core/modules/system/templates/select.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("apply" => 15, "for" => 17, "if" => 18); - static $filters = array("escape" => 16, "spaceless" => 15); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['apply', 'for', 'if'], - ['escape', 'spaceless'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_status-messages.html.twig_4ayFadBYaUXBKEhrmqciE570r/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_status-messages.html.twig_4ayFadBYaUXBKEhrmqciE570r/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_status-messages.html.twig_4ayFadBYaUXBKEhrmqciE570r/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_status-messages.html.twig_4ayFadBYaUXBKEhrmqciE570r/tUScZ92I9Y3JyyUXd04YOYf3VrFwVJH-aVDv2vu2F3M.php b/web/sites/default/files/php/twig/6165707b4ddfa_status-messages.html.twig_4ayFadBYaUXBKEhrmqciE570r/tUScZ92I9Y3JyyUXd04YOYf3VrFwVJH-aVDv2vu2F3M.php deleted file mode 100644 index 12d97f6c..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_status-messages.html.twig_4ayFadBYaUXBKEhrmqciE570r/tUScZ92I9Y3JyyUXd04YOYf3VrFwVJH-aVDv2vu2F3M.php +++ /dev/null @@ -1,174 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - 'messages' => [$this, 'block_messages'], - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 22 - echo "
    -"; - // line 23 - $this->displayBlock('messages', $context, $blocks); - // line 55 - echo "
    -"; - } - - // line 23 - public function block_messages($context, array $blocks = []) - { - $macros = $this->macros; - // line 24 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(($context["message_list"] ?? null)); - foreach ($context['_seq'] as $context["type"] => $context["messages"]) { - // line 25 - echo " "; - // line 26 - $context["classes"] = [0 => "messages", 1 => ("messages--" . $this->sandbox->ensureToStringAllowed( // line 28 -$context["type"], 28, $this->source))]; - // line 31 - echo "
    extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed((($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = ($context["status_headings"] ?? null)) && is_array($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4) || $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 instanceof ArrayAccess ? ($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4[$context["type"]] ?? null) : null), 31, $this->source), "html", null, true); - echo "\""; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->withoutFilter($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 31), 31, $this->source), "role", "aria-label"), "html", null, true); - echo "> - "; - // line 32 - if (($context["type"] == "error")) { - // line 33 - echo "
    - "; - } - // line 35 - echo " "; - if ((($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 = ($context["status_headings"] ?? null)) && is_array($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144) || $__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 instanceof ArrayAccess ? ($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144[$context["type"]] ?? null) : null)) { - // line 36 - echo "

    "; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed((($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b = ($context["status_headings"] ?? null)) && is_array($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b) || $__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b instanceof ArrayAccess ? ($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b[$context["type"]] ?? null) : null), 36, $this->source), "html", null, true); - echo "

    - "; - } - // line 38 - echo " "; - if ((twig_length_filter($this->env, $context["messages"]) > 1)) { - // line 39 - echo "
      - "; - // line 40 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable($context["messages"]); - foreach ($context['_seq'] as $context["_key"] => $context["message"]) { - // line 41 - echo "
    • "; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($context["message"], 41, $this->source), "html", null, true); - echo "
    • - "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['message'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 43 - echo "
    - "; - } else { - // line 45 - echo " "; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_first($this->env, $this->sandbox->ensureToStringAllowed($context["messages"], 45, $this->source)), "html", null, true); - echo " - "; - } - // line 47 - echo " "; - if (($context["type"] == "error")) { - // line 48 - echo "
    - "; - } - // line 50 - echo "
    - "; - // line 52 - echo " "; - $context["attributes"] = twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "removeClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 52); - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['type'], $context['messages'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - } - - public function getTemplateName() - { - return "core/themes/seven/templates/classy/misc/status-messages.html.twig"; - } - - public function getDebugInfo() - { - return array ( 124 => 52, 121 => 50, 117 => 48, 114 => 47, 108 => 45, 104 => 43, 95 => 41, 91 => 40, 88 => 39, 85 => 38, 79 => 36, 76 => 35, 72 => 33, 70 => 32, 63 => 31, 61 => 28, 60 => 26, 58 => 25, 54 => 24, 50 => 23, 45 => 55, 43 => 23, 40 => 22,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/seven/templates/classy/misc/status-messages.html.twig", "/var/www/html/web/core/themes/seven/templates/classy/misc/status-messages.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("block" => 23, "for" => 24, "set" => 26, "if" => 32); - static $filters = array("escape" => 31, "without" => 31, "length" => 38, "first" => 45); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['block', 'for', 'set', 'if'], - ['escape', 'without', 'length', 'first'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_system-config-form.html.t_NODf79Dbi0mCkNLQphvA_Jec-/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_system-config-form.html.t_NODf79Dbi0mCkNLQphvA_Jec-/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_system-config-form.html.t_NODf79Dbi0mCkNLQphvA_Jec-/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_system-config-form.html.t_NODf79Dbi0mCkNLQphvA_Jec-/ACzP67MjZ971UsQjYyrPhXVhqwghfvVDcaNLgraWMoI.php b/web/sites/default/files/php/twig/6165707b4ddfa_system-config-form.html.t_NODf79Dbi0mCkNLQphvA_Jec-/ACzP67MjZ971UsQjYyrPhXVhqwghfvVDcaNLgraWMoI.php deleted file mode 100644 index b172cc16..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_system-config-form.html.t_NODf79Dbi0mCkNLQphvA_Jec-/ACzP67MjZ971UsQjYyrPhXVhqwghfvVDcaNLgraWMoI.php +++ /dev/null @@ -1,91 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 17 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["form"] ?? null), 17, $this->source), "html", null, true); - echo " -"; - } - - public function getTemplateName() - { - return "core/modules/system/templates/system-config-form.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 39 => 17,); - } - - public function getSourceContext() - { - return new Source("", "core/modules/system/templates/system-config-form.html.twig", "/var/www/html/web/core/modules/system/templates/system-config-form.html.twig"); - } - - public function checkSecurity() - { - static $tags = array(); - static $filters = array("escape" => 17); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - [], - ['escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_table.html.twig_5H14Aq-pgbD-CLKdewaYnvxhG/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_table.html.twig_5H14Aq-pgbD-CLKdewaYnvxhG/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_table.html.twig_5H14Aq-pgbD-CLKdewaYnvxhG/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_table.html.twig_5H14Aq-pgbD-CLKdewaYnvxhG/T6LfHnW24Ci3piZrt2jMf8QOnB8Acd1TaZGk9uJ1WQI.php b/web/sites/default/files/php/twig/6165707b4ddfa_table.html.twig_5H14Aq-pgbD-CLKdewaYnvxhG/T6LfHnW24Ci3piZrt2jMf8QOnB8Acd1TaZGk9uJ1WQI.php deleted file mode 100644 index fe531db9..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_table.html.twig_5H14Aq-pgbD-CLKdewaYnvxhG/T6LfHnW24Ci3piZrt2jMf8QOnB8Acd1TaZGk9uJ1WQI.php +++ /dev/null @@ -1,320 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 42 - echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 42, $this->source), "html", null, true); - echo "> - "; - // line 43 - if (($context["caption"] ?? null)) { - // line 44 - echo " "; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["caption"] ?? null), 44, $this->source), "html", null, true); - echo " - "; - } - // line 46 - echo " - "; - // line 47 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(($context["colgroups"] ?? null)); - foreach ($context['_seq'] as $context["_key"] => $context["colgroup"]) { - // line 48 - echo " "; - if (twig_get_attribute($this->env, $this->source, $context["colgroup"], "cols", [], "any", false, false, true, 48)) { - // line 49 - echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["colgroup"], "attributes", [], "any", false, false, true, 49), 49, $this->source), "html", null, true); - echo "> - "; - // line 50 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, $context["colgroup"], "cols", [], "any", false, false, true, 50)); - foreach ($context['_seq'] as $context["_key"] => $context["col"]) { - // line 51 - echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["col"], "attributes", [], "any", false, false, true, 51), 51, $this->source), "html", null, true); - echo " /> - "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['col'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 53 - echo " - "; - } else { - // line 55 - echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["colgroup"], "attributes", [], "any", false, false, true, 55), 55, $this->source), "html", null, true); - echo " /> - "; - } - // line 57 - echo " "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['colgroup'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 58 - echo " - "; - // line 59 - if (($context["header"] ?? null)) { - // line 60 - echo " - - "; - // line 62 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(($context["header"] ?? null)); - foreach ($context['_seq'] as $context["_key"] => $context["cell"]) { - // line 63 - echo " "; - // line 64 - $context["cell_classes"] = [0 => ((twig_get_attribute($this->env, $this->source, // line 65 -$context["cell"], "active_table_sort", [], "any", false, false, true, 65)) ? ("is-active") : (""))]; - // line 68 - echo " <"; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["cell"], "tag", [], "any", false, false, true, 68), 68, $this->source), "html", null, true); - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["cell"], "attributes", [], "any", false, false, true, 68), "addClass", [0 => ($context["cell_classes"] ?? null)], "method", false, false, true, 68), 68, $this->source), "html", null, true); - echo ">"; - // line 69 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["cell"], "content", [], "any", false, false, true, 69), 69, $this->source), "html", null, true); - // line 70 - echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["cell"], "tag", [], "any", false, false, true, 70), 70, $this->source), "html", null, true); - echo "> - "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['cell'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 72 - echo " - - "; - } - // line 75 - echo " - "; - // line 76 - if (($context["rows"] ?? null)) { - // line 77 - echo " - "; - // line 78 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(($context["rows"] ?? 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["row"]) { - // line 79 - echo " "; - // line 80 - $context["row_classes"] = [0 => (( ! // line 81 -($context["no_striping"] ?? null)) ? (twig_cycle([0 => "odd", 1 => "even"], $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["loop"], "index0", [], "any", false, false, true, 81), 81, $this->source))) : (""))]; - // line 84 - echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["row"], "attributes", [], "any", false, false, true, 84), "addClass", [0 => ($context["row_classes"] ?? null)], "method", false, false, true, 84), 84, $this->source), "html", null, true); - echo "> - "; - // line 85 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, $context["row"], "cells", [], "any", false, false, true, 85)); - foreach ($context['_seq'] as $context["_key"] => $context["cell"]) { - // line 86 - echo " <"; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["cell"], "tag", [], "any", false, false, true, 86), 86, $this->source), "html", null, true); - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["cell"], "attributes", [], "any", false, false, true, 86), 86, $this->source), "html", null, true); - echo ">"; - // line 87 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["cell"], "content", [], "any", false, false, true, 87), 87, $this->source), "html", null, true); - // line 88 - echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["cell"], "tag", [], "any", false, false, true, 88), 88, $this->source), "html", null, true); - echo "> - "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['cell'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 90 - echo " - "; - ++$context['loop']['index0']; - ++$context['loop']['index']; - $context['loop']['first'] = false; - if (isset($context['loop']['length'])) { - --$context['loop']['revindex0']; - --$context['loop']['revindex']; - $context['loop']['last'] = 0 === $context['loop']['revindex0']; - } - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['row'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 92 - echo " - "; - } elseif ( // line 93 -($context["empty"] ?? null)) { - // line 94 - echo " - - extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["header_columns"] ?? null), 96, $this->source), "html", null, true); - echo "\" class=\"empty message\">"; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["empty"] ?? null), 96, $this->source), "html", null, true); - echo " - - - "; - } - // line 100 - echo " "; - if (($context["footer"] ?? null)) { - // line 101 - echo " - "; - // line 102 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(($context["footer"] ?? null)); - foreach ($context['_seq'] as $context["_key"] => $context["row"]) { - // line 103 - echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["row"], "attributes", [], "any", false, false, true, 103), 103, $this->source), "html", null, true); - echo "> - "; - // line 104 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, $context["row"], "cells", [], "any", false, false, true, 104)); - foreach ($context['_seq'] as $context["_key"] => $context["cell"]) { - // line 105 - echo " <"; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["cell"], "tag", [], "any", false, false, true, 105), 105, $this->source), "html", null, true); - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["cell"], "attributes", [], "any", false, false, true, 105), 105, $this->source), "html", null, true); - echo ">"; - // line 106 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["cell"], "content", [], "any", false, false, true, 106), 106, $this->source), "html", null, true); - // line 107 - echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["cell"], "tag", [], "any", false, false, true, 107), 107, $this->source), "html", null, true); - echo "> - "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['cell'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 109 - echo " - "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['row'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 111 - echo " - "; - } - // line 113 - echo " -"; - } - - public function getTemplateName() - { - return "core/themes/seven/templates/classy/dataset/table.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 269 => 113, 265 => 111, 258 => 109, 249 => 107, 247 => 106, 242 => 105, 238 => 104, 233 => 103, 229 => 102, 226 => 101, 223 => 100, 214 => 96, 210 => 94, 208 => 93, 205 => 92, 190 => 90, 181 => 88, 179 => 87, 174 => 86, 170 => 85, 165 => 84, 163 => 81, 162 => 80, 160 => 79, 143 => 78, 140 => 77, 138 => 76, 135 => 75, 130 => 72, 121 => 70, 119 => 69, 114 => 68, 112 => 65, 111 => 64, 109 => 63, 105 => 62, 101 => 60, 99 => 59, 96 => 58, 90 => 57, 84 => 55, 80 => 53, 71 => 51, 67 => 50, 62 => 49, 59 => 48, 55 => 47, 52 => 46, 46 => 44, 44 => 43, 39 => 42,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/seven/templates/classy/dataset/table.html.twig", "/var/www/html/web/core/themes/seven/templates/classy/dataset/table.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("if" => 43, "for" => 47, "set" => 64); - static $filters = array("escape" => 42); - static $functions = array("cycle" => 81); - - try { - $this->sandbox->checkSecurity( - ['if', 'for', 'set'], - ['escape'], - ['cycle'] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_tablesort-indicator.html._Kt2TLTS5A-IG1J0306RhD_jn2/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_tablesort-indicator.html._Kt2TLTS5A-IG1J0306RhD_jn2/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_tablesort-indicator.html._Kt2TLTS5A-IG1J0306RhD_jn2/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_tablesort-indicator.html._Kt2TLTS5A-IG1J0306RhD_jn2/wygVV3AD_i9p1wgkflrsl9xQ2-A2mgeGggnfSgY03u8.php b/web/sites/default/files/php/twig/6165707b4ddfa_tablesort-indicator.html._Kt2TLTS5A-IG1J0306RhD_jn2/wygVV3AD_i9p1wgkflrsl9xQ2-A2mgeGggnfSgY03u8.php deleted file mode 100644 index df95aaf0..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_tablesort-indicator.html._Kt2TLTS5A-IG1J0306RhD_jn2/wygVV3AD_i9p1wgkflrsl9xQ2-A2mgeGggnfSgY03u8.php +++ /dev/null @@ -1,112 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 13 - $context["classes"] = [0 => "tablesort", 1 => ("tablesort--" . $this->sandbox->ensureToStringAllowed( // line 15 -($context["style"] ?? null), 15, $this->source))]; - // line 18 - echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 18), 18, $this->source), "html", null, true); - echo "> - - "; - // line 20 - if ((($context["style"] ?? null) == "asc")) { - // line 21 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Sort ascending")); - echo " - "; - } else { - // line 23 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Sort descending")); - echo " - "; - } - // line 25 - echo " - -"; - } - - public function getTemplateName() - { - return "core/modules/system/templates/tablesort-indicator.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 60 => 25, 55 => 23, 50 => 21, 48 => 20, 42 => 18, 40 => 15, 39 => 13,); - } - - public function getSourceContext() - { - return new Source("", "core/modules/system/templates/tablesort-indicator.html.twig", "/var/www/html/web/core/modules/system/templates/tablesort-indicator.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("set" => 13, "if" => 20); - static $filters = array("escape" => 18, "t" => 21); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['set', 'if'], - ['escape', 't'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_text-format-wrapper.html._tgFTsmcSroDdrLFj2zgU386J8/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_text-format-wrapper.html._tgFTsmcSroDdrLFj2zgU386J8/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_text-format-wrapper.html._tgFTsmcSroDdrLFj2zgU386J8/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_text-format-wrapper.html._tgFTsmcSroDdrLFj2zgU386J8/DvApctFpiN1vXMJmB40zZm0Q_uXqpUn9q3aShk5tjCU.php b/web/sites/default/files/php/twig/6165707b4ddfa_text-format-wrapper.html._tgFTsmcSroDdrLFj2zgU386J8/DvApctFpiN1vXMJmB40zZm0Q_uXqpUn9q3aShk5tjCU.php deleted file mode 100644 index a1c21819..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_text-format-wrapper.html._tgFTsmcSroDdrLFj2zgU386J8/DvApctFpiN1vXMJmB40zZm0Q_uXqpUn9q3aShk5tjCU.php +++ /dev/null @@ -1,112 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 16 - echo "
    - "; - // line 17 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 17, $this->source), "html", null, true); - echo " - "; - // line 18 - if (($context["description"] ?? null)) { - // line 19 - echo " "; - // line 20 - $context["classes"] = [0 => (( // line 21 -($context["aria_description"] ?? null)) ? ("description") : (""))]; - // line 24 - echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 24), 24, $this->source), "html", null, true); - echo ">"; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["description"] ?? null), 24, $this->source), "html", null, true); - echo "
    - "; - } - // line 26 - echo " -"; - } - - public function getTemplateName() - { - return "core/themes/seven/templates/classy/content-edit/text-format-wrapper.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 61 => 26, 53 => 24, 51 => 21, 50 => 20, 48 => 19, 46 => 18, 42 => 17, 39 => 16,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/seven/templates/classy/content-edit/text-format-wrapper.html.twig", "/var/www/html/web/core/themes/seven/templates/classy/content-edit/text-format-wrapper.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("if" => 18, "set" => 20); - static $filters = array("escape" => 17); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['if', 'set'], - ['escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_textarea.html.twig_xFPazbGxW_FDbHQo-prUBn0rI/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_textarea.html.twig_xFPazbGxW_FDbHQo-prUBn0rI/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_textarea.html.twig_xFPazbGxW_FDbHQo-prUBn0rI/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_textarea.html.twig_xFPazbGxW_FDbHQo-prUBn0rI/OcvNuLVW4ExeCbhhdp116jfWgNu6XW3i204FBqNlZug.php b/web/sites/default/files/php/twig/6165707b4ddfa_textarea.html.twig_xFPazbGxW_FDbHQo-prUBn0rI/OcvNuLVW4ExeCbhhdp116jfWgNu6XW3i204FBqNlZug.php deleted file mode 100644 index bd4a1039..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_textarea.html.twig_xFPazbGxW_FDbHQo-prUBn0rI/OcvNuLVW4ExeCbhhdp116jfWgNu6XW3i204FBqNlZug.php +++ /dev/null @@ -1,103 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 17 - $context["classes"] = [0 => "form-textarea", 1 => (( // line 19 -($context["resizable"] ?? null)) ? (("resize-" . $this->sandbox->ensureToStringAllowed(($context["resizable"] ?? null), 19, $this->source))) : ("")), 2 => (( // line 20 -($context["required"] ?? null)) ? ("required") : (""))]; - // line 23 - echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["wrapper_attributes"] ?? null), "addClass", [0 => "form-textarea-wrapper"], "method", false, false, true, 23), 23, $this->source), "html", null, true); - echo "> - extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 24), 24, $this->source), "html", null, true); - echo ">"; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["value"] ?? null), 24, $this->source), "html", null, true); - echo " - -"; - } - - public function getTemplateName() - { - return "core/themes/seven/templates/classy/form/textarea.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 48 => 24, 43 => 23, 41 => 20, 40 => 19, 39 => 17,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/seven/templates/classy/form/textarea.html.twig", "/var/www/html/web/core/themes/seven/templates/classy/form/textarea.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("set" => 17); - static $filters = array("escape" => 23); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['set'], - ['escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_toolbar.html.twig_SLJp14_rLf1qesTGO7inO-W_h/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_toolbar.html.twig_SLJp14_rLf1qesTGO7inO-W_h/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_toolbar.html.twig_SLJp14_rLf1qesTGO7inO-W_h/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_toolbar.html.twig_SLJp14_rLf1qesTGO7inO-W_h/fjiHZVKpj6uBEp-zXrUsH3Qv5hqrVTD5ilpRk3AB7AM.php b/web/sites/default/files/php/twig/6165707b4ddfa_toolbar.html.twig_SLJp14_rLf1qesTGO7inO-W_h/fjiHZVKpj6uBEp-zXrUsH3Qv5hqrVTD5ilpRk3AB7AM.php deleted file mode 100644 index 49ced7ed..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_toolbar.html.twig_SLJp14_rLf1qesTGO7inO-W_h/fjiHZVKpj6uBEp-zXrUsH3Qv5hqrVTD5ilpRk3AB7AM.php +++ /dev/null @@ -1,164 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 23 - echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => "toolbar"], "method", false, false, true, 23), 23, $this->source), "html", null, true); - echo "> - extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["toolbar_attributes"] ?? null), "addClass", [0 => "toolbar-bar", 1 => "clearfix"], "method", false, false, true, 24), 24, $this->source), "html", null, true); - echo "> -

    "; - // line 25 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["toolbar_heading"] ?? null), 25, $this->source), "html", null, true); - echo "

    - "; - // line 26 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(($context["tabs"] ?? null)); - foreach ($context['_seq'] as $context["key"] => $context["tab"]) { - // line 27 - echo " "; - $context["tray"] = (($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = ($context["trays"] ?? null)) && is_array($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4) || $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 instanceof ArrayAccess ? ($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4[$context["key"]] ?? null) : null); - // line 28 - echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["tab"], "attributes", [], "any", false, false, true, 28), "addClass", [0 => "toolbar-tab"], "method", false, false, true, 28), 28, $this->source), "html", null, true); - echo "> - "; - // line 29 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["tab"], "link", [], "any", false, false, true, 29), 29, $this->source), "html", null, true); - echo " - "; - // line 30 - ob_start(function () { return ''; }); - // line 31 - echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["tray"] ?? null), "attributes", [], "any", false, false, true, 31), 31, $this->source), "html", null, true); - echo "> - "; - // line 32 - if (twig_get_attribute($this->env, $this->source, ($context["tray"] ?? null), "label", [], "any", false, false, true, 32)) { - // line 33 - echo " - "; - // line 45 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["remainder"] ?? null), 45, $this->source), "html", null, true); - echo " - -"; - } - - public function getTemplateName() - { - return "core/themes/seven/templates/classy/navigation/toolbar.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 111 => 45, 108 => 44, 101 => 42, 99 => 30, 91 => 38, 87 => 36, 82 => 34, 77 => 33, 75 => 32, 70 => 31, 68 => 30, 64 => 29, 59 => 28, 56 => 27, 52 => 26, 48 => 25, 44 => 24, 39 => 23,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/seven/templates/classy/navigation/toolbar.html.twig", "/var/www/html/web/core/themes/seven/templates/classy/navigation/toolbar.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("for" => 26, "set" => 27, "apply" => 30, "if" => 32); - static $filters = array("escape" => 23, "spaceless" => 30); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['for', 'set', 'apply', 'if'], - ['escape', 'spaceless'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_toolbar.html.twig_rXa07aT18i_NhF87RWHcOEsox/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_toolbar.html.twig_rXa07aT18i_NhF87RWHcOEsox/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_toolbar.html.twig_rXa07aT18i_NhF87RWHcOEsox/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_toolbar.html.twig_rXa07aT18i_NhF87RWHcOEsox/e_95DFHxHK0RSptChkM5b13eIWqqS8qE-m9wVq8X0Rg.php b/web/sites/default/files/php/twig/6165707b4ddfa_toolbar.html.twig_rXa07aT18i_NhF87RWHcOEsox/e_95DFHxHK0RSptChkM5b13eIWqqS8qE-m9wVq8X0Rg.php deleted file mode 100644 index a4cd1a9a..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_toolbar.html.twig_rXa07aT18i_NhF87RWHcOEsox/e_95DFHxHK0RSptChkM5b13eIWqqS8qE-m9wVq8X0Rg.php +++ /dev/null @@ -1,164 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 23 - echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => "toolbar"], "method", false, false, true, 23), 23, $this->source), "html", null, true); - echo "> - extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["toolbar_attributes"] ?? null), "addClass", [0 => "toolbar-bar", 1 => "clearfix"], "method", false, false, true, 24), 24, $this->source), "html", null, true); - echo "> -

    "; - // line 25 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["toolbar_heading"] ?? null), 25, $this->source), "html", null, true); - echo "

    - "; - // line 26 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(($context["tabs"] ?? null)); - foreach ($context['_seq'] as $context["key"] => $context["tab"]) { - // line 27 - echo " "; - $context["tray"] = (($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = ($context["trays"] ?? null)) && is_array($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4) || $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 instanceof ArrayAccess ? ($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4[$context["key"]] ?? null) : null); - // line 28 - echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["tab"], "attributes", [], "any", false, false, true, 28), "addClass", [0 => "toolbar-tab"], "method", false, false, true, 28), 28, $this->source), "html", null, true); - echo "> - "; - // line 29 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["tab"], "link", [], "any", false, false, true, 29), 29, $this->source), "html", null, true); - echo " - "; - // line 30 - ob_start(function () { return ''; }); - // line 31 - echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["tray"] ?? null), "attributes", [], "any", false, false, true, 31), 31, $this->source), "html", null, true); - echo "> - "; - // line 32 - if (twig_get_attribute($this->env, $this->source, ($context["tray"] ?? null), "label", [], "any", false, false, true, 32)) { - // line 33 - echo " - "; - // line 45 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["remainder"] ?? null), 45, $this->source), "html", null, true); - echo " - -"; - } - - public function getTemplateName() - { - return "core/themes/bartik/templates/classy/navigation/toolbar.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 111 => 45, 108 => 44, 101 => 42, 99 => 30, 91 => 38, 87 => 36, 82 => 34, 77 => 33, 75 => 32, 70 => 31, 68 => 30, 64 => 29, 59 => 28, 56 => 27, 52 => 26, 48 => 25, 44 => 24, 39 => 23,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/bartik/templates/classy/navigation/toolbar.html.twig", "/var/www/html/web/core/themes/bartik/templates/classy/navigation/toolbar.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("for" => 26, "set" => 27, "apply" => 30, "if" => 32); - static $filters = array("escape" => 23, "spaceless" => 30); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['for', 'set', 'apply', 'if'], - ['escape', 'spaceless'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_user.html.twig_dwVoHL5ACa2F-FUcPv0lDOnRb/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_user.html.twig_dwVoHL5ACa2F-FUcPv0lDOnRb/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_user.html.twig_dwVoHL5ACa2F-FUcPv0lDOnRb/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_user.html.twig_dwVoHL5ACa2F-FUcPv0lDOnRb/QxYdkZMMWU1fy0FR28gqPa5camIW9ac72gjVAphCcKM.php b/web/sites/default/files/php/twig/6165707b4ddfa_user.html.twig_dwVoHL5ACa2F-FUcPv0lDOnRb/QxYdkZMMWU1fy0FR28gqPa5camIW9ac72gjVAphCcKM.php deleted file mode 100644 index db625ff7..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_user.html.twig_dwVoHL5ACa2F-FUcPv0lDOnRb/QxYdkZMMWU1fy0FR28gqPa5camIW9ac72gjVAphCcKM.php +++ /dev/null @@ -1,100 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 19 - echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => "profile"], "method", false, false, true, 19), 19, $this->source), "html", null, true); - echo "> - "; - // line 20 - if (($context["content"] ?? null)) { - // line 21 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 21, $this->source), "html", null, true); - } - // line 23 - echo " -"; - } - - public function getTemplateName() - { - return "core/themes/bartik/templates/classy/user/user.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 49 => 23, 46 => 21, 44 => 20, 39 => 19,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/bartik/templates/classy/user/user.html.twig", "/var/www/html/web/core/themes/bartik/templates/classy/user/user.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("if" => 20); - static $filters = array("escape" => 19); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['if'], - ['escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_username.html.twig_RL7zFo22FSuTTGVL9bPJK4Cd0/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_username.html.twig_RL7zFo22FSuTTGVL9bPJK4Cd0/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_username.html.twig_RL7zFo22FSuTTGVL9bPJK4Cd0/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_username.html.twig_RL7zFo22FSuTTGVL9bPJK4Cd0/MUYS_qcQm4DlOVybuyFjhSDd1zPhx0q6ACAosWpaglk.php b/web/sites/default/files/php/twig/6165707b4ddfa_username.html.twig_RL7zFo22FSuTTGVL9bPJK4Cd0/MUYS_qcQm4DlOVybuyFjhSDd1zPhx0q6ACAosWpaglk.php deleted file mode 100644 index 4e0bf3a3..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_username.html.twig_RL7zFo22FSuTTGVL9bPJK4Cd0/MUYS_qcQm4DlOVybuyFjhSDd1zPhx0q6ACAosWpaglk.php +++ /dev/null @@ -1,105 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 25 - if (($context["link_path"] ?? null)) { - // line 26 - echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => "username"], "method", false, false, true, 26), 26, $this->source), "html", null, true); - echo ">"; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["name"] ?? null), 26, $this->source), "html", null, true); - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["extra"] ?? null), 26, $this->source), "html", null, true); - echo ""; - } else { - // line 28 - echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 28, $this->source), "html", null, true); - echo ">"; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["name"] ?? null), 28, $this->source), "html", null, true); - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["extra"] ?? null), 28, $this->source), "html", null, true); - echo ""; - } - } - - public function getTemplateName() - { - return "core/themes/seven/templates/classy/user/username.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 49 => 28, 41 => 26, 39 => 25,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/seven/templates/classy/user/username.html.twig", "/var/www/html/web/core/themes/seven/templates/classy/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'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_username.html.twig_u-U4xEgzHjrZ4qgylZhsMenJ6/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_username.html.twig_u-U4xEgzHjrZ4qgylZhsMenJ6/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_username.html.twig_u-U4xEgzHjrZ4qgylZhsMenJ6/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_username.html.twig_u-U4xEgzHjrZ4qgylZhsMenJ6/akxChjkxvbr5fxY1y8cuYEia6cishBIHBSXxFqNeLFk.php b/web/sites/default/files/php/twig/6165707b4ddfa_username.html.twig_u-U4xEgzHjrZ4qgylZhsMenJ6/akxChjkxvbr5fxY1y8cuYEia6cishBIHBSXxFqNeLFk.php deleted file mode 100644 index 0f1a7091..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_username.html.twig_u-U4xEgzHjrZ4qgylZhsMenJ6/akxChjkxvbr5fxY1y8cuYEia6cishBIHBSXxFqNeLFk.php +++ /dev/null @@ -1,105 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 25 - if (($context["link_path"] ?? null)) { - // line 26 - echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => "username"], "method", false, false, true, 26), 26, $this->source), "html", null, true); - echo ">"; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["name"] ?? null), 26, $this->source), "html", null, true); - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["extra"] ?? null), 26, $this->source), "html", null, true); - echo ""; - } else { - // line 28 - echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 28, $this->source), "html", null, true); - echo ">"; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["name"] ?? null), 28, $this->source), "html", null, true); - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["extra"] ?? null), 28, $this->source), "html", null, true); - echo ""; - } - } - - public function getTemplateName() - { - return "core/themes/bartik/templates/classy/user/username.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 49 => 28, 41 => 26, 39 => 25,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/bartik/templates/classy/user/username.html.twig", "/var/www/html/web/core/themes/bartik/templates/classy/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'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_vertical-tabs.html.twig_POaGtPEJjV0y2OVM_Bh97FEr4/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_vertical-tabs.html.twig_POaGtPEJjV0y2OVM_Bh97FEr4/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_vertical-tabs.html.twig_POaGtPEJjV0y2OVM_Bh97FEr4/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_vertical-tabs.html.twig_POaGtPEJjV0y2OVM_Bh97FEr4/KlIrhu95J4peBvdL6a_2lyaGRrDzR_dHruAC4JUSca0.php b/web/sites/default/files/php/twig/6165707b4ddfa_vertical-tabs.html.twig_POaGtPEJjV0y2OVM_Bh97FEr4/KlIrhu95J4peBvdL6a_2lyaGRrDzR_dHruAC4JUSca0.php deleted file mode 100644 index 2bb9276c..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_vertical-tabs.html.twig_POaGtPEJjV0y2OVM_Bh97FEr4/KlIrhu95J4peBvdL6a_2lyaGRrDzR_dHruAC4JUSca0.php +++ /dev/null @@ -1,94 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 15 - echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "setAttribute", [0 => "data-vertical-tabs-panes", 1 => true], "method", false, false, true, 15), 15, $this->source), "html", null, true); - echo ">"; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null), 15, $this->source), "html", null, true); - echo " -"; - } - - public function getTemplateName() - { - return "core/modules/system/templates/vertical-tabs.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 39 => 15,); - } - - public function getSourceContext() - { - return new Source("", "core/modules/system/templates/vertical-tabs.html.twig", "/var/www/html/web/core/modules/system/templates/vertical-tabs.html.twig"); - } - - public function checkSecurity() - { - static $tags = array(); - static $filters = array("escape" => 15); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - [], - ['escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_views-exposed-form.html.t_dpHO4pEH7xe0pjRZR-rNLyqVa/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_views-exposed-form.html.t_dpHO4pEH7xe0pjRZR-rNLyqVa/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_views-exposed-form.html.t_dpHO4pEH7xe0pjRZR-rNLyqVa/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_views-exposed-form.html.t_dpHO4pEH7xe0pjRZR-rNLyqVa/5ePw1v3MQp-gIIUOYHK-T4cFTYKHuFSVW1mlZEho0JI.php b/web/sites/default/files/php/twig/6165707b4ddfa_views-exposed-form.html.t_dpHO4pEH7xe0pjRZR-rNLyqVa/5ePw1v3MQp-gIIUOYHK-T4cFTYKHuFSVW1mlZEho0JI.php deleted file mode 100644 index 0fdd60c0..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_views-exposed-form.html.t_dpHO4pEH7xe0pjRZR-rNLyqVa/5ePw1v3MQp-gIIUOYHK-T4cFTYKHuFSVW1mlZEho0JI.php +++ /dev/null @@ -1,104 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 12 - if ( !twig_test_empty(($context["q"] ?? null))) { - // line 13 - echo " "; - // line 17 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["q"] ?? null), 17, $this->source), "html", null, true); - echo " -"; - } - // line 19 - echo "
    - "; - // line 20 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["form"] ?? null), 20, $this->source), "html", null, true); - echo " -
    -"; - } - - public function getTemplateName() - { - return "core/themes/seven/templates/classy/views/views-exposed-form.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 51 => 20, 48 => 19, 43 => 17, 41 => 13, 39 => 12,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/seven/templates/classy/views/views-exposed-form.html.twig", "/var/www/html/web/core/themes/seven/templates/classy/views/views-exposed-form.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("if" => 12); - static $filters = array("escape" => 17); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['if'], - ['escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_views-ui-view-displays-li_bGWU8FqGpzA7v25Ks4_4tmgB4/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_views-ui-view-displays-li_bGWU8FqGpzA7v25Ks4_4tmgB4/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_views-ui-view-displays-li_bGWU8FqGpzA7v25Ks4_4tmgB4/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_views-ui-view-displays-li_bGWU8FqGpzA7v25Ks4_4tmgB4/tqSreNlNYo_re00u6tgUXL2LOBmJncgHomTM_O1yllk.php b/web/sites/default/files/php/twig/6165707b4ddfa_views-ui-view-displays-li_bGWU8FqGpzA7v25Ks4_4tmgB4/tqSreNlNYo_re00u6tgUXL2LOBmJncgHomTM_O1yllk.php deleted file mode 100644 index 8a566c13..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_views-ui-view-displays-li_bGWU8FqGpzA7v25Ks4_4tmgB4/tqSreNlNYo_re00u6tgUXL2LOBmJncgHomTM_O1yllk.php +++ /dev/null @@ -1,123 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 14 - echo "
      - "; - // line 15 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(($context["displays"] ?? null)); - foreach ($context['_seq'] as $context["_key"] => $context["display"]) { - // line 16 - echo "
    • - "; - // line 17 - if (twig_get_attribute($this->env, $this->source, $context["display"], "path", [], "any", false, false, true, 17)) { - // line 18 - echo " "; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["display"], "display", [], "any", false, false, true, 18), 18, $this->source), "html", null, true); - echo " ("; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["display"], "path", [], "any", false, false, true, 18), 18, $this->source), "html", null, true); - echo ") - "; - } else { - // line 20 - echo " "; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["display"], "display", [], "any", false, false, true, 20), 20, $this->source), "html", null, true); - echo " - "; - } - // line 22 - echo "
    • - "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['display'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 24 - echo "
    -"; - } - - public function getTemplateName() - { - return "core/modules/views_ui/templates/views-ui-view-displays-list.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 72 => 24, 65 => 22, 59 => 20, 51 => 18, 49 => 17, 46 => 16, 42 => 15, 39 => 14,); - } - - public function getSourceContext() - { - return new Source("", "core/modules/views_ui/templates/views-ui-view-displays-list.html.twig", "/var/www/html/web/core/modules/views_ui/templates/views-ui-view-displays-list.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("for" => 15, "if" => 17); - static $filters = array("escape" => 18); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['for', 'if'], - ['escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_views-ui-views-listing-ta_1NZUNbcJxXUqJXXBvswTng8lp/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_views-ui-views-listing-ta_1NZUNbcJxXUqJXXBvswTng8lp/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_views-ui-views-listing-ta_1NZUNbcJxXUqJXXBvswTng8lp/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_views-ui-views-listing-ta_1NZUNbcJxXUqJXXBvswTng8lp/lv9ATd0oS37RwZS8pwP052xiNNYxFoF5niCk6zNAiSY.php b/web/sites/default/files/php/twig/6165707b4ddfa_views-ui-views-listing-ta_1NZUNbcJxXUqJXXBvswTng8lp/lv9ATd0oS37RwZS8pwP052xiNNYxFoF5niCk6zNAiSY.php deleted file mode 100644 index 61147a7a..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_views-ui-views-listing-ta_1NZUNbcJxXUqJXXBvswTng8lp/lv9ATd0oS37RwZS8pwP052xiNNYxFoF5niCk6zNAiSY.php +++ /dev/null @@ -1,162 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 20 - echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => "responsive-enabled"], "method", false, false, true, 20), 20, $this->source), "html", null, true); - echo "> - - - "; - // line 23 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(($context["headers"] ?? null)); - foreach ($context['_seq'] as $context["_key"] => $context["header"]) { - // line 24 - echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["header"], "attributes", [], "any", false, false, true, 24), 24, $this->source), "html", null, true); - echo ">"; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["header"], "data", [], "any", false, false, true, 24), 24, $this->source), "html", null, true); - echo " - "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['header'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 26 - echo " - - - "; - // line 29 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(($context["rows"] ?? null)); - foreach ($context['_seq'] as $context["_key"] => $context["row"]) { - // line 30 - echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["row"], "attributes", [], "any", false, false, true, 30), 30, $this->source), "html", null, true); - echo "> - - "; - // line 32 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["row"], "data", [], "any", false, false, true, 32), "view_name", [], "any", false, false, true, 32), "data", [], "any", false, false, true, 32), 32, $this->source), "html", null, true); - echo " - - - "; - // line 35 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["row"], "data", [], "any", false, false, true, 35), "machine_name", [], "any", false, false, true, 35), "data", [], "any", false, false, true, 35), 35, $this->source), "html", null, true); - echo " - - - "; - // line 38 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["row"], "data", [], "any", false, false, true, 38), "description", [], "any", false, false, true, 38), "data", [], "any", false, false, true, 38), 38, $this->source), "html", null, true); - echo " - - - "; - // line 41 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["row"], "data", [], "any", false, false, true, 41), "displays", [], "any", false, false, true, 41), "data", [], "any", false, false, true, 41), 41, $this->source), "html", null, true); - echo " - - - "; - // line 44 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["row"], "data", [], "any", false, false, true, 44), "operations", [], "any", false, false, true, 44), "data", [], "any", false, false, true, 44), 44, $this->source), "html", null, true); - echo " - - - "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['row'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 48 - echo " - -"; - } - - public function getTemplateName() - { - return "core/modules/views_ui/templates/views-ui-views-listing-table.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 110 => 48, 100 => 44, 94 => 41, 88 => 38, 82 => 35, 76 => 32, 70 => 30, 66 => 29, 61 => 26, 50 => 24, 46 => 23, 39 => 20,); - } - - public function getSourceContext() - { - return new Source("", "core/modules/views_ui/templates/views-ui-views-listing-table.html.twig", "/var/www/html/web/core/modules/views_ui/templates/views-ui-views-listing-table.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("for" => 23); - static $filters = array("escape" => 20); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['for'], - ['escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_views-view-field.html.twi_k5lvhthsY42Y86jgzubsV2wr6/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_views-view-field.html.twi_k5lvhthsY42Y86jgzubsV2wr6/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_views-view-field.html.twi_k5lvhthsY42Y86jgzubsV2wr6/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_views-view-field.html.twi_k5lvhthsY42Y86jgzubsV2wr6/ru4jGizfCa03C1rZsP9WTDPOUpt6mTNRiJ4imevqO2I.php b/web/sites/default/files/php/twig/6165707b4ddfa_views-view-field.html.twi_k5lvhthsY42Y86jgzubsV2wr6/ru4jGizfCa03C1rZsP9WTDPOUpt6mTNRiJ4imevqO2I.php deleted file mode 100644 index 19eee707..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_views-view-field.html.twi_k5lvhthsY42Y86jgzubsV2wr6/ru4jGizfCa03C1rZsP9WTDPOUpt6mTNRiJ4imevqO2I.php +++ /dev/null @@ -1,89 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 23 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["output"] ?? null), 23, $this->source), "html", null, true); - } - - public function getTemplateName() - { - return "core/modules/views/templates/views-view-field.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 39 => 23,); - } - - public function getSourceContext() - { - return new Source("", "core/modules/views/templates/views-view-field.html.twig", "/var/www/html/web/core/modules/views/templates/views-view-field.html.twig"); - } - - public function checkSecurity() - { - static $tags = array(); - static $filters = array("escape" => 23); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - [], - ['escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_views-view-table.html.twi_Z_JY_woQTPPhK7rzROp7UfAfG/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_views-view-table.html.twi_Z_JY_woQTPPhK7rzROp7UfAfG/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_views-view-table.html.twi_Z_JY_woQTPPhK7rzROp7UfAfG/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_views-view-table.html.twi_Z_JY_woQTPPhK7rzROp7UfAfG/eLsUP69a_NAWXWOy9wsQAjwOQHyUZSQFs0yyXie7EmE.php b/web/sites/default/files/php/twig/6165707b4ddfa_views-view-table.html.twi_Z_JY_woQTPPhK7rzROp7UfAfG/eLsUP69a_NAWXWOy9wsQAjwOQHyUZSQFs0yyXie7EmE.php deleted file mode 100644 index 9261bf9c..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_views-view-table.html.twi_Z_JY_woQTPPhK7rzROp7UfAfG/eLsUP69a_NAWXWOy9wsQAjwOQHyUZSQFs0yyXie7EmE.php +++ /dev/null @@ -1,311 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 35 - $context["classes"] = [0 => "views-table", 1 => "views-view-table", 2 => ("cols-" . twig_length_filter($this->env, $this->sandbox->ensureToStringAllowed( // line 38 -($context["header"] ?? null), 38, $this->source))), 3 => (( // line 39 -($context["responsive"] ?? null)) ? ("responsive-enabled") : ("")), 4 => (( // line 40 -($context["sticky"] ?? null)) ? ("sticky-enabled") : (""))]; - // line 43 - echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 43), 43, $this->source), "html", null, true); - echo "> - "; - // line 44 - if (($context["caption_needed"] ?? null)) { - // line 45 - echo " - "; - // line 46 - if (($context["caption"] ?? null)) { - // line 47 - echo " "; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["caption"] ?? null), 47, $this->source), "html", null, true); - echo " - "; - } else { - // line 49 - echo " "; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title"] ?? null), 49, $this->source), "html", null, true); - echo " - "; - } - // line 51 - echo " "; - if ( !twig_test_empty(($context["summary_element"] ?? null))) { - // line 52 - echo " "; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["summary_element"] ?? null), 52, $this->source), "html", null, true); - echo " - "; - } - // line 54 - echo " - "; - } - // line 56 - echo " "; - if (($context["header"] ?? null)) { - // line 57 - echo " - - "; - // line 59 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(($context["header"] ?? null)); - foreach ($context['_seq'] as $context["key"] => $context["column"]) { - // line 60 - echo " "; - if (twig_get_attribute($this->env, $this->source, $context["column"], "default_classes", [], "any", false, false, true, 60)) { - // line 61 - echo " "; - // line 62 - $context["column_classes"] = [0 => "views-field", 1 => ("views-field-" . $this->sandbox->ensureToStringAllowed((($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = // line 64 -($context["fields"] ?? null)) && is_array($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4) || $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 instanceof ArrayAccess ? ($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4[$context["key"]] ?? null) : null), 64, $this->source))]; - // line 67 - echo " "; - } - // line 68 - echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["column"], "attributes", [], "any", false, false, true, 68), "addClass", [0 => ($context["column_classes"] ?? null)], "method", false, false, true, 68), "setAttribute", [0 => "scope", 1 => "col"], "method", false, false, true, 68), 68, $this->source), "html", null, true); - echo ">"; - // line 69 - if (twig_get_attribute($this->env, $this->source, $context["column"], "wrapper_element", [], "any", false, false, true, 69)) { - // line 70 - echo "<"; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["column"], "wrapper_element", [], "any", false, false, true, 70), 70, $this->source), "html", null, true); - echo ">"; - // line 71 - if (twig_get_attribute($this->env, $this->source, $context["column"], "url", [], "any", false, false, true, 71)) { - // line 72 - echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["column"], "url", [], "any", false, false, true, 72), 72, $this->source), "html", null, true); - echo "\" title=\""; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["column"], "title", [], "any", false, false, true, 72), 72, $this->source), "html", null, true); - echo "\" rel=\"nofollow\">"; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["column"], "content", [], "any", false, false, true, 72), 72, $this->source), "html", null, true); - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["column"], "sort_indicator", [], "any", false, false, true, 72), 72, $this->source), "html", null, true); - echo ""; - } else { - // line 74 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["column"], "content", [], "any", false, false, true, 74), 74, $this->source), "html", null, true); - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["column"], "sort_indicator", [], "any", false, false, true, 74), 74, $this->source), "html", null, true); - } - // line 76 - echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["column"], "wrapper_element", [], "any", false, false, true, 76), 76, $this->source), "html", null, true); - echo ">"; - } else { - // line 78 - if (twig_get_attribute($this->env, $this->source, $context["column"], "url", [], "any", false, false, true, 78)) { - // line 79 - echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["column"], "url", [], "any", false, false, true, 79), 79, $this->source), "html", null, true); - echo "\" title=\""; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["column"], "title", [], "any", false, false, true, 79), 79, $this->source), "html", null, true); - echo "\" rel=\"nofollow\">"; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["column"], "content", [], "any", false, false, true, 79), 79, $this->source), "html", null, true); - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["column"], "sort_indicator", [], "any", false, false, true, 79), 79, $this->source), "html", null, true); - echo ""; - } else { - // line 81 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["column"], "content", [], "any", false, false, true, 81), 81, $this->source), "html", null, true); - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["column"], "sort_indicator", [], "any", false, false, true, 81), 81, $this->source), "html", null, true); - } - } - // line 84 - echo " - "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['key'], $context['column'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 86 - echo " - - "; - } - // line 89 - echo " - "; - // line 90 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(($context["rows"] ?? null)); - foreach ($context['_seq'] as $context["_key"] => $context["row"]) { - // line 91 - echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["row"], "attributes", [], "any", false, false, true, 91), 91, $this->source), "html", null, true); - echo "> - "; - // line 92 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, $context["row"], "columns", [], "any", false, false, true, 92)); - foreach ($context['_seq'] as $context["key"] => $context["column"]) { - // line 93 - echo " "; - if (twig_get_attribute($this->env, $this->source, $context["column"], "default_classes", [], "any", false, false, true, 93)) { - // line 94 - echo " "; - // line 95 - $context["column_classes"] = [0 => "views-field"]; - // line 99 - echo " "; - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, $context["column"], "fields", [], "any", false, false, true, 99)); - foreach ($context['_seq'] as $context["_key"] => $context["field"]) { - // line 100 - echo " "; - $context["column_classes"] = twig_array_merge($this->sandbox->ensureToStringAllowed(($context["column_classes"] ?? null), 100, $this->source), [0 => ("views-field-" . $this->sandbox->ensureToStringAllowed($context["field"], 100, $this->source))]); - // line 101 - echo " "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['field'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 102 - echo " "; - } - // line 103 - echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["column"], "attributes", [], "any", false, false, true, 103), "addClass", [0 => ($context["column_classes"] ?? null)], "method", false, false, true, 103), 103, $this->source), "html", null, true); - echo ">"; - // line 104 - if (twig_get_attribute($this->env, $this->source, $context["column"], "wrapper_element", [], "any", false, false, true, 104)) { - // line 105 - echo "<"; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["column"], "wrapper_element", [], "any", false, false, true, 105), 105, $this->source), "html", null, true); - echo "> - "; - // line 106 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, $context["column"], "content", [], "any", false, false, true, 106)); - foreach ($context['_seq'] as $context["_key"] => $context["content"]) { - // line 107 - echo " "; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["content"], "separator", [], "any", false, false, true, 107), 107, $this->source), "html", null, true); - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["content"], "field_output", [], "any", false, false, true, 107), 107, $this->source), "html", null, true); - echo " - "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['content'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 109 - echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["column"], "wrapper_element", [], "any", false, false, true, 109), 109, $this->source), "html", null, true); - echo ">"; - } else { - // line 111 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, $context["column"], "content", [], "any", false, false, true, 111)); - foreach ($context['_seq'] as $context["_key"] => $context["content"]) { - // line 112 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["content"], "separator", [], "any", false, false, true, 112), 112, $this->source), "html", null, true); - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["content"], "field_output", [], "any", false, false, true, 112), 112, $this->source), "html", null, true); - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['content'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - } - // line 115 - echo " - "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['key'], $context['column'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 117 - echo " - "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['row'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 119 - echo " - -"; - } - - public function getTemplateName() - { - return "core/themes/seven/templates/classy/views/views-view-table.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 259 => 119, 252 => 117, 245 => 115, 237 => 112, 233 => 111, 228 => 109, 218 => 107, 214 => 106, 209 => 105, 207 => 104, 203 => 103, 200 => 102, 194 => 101, 191 => 100, 186 => 99, 184 => 95, 182 => 94, 179 => 93, 175 => 92, 170 => 91, 166 => 90, 163 => 89, 158 => 86, 151 => 84, 146 => 81, 136 => 79, 134 => 78, 129 => 76, 125 => 74, 115 => 72, 113 => 71, 109 => 70, 107 => 69, 103 => 68, 100 => 67, 98 => 64, 97 => 62, 95 => 61, 92 => 60, 88 => 59, 84 => 57, 81 => 56, 77 => 54, 71 => 52, 68 => 51, 62 => 49, 56 => 47, 54 => 46, 51 => 45, 49 => 44, 44 => 43, 42 => 40, 41 => 39, 40 => 38, 39 => 35,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/seven/templates/classy/views/views-view-table.html.twig", "/var/www/html/web/core/themes/seven/templates/classy/views/views-view-table.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("set" => 35, "if" => 44, "for" => 59); - static $filters = array("length" => 38, "escape" => 43, "merge" => 100); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['set', 'if', 'for'], - ['length', 'escape', 'merge'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_views-view-unformatted.ht_y5aXQ6byTlgB54x8B6_hk0tt9/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_views-view-unformatted.ht_y5aXQ6byTlgB54x8B6_hk0tt9/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_views-view-unformatted.ht_y5aXQ6byTlgB54x8B6_hk0tt9/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_views-view-unformatted.ht_y5aXQ6byTlgB54x8B6_hk0tt9/uVOFPn9Y4wIWIsz9tU1Mm572ingqdXUjcVNFxq3PPlc.php b/web/sites/default/files/php/twig/6165707b4ddfa_views-view-unformatted.ht_y5aXQ6byTlgB54x8B6_hk0tt9/uVOFPn9Y4wIWIsz9tU1Mm572ingqdXUjcVNFxq3PPlc.php deleted file mode 100644 index fbb9026d..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_views-view-unformatted.ht_y5aXQ6byTlgB54x8B6_hk0tt9/uVOFPn9Y4wIWIsz9tU1Mm572ingqdXUjcVNFxq3PPlc.php +++ /dev/null @@ -1,117 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 20 - if (($context["title"] ?? null)) { - // line 21 - echo "

    "; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title"] ?? null), 21, $this->source), "html", null, true); - echo "

    -"; - } - // line 23 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(($context["rows"] ?? null)); - foreach ($context['_seq'] as $context["_key"] => $context["row"]) { - // line 24 - echo " "; - // line 25 - $context["row_classes"] = [0 => (( // line 26 -($context["default_row_class"] ?? null)) ? ("views-row") : (""))]; - // line 29 - echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["row"], "attributes", [], "any", false, false, true, 29), "addClass", [0 => ($context["row_classes"] ?? null)], "method", false, false, true, 29), 29, $this->source), "html", null, true); - echo ">"; - // line 30 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["row"], "content", [], "any", false, false, true, 30), 30, $this->source), "html", null, true); - // line 31 - echo " -"; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['row'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - } - - public function getTemplateName() - { - return "core/modules/views/templates/views-view-unformatted.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 62 => 31, 60 => 30, 56 => 29, 54 => 26, 53 => 25, 51 => 24, 47 => 23, 41 => 21, 39 => 20,); - } - - public function getSourceContext() - { - return new Source("", "core/modules/views/templates/views-view-unformatted.html.twig", "/var/www/html/web/core/modules/views/templates/views-view-unformatted.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("if" => 20, "for" => 23, "set" => 25); - static $filters = array("escape" => 21); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['if', 'for', 'set'], - ['escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_views-view.html.twig_1IQSzcAhb7c-wTRV1E0iD1vvo/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_views-view.html.twig_1IQSzcAhb7c-wTRV1E0iD1vvo/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_views-view.html.twig_1IQSzcAhb7c-wTRV1E0iD1vvo/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_views-view.html.twig_1IQSzcAhb7c-wTRV1E0iD1vvo/K_Ckon2peRt3SDFIMZDFc0wnPI_6L2-rDWkM4XyX1jI.php b/web/sites/default/files/php/twig/6165707b4ddfa_views-view.html.twig_1IQSzcAhb7c-wTRV1E0iD1vvo/K_Ckon2peRt3SDFIMZDFc0wnPI_6L2-rDWkM4XyX1jI.php deleted file mode 100644 index 35f08803..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_views-view.html.twig_1IQSzcAhb7c-wTRV1E0iD1vvo/K_Ckon2peRt3SDFIMZDFc0wnPI_6L2-rDWkM4XyX1jI.php +++ /dev/null @@ -1,233 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 34 - $context["classes"] = [0 => "view", 1 => ("view-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 36 -($context["id"] ?? null), 36, $this->source))), 2 => ("view-id-" . $this->sandbox->ensureToStringAllowed( // line 37 -($context["id"] ?? null), 37, $this->source)), 3 => ("view-display-id-" . $this->sandbox->ensureToStringAllowed( // line 38 -($context["display_id"] ?? null), 38, $this->source)), 4 => (( // line 39 -($context["dom_id"] ?? null)) ? (("js-view-dom-id-" . $this->sandbox->ensureToStringAllowed(($context["dom_id"] ?? null), 39, $this->source))) : (""))]; - // line 42 - echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 42), 42, $this->source), "html", null, true); - echo "> - "; - // line 43 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_prefix"] ?? null), 43, $this->source), "html", null, true); - echo " - "; - // line 44 - if (($context["title"] ?? null)) { - // line 45 - echo " "; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title"] ?? null), 45, $this->source), "html", null, true); - echo " - "; - } - // line 47 - echo " "; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_suffix"] ?? null), 47, $this->source), "html", null, true); - echo " - "; - // line 48 - if (($context["header"] ?? null)) { - // line 49 - echo "
    - "; - // line 50 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["header"] ?? null), 50, $this->source), "html", null, true); - echo " -
    - "; - } - // line 53 - echo " "; - if (($context["exposed"] ?? null)) { - // line 54 - echo "
    - "; - // line 55 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["exposed"] ?? null), 55, $this->source), "html", null, true); - echo " -
    - "; - } - // line 58 - echo " "; - if (($context["attachment_before"] ?? null)) { - // line 59 - echo "
    - "; - // line 60 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attachment_before"] ?? null), 60, $this->source), "html", null, true); - echo " -
    - "; - } - // line 63 - echo " - "; - // line 64 - if (($context["rows"] ?? null)) { - // line 65 - echo "
    - "; - // line 66 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["rows"] ?? null), 66, $this->source), "html", null, true); - echo " -
    - "; - } elseif ( // line 68 -($context["empty"] ?? null)) { - // line 69 - echo "
    - "; - // line 70 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["empty"] ?? null), 70, $this->source), "html", null, true); - echo " -
    - "; - } - // line 73 - echo " - "; - // line 74 - if (($context["pager"] ?? null)) { - // line 75 - echo " "; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["pager"] ?? null), 75, $this->source), "html", null, true); - echo " - "; - } - // line 77 - echo " "; - if (($context["attachment_after"] ?? null)) { - // line 78 - echo "
    - "; - // line 79 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attachment_after"] ?? null), 79, $this->source), "html", null, true); - echo " -
    - "; - } - // line 82 - echo " "; - if (($context["more"] ?? null)) { - // line 83 - echo " "; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["more"] ?? null), 83, $this->source), "html", null, true); - echo " - "; - } - // line 85 - echo " "; - if (($context["footer"] ?? null)) { - // line 86 - echo "
    - "; - // line 87 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["footer"] ?? null), 87, $this->source), "html", null, true); - echo " -
    - "; - } - // line 90 - echo " "; - if (($context["feed_icons"] ?? null)) { - // line 91 - echo "
    - "; - // line 92 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["feed_icons"] ?? null), 92, $this->source), "html", null, true); - echo " -
    - "; - } - // line 95 - echo " -"; - } - - public function getTemplateName() - { - return "core/themes/seven/templates/classy/views/views-view.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 182 => 95, 176 => 92, 173 => 91, 170 => 90, 164 => 87, 161 => 86, 158 => 85, 152 => 83, 149 => 82, 143 => 79, 140 => 78, 137 => 77, 131 => 75, 129 => 74, 126 => 73, 120 => 70, 117 => 69, 115 => 68, 110 => 66, 107 => 65, 105 => 64, 102 => 63, 96 => 60, 93 => 59, 90 => 58, 84 => 55, 81 => 54, 78 => 53, 72 => 50, 69 => 49, 67 => 48, 62 => 47, 56 => 45, 54 => 44, 50 => 43, 45 => 42, 43 => 39, 42 => 38, 41 => 37, 40 => 36, 39 => 34,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/seven/templates/classy/views/views-view.html.twig", "/var/www/html/web/core/themes/seven/templates/classy/views/views-view.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("set" => 34, "if" => 44); - static $filters = array("clean_class" => 36, "escape" => 42); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['set', 'if'], - ['clean_class', 'escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_views-view.html.twig_50RBHWwHcKyDTURUi9GqS39yO/.htaccess b/web/sites/default/files/php/twig/6165707b4ddfa_views-view.html.twig_50RBHWwHcKyDTURUi9GqS39yO/.htaccess deleted file mode 100644 index 25776a31..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_views-view.html.twig_50RBHWwHcKyDTURUi9GqS39yO/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -# Deny all requests from Apache 2.4+. - - Require all denied - - -# Deny all requests from Apache 2.0-2.2. - - Deny from all - - -# Turn off all options we don't need. -Options -Indexes -ExecCGI -Includes -MultiViews - -# Set the catch-all handler to prevent scripts from being executed. -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 - - # Override the handler again if we're run later in the evaluation list. - SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 - - -# If we know how to do it safely, disable the PHP engine entirely. - - php_flag engine off - \ No newline at end of file diff --git a/web/sites/default/files/php/twig/6165707b4ddfa_views-view.html.twig_50RBHWwHcKyDTURUi9GqS39yO/94gtPiUHYfM502JUX8tnL6KICWSs36MEWwaV6fWgL6c.php b/web/sites/default/files/php/twig/6165707b4ddfa_views-view.html.twig_50RBHWwHcKyDTURUi9GqS39yO/94gtPiUHYfM502JUX8tnL6KICWSs36MEWwaV6fWgL6c.php deleted file mode 100644 index f094ba2f..00000000 --- a/web/sites/default/files/php/twig/6165707b4ddfa_views-view.html.twig_50RBHWwHcKyDTURUi9GqS39yO/94gtPiUHYfM502JUX8tnL6KICWSs36MEWwaV6fWgL6c.php +++ /dev/null @@ -1,233 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); - $this->checkSecurity(); - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 34 - $context["classes"] = [0 => "view", 1 => ("view-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed( // line 36 -($context["id"] ?? null), 36, $this->source))), 2 => ("view-id-" . $this->sandbox->ensureToStringAllowed( // line 37 -($context["id"] ?? null), 37, $this->source)), 3 => ("view-display-id-" . $this->sandbox->ensureToStringAllowed( // line 38 -($context["display_id"] ?? null), 38, $this->source)), 4 => (( // line 39 -($context["dom_id"] ?? null)) ? (("js-view-dom-id-" . $this->sandbox->ensureToStringAllowed(($context["dom_id"] ?? null), 39, $this->source))) : (""))]; - // line 42 - echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 42), 42, $this->source), "html", null, true); - echo "> - "; - // line 43 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_prefix"] ?? null), 43, $this->source), "html", null, true); - echo " - "; - // line 44 - if (($context["title"] ?? null)) { - // line 45 - echo " "; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title"] ?? null), 45, $this->source), "html", null, true); - echo " - "; - } - // line 47 - echo " "; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_suffix"] ?? null), 47, $this->source), "html", null, true); - echo " - "; - // line 48 - if (($context["header"] ?? null)) { - // line 49 - echo "
    - "; - // line 50 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["header"] ?? null), 50, $this->source), "html", null, true); - echo " -
    - "; - } - // line 53 - echo " "; - if (($context["exposed"] ?? null)) { - // line 54 - echo "
    - "; - // line 55 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["exposed"] ?? null), 55, $this->source), "html", null, true); - echo " -
    - "; - } - // line 58 - echo " "; - if (($context["attachment_before"] ?? null)) { - // line 59 - echo "
    - "; - // line 60 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attachment_before"] ?? null), 60, $this->source), "html", null, true); - echo " -
    - "; - } - // line 63 - echo " - "; - // line 64 - if (($context["rows"] ?? null)) { - // line 65 - echo "
    - "; - // line 66 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["rows"] ?? null), 66, $this->source), "html", null, true); - echo " -
    - "; - } elseif ( // line 68 -($context["empty"] ?? null)) { - // line 69 - echo "
    - "; - // line 70 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["empty"] ?? null), 70, $this->source), "html", null, true); - echo " -
    - "; - } - // line 73 - echo " - "; - // line 74 - if (($context["pager"] ?? null)) { - // line 75 - echo " "; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["pager"] ?? null), 75, $this->source), "html", null, true); - echo " - "; - } - // line 77 - echo " "; - if (($context["attachment_after"] ?? null)) { - // line 78 - echo "
    - "; - // line 79 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attachment_after"] ?? null), 79, $this->source), "html", null, true); - echo " -
    - "; - } - // line 82 - echo " "; - if (($context["more"] ?? null)) { - // line 83 - echo " "; - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["more"] ?? null), 83, $this->source), "html", null, true); - echo " - "; - } - // line 85 - echo " "; - if (($context["footer"] ?? null)) { - // line 86 - echo "
    - "; - // line 87 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["footer"] ?? null), 87, $this->source), "html", null, true); - echo " -
    - "; - } - // line 90 - echo " "; - if (($context["feed_icons"] ?? null)) { - // line 91 - echo "
    - "; - // line 92 - echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["feed_icons"] ?? null), 92, $this->source), "html", null, true); - echo " -
    - "; - } - // line 95 - echo " -"; - } - - public function getTemplateName() - { - return "core/themes/bartik/templates/classy/views/views-view.html.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 182 => 95, 176 => 92, 173 => 91, 170 => 90, 164 => 87, 161 => 86, 158 => 85, 152 => 83, 149 => 82, 143 => 79, 140 => 78, 137 => 77, 131 => 75, 129 => 74, 126 => 73, 120 => 70, 117 => 69, 115 => 68, 110 => 66, 107 => 65, 105 => 64, 102 => 63, 96 => 60, 93 => 59, 90 => 58, 84 => 55, 81 => 54, 78 => 53, 72 => 50, 69 => 49, 67 => 48, 62 => 47, 56 => 45, 54 => 44, 50 => 43, 45 => 42, 43 => 39, 42 => 38, 41 => 37, 40 => 36, 39 => 34,); - } - - public function getSourceContext() - { - return new Source("", "core/themes/bartik/templates/classy/views/views-view.html.twig", "/var/www/html/web/core/themes/bartik/templates/classy/views/views-view.html.twig"); - } - - public function checkSecurity() - { - static $tags = array("set" => 34, "if" => 44); - static $filters = array("clean_class" => 36, "escape" => 42); - static $functions = array(); - - try { - $this->sandbox->checkSecurity( - ['set', 'if'], - ['clean_class', 'escape'], - [] - ); - } 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; - } - - } -} diff --git a/web/themes/custom/schunder/css/stil.css b/web/themes/custom/schunder/css/stil.css index 01bec0a8..c263848e 100644 --- a/web/themes/custom/schunder/css/stil.css +++ b/web/themes/custom/schunder/css/stil.css @@ -14,9 +14,9 @@ body { content: ''; position: absolute; top: 0; - left: 15%; + left: 7.5%; - width: 70%; + width: 85%; height: 100%; background-image: url(../slike/bg1_s.jpg); @@ -25,6 +25,7 @@ body { #main-wrapper { background: transparent !important; + position: relative; } .site-branding__name {