diff --git a/web/sites/default/files/db.sqlite b/web/sites/default/files/db.sqlite index 4169815b..ca16c8a0 100644 Binary files a/web/sites/default/files/db.sqlite and b/web/sites/default/files/db.sqlite differ diff --git a/web/sites/default/files/php/twig/675849a4bef25_block--local-tasks-block._HpQfBA5AL6DPCKeaW1Dg925hm/.htaccess b/web/sites/default/files/php/twig/675849a4bef25_block--local-tasks-block._HpQfBA5AL6DPCKeaW1Dg925hm/.htaccess new file mode 100644 index 00000000..b0dc5406 --- /dev/null +++ b/web/sites/default/files/php/twig/675849a4bef25_block--local-tasks-block._HpQfBA5AL6DPCKeaW1Dg925hm/.htaccess @@ -0,0 +1,24 @@ +# 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/675849a4bef25_block--local-tasks-block._HpQfBA5AL6DPCKeaW1Dg925hm/cqZlBpiDDJWvYolhGBUg0V24n_rcd7Jsn6g0kYLdNoE.php b/web/sites/default/files/php/twig/675849a4bef25_block--local-tasks-block._HpQfBA5AL6DPCKeaW1Dg925hm/cqZlBpiDDJWvYolhGBUg0V24n_rcd7Jsn6g0kYLdNoE.php new file mode 100644 index 00000000..1a456a2a --- /dev/null +++ b/web/sites/default/files/php/twig/675849a4bef25_block--local-tasks-block._HpQfBA5AL6DPCKeaW1Dg925hm/cqZlBpiDDJWvYolhGBUg0V24n_rcd7Jsn6g0kYLdNoE.php @@ -0,0 +1,129 @@ + + */ + private array $macros = []; + + public function __construct(Environment $env) + { + parent::__construct($env); + + $this->source = $this->getSourceContext(); + + $this->blocks = [ + 'content' => [$this, 'block_content'], + ]; + $this->sandbox = $this->extensions[SandboxExtension::class]; + $this->checkSecurity(); + } + + protected function doGetParent(array $context): bool|string|Template|TemplateWrapper + { + // line 1 + return "block.html.twig"; + } + + protected function doDisplay(array $context, array $blocks = []): iterable + { + $macros = $this->macros; + $this->parent = $this->loadTemplate("block.html.twig", "core/themes/claro/templates/block/block--local-tasks-block.html.twig", 1); + yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks)); + $this->env->getExtension('\Drupal\Core\Template\TwigExtension') + ->checkDeprecations($context, ["content"]); } + + // line 8 + /** + * @return iterable + */ + public function block_content(array $context, array $blocks = []): iterable + { + $macros = $this->macros; + // line 9 + yield " "; + if (($context["content"] ?? null)) { + // line 10 + yield " "; + yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 10, $this->source), "html", null, true); + yield " + "; + } + yield from []; + } + + /** + * @codeCoverageIgnore + */ + public function getTemplateName(): string + { + return "core/themes/claro/templates/block/block--local-tasks-block.html.twig"; + } + + /** + * @codeCoverageIgnore + */ + public function isTraitable(): bool + { + return false; + } + + /** + * @codeCoverageIgnore + */ + public function getDebugInfo(): array + { + return array ( 64 => 10, 61 => 9, 54 => 8, 42 => 1,); + } + + public function getSourceContext(): Source + { + return new Source("", "core/themes/claro/templates/block/block--local-tasks-block.html.twig", "/home/spider_pig/src/php/farmOS-dev/web/core/themes/claro/templates/block/block--local-tasks-block.html.twig"); + } + + public function checkSecurity() + { + static $tags = array("extends" => 1, "if" => 9); + static $filters = array("escape" => 10); + static $functions = array(); + + try { + $this->sandbox->checkSecurity( + ['extends', 'if'], + ['escape'], + [], + $this->source + ); + } catch (SecurityError $e) { + $e->setSourceContext($this->source); + + if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { + $e->setTemplateLine($tags[$e->getTagName()]); + } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { + $e->setTemplateLine($filters[$e->getFilterName()]); + } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { + $e->setTemplateLine($functions[$e->getFunctionName()]); + } + + throw $e; + } + + } +} diff --git a/web/sites/default/files/php/twig/675849a4bef25_hamburger-menu.svg_R8BqLNgSzIcGggkqHlgnZt-Mn/.htaccess b/web/sites/default/files/php/twig/675849a4bef25_hamburger-menu.svg_R8BqLNgSzIcGggkqHlgnZt-Mn/.htaccess new file mode 100644 index 00000000..b0dc5406 --- /dev/null +++ b/web/sites/default/files/php/twig/675849a4bef25_hamburger-menu.svg_R8BqLNgSzIcGggkqHlgnZt-Mn/.htaccess @@ -0,0 +1,24 @@ +# 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/675849a4bef25_hamburger-menu.svg_R8BqLNgSzIcGggkqHlgnZt-Mn/OJkA3TOYs9mmsNBVrV6l-jlH9oGze3if4GhsdJAx1aw.php b/web/sites/default/files/php/twig/675849a4bef25_hamburger-menu.svg_R8BqLNgSzIcGggkqHlgnZt-Mn/OJkA3TOYs9mmsNBVrV6l-jlH9oGze3if4GhsdJAx1aw.php new file mode 100644 index 00000000..b4e06764 --- /dev/null +++ b/web/sites/default/files/php/twig/675849a4bef25_hamburger-menu.svg_R8BqLNgSzIcGggkqHlgnZt-Mn/OJkA3TOYs9mmsNBVrV6l-jlH9oGze3if4GhsdJAx1aw.php @@ -0,0 +1,97 @@ + + */ + private array $macros = []; + + public function __construct(Environment $env) + { + parent::__construct($env); + + $this->source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + $this->sandbox = $this->extensions[SandboxExtension::class]; + $this->checkSecurity(); + } + + protected function doDisplay(array $context, array $blocks = []): iterable + { + $macros = $this->macros; + // line 1 + yield ""; + yield from []; + } + + /** + * @codeCoverageIgnore + */ + public function getTemplateName(): string + { + return "@claro/../images/src/hamburger-menu.svg"; + } + + /** + * @codeCoverageIgnore + */ + public function getDebugInfo(): array + { + return array ( 44 => 1,); + } + + public function getSourceContext(): Source + { + return new Source("", "@claro/../images/src/hamburger-menu.svg", "/home/spider_pig/src/php/farmOS-dev/web/core/themes/claro/images/src/hamburger-menu.svg"); + } + + public function checkSecurity() + { + static $tags = array(); + static $filters = array(); + static $functions = array(); + + try { + $this->sandbox->checkSecurity( + [], + [], + [], + $this->source + ); + } catch (SecurityError $e) { + $e->setSourceContext($this->source); + + if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { + $e->setTemplateLine($tags[$e->getTagName()]); + } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { + $e->setTemplateLine($filters[$e->getFilterName()]); + } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { + $e->setTemplateLine($functions[$e->getFunctionName()]); + } + + throw $e; + } + + } +} diff --git a/web/sites/default/files/php/twig/675849a4bef25_menu-local-task.html.twig_euoxC57ysRBv5E8dcDr048lsg/.htaccess b/web/sites/default/files/php/twig/675849a4bef25_menu-local-task.html.twig_euoxC57ysRBv5E8dcDr048lsg/.htaccess new file mode 100644 index 00000000..b0dc5406 --- /dev/null +++ b/web/sites/default/files/php/twig/675849a4bef25_menu-local-task.html.twig_euoxC57ysRBv5E8dcDr048lsg/.htaccess @@ -0,0 +1,24 @@ +# 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/675849a4bef25_menu-local-task.html.twig_euoxC57ysRBv5E8dcDr048lsg/UgEvMn8atXpIGvu_hFwnFswFas14QeaA4u_GRj4OPas.php b/web/sites/default/files/php/twig/675849a4bef25_menu-local-task.html.twig_euoxC57ysRBv5E8dcDr048lsg/UgEvMn8atXpIGvu_hFwnFswFas14QeaA4u_GRj4OPas.php new file mode 100644 index 00000000..052f9c0c --- /dev/null +++ b/web/sites/default/files/php/twig/675849a4bef25_menu-local-task.html.twig_euoxC57ysRBv5E8dcDr048lsg/UgEvMn8atXpIGvu_hFwnFswFas14QeaA4u_GRj4OPas.php @@ -0,0 +1,134 @@ + + */ + private array $macros = []; + + public function __construct(Environment $env) + { + parent::__construct($env); + + $this->source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + $this->sandbox = $this->extensions[SandboxExtension::class]; + $this->checkSecurity(); + } + + protected function doDisplay(array $context, array $blocks = []): iterable + { + $macros = $this->macros; + // line 19 + $context["classes"] = ["tabs__tab", ((( // line 21 +($context["level"] ?? null) == "primary")) ? ("js-tab") : ("")), (( // line 22 +($context["is_active"] ?? null)) ? ("is-active") : ("")), (( // line 23 +($context["is_active"] ?? null)) ? ("js-active-tab") : (""))]; + // line 26 + yield "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [($context["classes"] ?? null)], "method", false, false, true, 26), 26, $this->source), "html", null, true); + yield "> + "; + // line 27 + yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["link"] ?? null), 27, $this->source), "html", null, true); + yield " + "; + // line 28 + if ((($context["is_active"] ?? null) && (($context["level"] ?? null) == "primary"))) { + // line 29 + yield " + "; + } + // line 33 + yield " +"; + $this->env->getExtension('\Drupal\Core\Template\TwigExtension') + ->checkDeprecations($context, ["level", "is_active", "attributes", "link"]); yield from []; + } + + /** + * @codeCoverageIgnore + */ + public function getTemplateName(): string + { + return "core/themes/claro/templates/navigation/menu-local-task.html.twig"; + } + + /** + * @codeCoverageIgnore + */ + public function isTraitable(): bool + { + return false; + } + + /** + * @codeCoverageIgnore + */ + public function getDebugInfo(): array + { + return array ( 71 => 33, 67 => 31, 65 => 30, 60 => 29, 58 => 28, 54 => 27, 49 => 26, 47 => 23, 46 => 22, 45 => 21, 44 => 19,); + } + + public function getSourceContext(): Source + { + return new Source("", "core/themes/claro/templates/navigation/menu-local-task.html.twig", "/home/spider_pig/src/php/farmOS-dev/web/core/themes/claro/templates/navigation/menu-local-task.html.twig"); + } + + public function checkSecurity() + { + static $tags = array("set" => 19, "if" => 28, "include" => 30); + static $filters = array("escape" => 26, "t" => 29); + static $functions = array(); + + try { + $this->sandbox->checkSecurity( + ['set', 'if', 'include'], + ['escape', 't'], + [], + $this->source + ); + } catch (SecurityError $e) { + $e->setSourceContext($this->source); + + if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { + $e->setTemplateLine($tags[$e->getTagName()]); + } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { + $e->setTemplateLine($filters[$e->getFilterName()]); + } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { + $e->setTemplateLine($functions[$e->getFunctionName()]); + } + + throw $e; + } + + } +} diff --git a/web/sites/default/files/php/twig/675849a4bef25_menu-local-tasks--farm.ht_YyTgeuie-rXbla1Rs_PCGEfDM/.htaccess b/web/sites/default/files/php/twig/675849a4bef25_menu-local-tasks--farm.ht_YyTgeuie-rXbla1Rs_PCGEfDM/.htaccess new file mode 100644 index 00000000..b0dc5406 --- /dev/null +++ b/web/sites/default/files/php/twig/675849a4bef25_menu-local-tasks--farm.ht_YyTgeuie-rXbla1Rs_PCGEfDM/.htaccess @@ -0,0 +1,24 @@ +# 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/675849a4bef25_menu-local-tasks--farm.ht_YyTgeuie-rXbla1Rs_PCGEfDM/wS9PyvpWkyZ2IEDkgyQHndSCoSY8GMqSjH3whZsaMSY.php b/web/sites/default/files/php/twig/675849a4bef25_menu-local-tasks--farm.ht_YyTgeuie-rXbla1Rs_PCGEfDM/wS9PyvpWkyZ2IEDkgyQHndSCoSY8GMqSjH3whZsaMSY.php new file mode 100644 index 00000000..16afd684 --- /dev/null +++ b/web/sites/default/files/php/twig/675849a4bef25_menu-local-tasks--farm.ht_YyTgeuie-rXbla1Rs_PCGEfDM/wS9PyvpWkyZ2IEDkgyQHndSCoSY8GMqSjH3whZsaMSY.php @@ -0,0 +1,132 @@ + + */ + private array $macros = []; + + public function __construct(Environment $env) + { + parent::__construct($env); + + $this->source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + $this->sandbox = $this->extensions[SandboxExtension::class]; + $this->checkSecurity(); + } + + protected function doDisplay(array $context, array $blocks = []): iterable + { + $macros = $this->macros; + // line 19 + if (($context["primary"] ?? null)) { + // line 20 + yield "

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

+ +"; + } + // line 25 + if (($context["secondary"] ?? null)) { + // line 26 + yield "

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

+ +"; + } + $this->env->getExtension('\Drupal\Core\Template\TwigExtension') + ->checkDeprecations($context, ["primary", "secondary"]); yield from []; + } + + /** + * @codeCoverageIgnore + */ + public function getTemplateName(): string + { + return "profiles/farm/modules/core/ui/theme/templates/menu-local-tasks--farm.html.twig"; + } + + /** + * @codeCoverageIgnore + */ + public function isTraitable(): bool + { + return false; + } + + /** + * @codeCoverageIgnore + */ + public function getDebugInfo(): array + { + return array ( 66 => 28, 60 => 26, 58 => 25, 52 => 22, 46 => 20, 44 => 19,); + } + + public function getSourceContext(): Source + { + return new Source("", "profiles/farm/modules/core/ui/theme/templates/menu-local-tasks--farm.html.twig", "/home/spider_pig/src/php/farmOS-dev/web/profiles/farm/modules/core/ui/theme/templates/menu-local-tasks--farm.html.twig"); + } + + public function checkSecurity() + { + static $tags = array("if" => 19); + static $filters = array("t" => 20, "escape" => 22); + static $functions = array(); + + try { + $this->sandbox->checkSecurity( + ['if'], + ['t', 'escape'], + [], + $this->source + ); + } catch (SecurityError $e) { + $e->setSourceContext($this->source); + + if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { + $e->setTemplateLine($tags[$e->getTagName()]); + } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { + $e->setTemplateLine($filters[$e->getFilterName()]); + } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { + $e->setTemplateLine($functions[$e->getFunctionName()]); + } + + throw $e; + } + + } +} diff --git a/web/sites/default/files/php/twig/675849a4bef25_views-ui-view-displays-li_mCV7ctOtg62oEclh4nTL1QegV/.htaccess b/web/sites/default/files/php/twig/675849a4bef25_views-ui-view-displays-li_mCV7ctOtg62oEclh4nTL1QegV/.htaccess new file mode 100644 index 00000000..b0dc5406 --- /dev/null +++ b/web/sites/default/files/php/twig/675849a4bef25_views-ui-view-displays-li_mCV7ctOtg62oEclh4nTL1QegV/.htaccess @@ -0,0 +1,24 @@ +# 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/675849a4bef25_views-ui-view-displays-li_mCV7ctOtg62oEclh4nTL1QegV/oJNA4-DH3HqcOnXkVDqSQ5vv3K_3tcQIrfx9HngFcHs.php b/web/sites/default/files/php/twig/675849a4bef25_views-ui-view-displays-li_mCV7ctOtg62oEclh4nTL1QegV/oJNA4-DH3HqcOnXkVDqSQ5vv3K_3tcQIrfx9HngFcHs.php new file mode 100644 index 00000000..f7f5cd47 --- /dev/null +++ b/web/sites/default/files/php/twig/675849a4bef25_views-ui-view-displays-li_mCV7ctOtg62oEclh4nTL1QegV/oJNA4-DH3HqcOnXkVDqSQ5vv3K_3tcQIrfx9HngFcHs.php @@ -0,0 +1,140 @@ + + */ + private array $macros = []; + + public function __construct(Environment $env) + { + parent::__construct($env); + + $this->source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + $this->sandbox = $this->extensions[SandboxExtension::class]; + $this->checkSecurity(); + } + + protected function doDisplay(array $context, array $blocks = []): iterable + { + $macros = $this->macros; + // line 14 + yield " +"; + $this->env->getExtension('\Drupal\Core\Template\TwigExtension') + ->checkDeprecations($context, ["displays"]); yield from []; + } + + /** + * @codeCoverageIgnore + */ + public function getTemplateName(): string + { + return "core/modules/views_ui/templates/views-ui-view-displays-list.html.twig"; + } + + /** + * @codeCoverageIgnore + */ + public function isTraitable(): bool + { + return false; + } + + /** + * @codeCoverageIgnore + */ + public function getDebugInfo(): array + { + return array ( 77 => 24, 70 => 22, 64 => 20, 56 => 18, 54 => 17, 51 => 16, 47 => 15, 44 => 14,); + } + + public function getSourceContext(): Source + { + return new Source("", "core/modules/views_ui/templates/views-ui-view-displays-list.html.twig", "/home/spider_pig/src/php/farmOS-dev/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'], + [], + $this->source + ); + } catch (SecurityError $e) { + $e->setSourceContext($this->source); + + if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { + $e->setTemplateLine($tags[$e->getTagName()]); + } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { + $e->setTemplateLine($filters[$e->getFilterName()]); + } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { + $e->setTemplateLine($functions[$e->getFunctionName()]); + } + + throw $e; + } + + } +} diff --git a/web/sites/default/files/php/twig/675849a4bef25_views-ui-views-listing-ta_bF_8UbxcS0zWFW7WFRBPaCwYg/.htaccess b/web/sites/default/files/php/twig/675849a4bef25_views-ui-views-listing-ta_bF_8UbxcS0zWFW7WFRBPaCwYg/.htaccess new file mode 100644 index 00000000..b0dc5406 --- /dev/null +++ b/web/sites/default/files/php/twig/675849a4bef25_views-ui-views-listing-ta_bF_8UbxcS0zWFW7WFRBPaCwYg/.htaccess @@ -0,0 +1,24 @@ +# 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/675849a4bef25_views-ui-views-listing-ta_bF_8UbxcS0zWFW7WFRBPaCwYg/3o0bqy8VZg69_BFzfWEY9cnPyX8OWsuqW9q38cmk_DY.php b/web/sites/default/files/php/twig/675849a4bef25_views-ui-views-listing-ta_bF_8UbxcS0zWFW7WFRBPaCwYg/3o0bqy8VZg69_BFzfWEY9cnPyX8OWsuqW9q38cmk_DY.php new file mode 100644 index 00000000..b3c3ed0a --- /dev/null +++ b/web/sites/default/files/php/twig/675849a4bef25_views-ui-views-listing-ta_bF_8UbxcS0zWFW7WFRBPaCwYg/3o0bqy8VZg69_BFzfWEY9cnPyX8OWsuqW9q38cmk_DY.php @@ -0,0 +1,179 @@ + + */ + private array $macros = []; + + public function __construct(Environment $env) + { + parent::__construct($env); + + $this->source = $this->getSourceContext(); + + $this->parent = false; + + $this->blocks = [ + ]; + $this->sandbox = $this->extensions[SandboxExtension::class]; + $this->checkSecurity(); + } + + protected function doDisplay(array $context, array $blocks = []): iterable + { + $macros = $this->macros; + // line 20 + yield "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", ["responsive-enabled"], "method", false, false, true, 20), 20, $this->source), "html", null, true); + yield "> + + + "; + // line 23 + $context['_parent'] = $context; + $context['_seq'] = CoreExtension::ensureTraversable(($context["headers"] ?? null)); + foreach ($context['_seq'] as $context["_key"] => $context["header"]) { + // line 24 + yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["header"], "attributes", [], "any", false, false, true, 24), 24, $this->source), "html", null, true); + yield ">"; + yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["header"], "data", [], "any", false, false, true, 24), 24, $this->source), "html", null, true); + yield " + "; + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_key'], $context['header'], $context['_parent']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 26 + yield " + + + "; + // line 29 + $context['_parent'] = $context; + $context['_seq'] = CoreExtension::ensureTraversable(($context["rows"] ?? null)); + foreach ($context['_seq'] as $context["_key"] => $context["row"]) { + // line 30 + yield " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, $context["row"], "attributes", [], "any", false, false, true, 30), 30, $this->source), "html", null, true); + yield "> + + "; + // line 32 + yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($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); + yield " + + + "; + // line 35 + yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($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); + yield " + + + "; + // line 38 + yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($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); + yield " + + + "; + // line 41 + yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($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); + yield " + + + "; + // line 44 + yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($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); + yield " + + + "; + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_key'], $context['row'], $context['_parent']); + $context = array_intersect_key($context, $_parent) + $_parent; + // line 48 + yield " + +"; + $this->env->getExtension('\Drupal\Core\Template\TwigExtension') + ->checkDeprecations($context, ["attributes", "headers", "rows"]); yield from []; + } + + /** + * @codeCoverageIgnore + */ + public function getTemplateName(): string + { + return "core/modules/views_ui/templates/views-ui-views-listing-table.html.twig"; + } + + /** + * @codeCoverageIgnore + */ + public function isTraitable(): bool + { + return false; + } + + /** + * @codeCoverageIgnore + */ + public function getDebugInfo(): array + { + return array ( 115 => 48, 105 => 44, 99 => 41, 93 => 38, 87 => 35, 81 => 32, 75 => 30, 71 => 29, 66 => 26, 55 => 24, 51 => 23, 44 => 20,); + } + + public function getSourceContext(): Source + { + return new Source("", "core/modules/views_ui/templates/views-ui-views-listing-table.html.twig", "/home/spider_pig/src/php/farmOS-dev/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'], + [], + $this->source + ); + } catch (SecurityError $e) { + $e->setSourceContext($this->source); + + if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { + $e->setTemplateLine($tags[$e->getTagName()]); + } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { + $e->setTemplateLine($filters[$e->getFilterName()]); + } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { + $e->setTemplateLine($functions[$e->getFunctionName()]); + } + + throw $e; + } + + } +}