parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo " "; } public function getTemplateName() { return "table/structure/actions_in_table_structure.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 204 => 140, 199 => 137, 196 => 136, 192 => 134, 186 => 131, 183 => 130, 177 => 127, 174 => 126, 172 => 125, 169 => 124, 167 => 123, 161 => 120, 158 => 119, 156 => 118, 155 => 117, 154 => 116, 153 => 115, 152 => 114, 149 => 113, 146 => 112, 142 => 109, 136 => 107, 130 => 104, 126 => 103, 124 => 102, 122 => 101, 121 => 100, 118 => 99, 115 => 98, 113 => 97, 112 => 96, 111 => 95, 110 => 94, 109 => 93, 108 => 92, 105 => 91, 102 => 89, 100 => 87, 99 => 85, 98 => 84, 97 => 80, 96 => 79, 95 => 77, 94 => 76, 93 => 74, 92 => 73, 90 => 72, 87 => 62, 84 => 60, 82 => 58, 81 => 56, 80 => 55, 79 => 51, 78 => 50, 77 => 46, 76 => 45, 74 => 44, 71 => 42, 69 => 40, 68 => 38, 67 => 37, 66 => 33, 65 => 32, 64 => 30, 63 => 28, 62 => 27, 60 => 26, 57 => 24, 55 => 22, 54 => 20, 53 => 19, 52 => 15, 51 => 14, 50 => 12, 49 => 10, 48 => 9, 46 => 8, 44 => 7, 38 => 4, 35 => 3, 33 => 2, 30 => 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 Source("", "table/structure/actions_in_table_structure.twig", "/usr/local/www/phpMyAdmin/templates/table/structure/actions_in_table_structure.twig"); } }