parent = false; $this->blocks = array( ); } protected function doDisplay(array $context, array $blocks = array()) { // line 1 echo "
  • env, ($context["class"] ?? null), "html", null, true); echo "\"> "; // line 2 if (((((($context["type"] ?? null) == "text") || ( // line 3 ($context["type"] ?? null) == "blob")) || ( // line 4 ($context["tbl_storage_engine"] ?? null) == "ARCHIVE")) || // line 5 ($context["has_field"] ?? null))) { // line 6 echo " "; echo $this->getAttribute(($context["titles"] ?? null), ("No" . ($context["action"] ?? null)), array(), "array"); echo " "; } else { // line 8 echo " env, twig_urlencode_filter(((((((("ALTER TABLE " . PhpMyAdmin\Util::backquote( // line 20 ($context["table"] ?? null))) . (( // line 21 ($context["is_primary"] ?? null)) ? (((($context["primary"] ?? null)) ? (" DROP PRIMARY KEY,") : (""))) : (""))) . " ") . // line 23 ($context["syntax"] ?? null)) . "(") . PhpMyAdmin\Util::backquote($this->getAttribute( // line 25 ($context["row"] ?? null), "Field", array(), "array"))) . ");")), "html", null, true); // line 27 echo "&message_to_show="; echo twig_escape_filter($this->env, twig_urlencode_filter(sprintf(($context["message"] ?? null), twig_escape_filter($this->env, $this->getAttribute(($context["row"] ?? null), "Field", array(), "array")))), "html", null, true); echo "\"> "; // line 28 echo $this->getAttribute(($context["titles"] ?? null), ($context["action"] ?? null), array(), "array"); echo " "; } // line 31 echo "
  • "; } public function getTemplateName() { return "table/structure/action_row_in_structure_table.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 76 => 31, 70 => 28, 65 => 27, 63 => 25, 62 => 23, 61 => 21, 60 => 20, 59 => 19, 57 => 18, 54 => 17, 51 => 16, 49 => 15, 47 => 14, 45 => 13, 43 => 12, 41 => 11, 39 => 10, 37 => 9, 35 => 8, 29 => 6, 27 => 5, 26 => 4, 25 => 3, 24 => 2, 19 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Twig_Source("", "table/structure/action_row_in_structure_table.twig", "/var/www/html/phpMyAdmin/templates/table/structure/action_row_in_structure_table.twig"); } }