parent = false; $this->blocks = array( ); } protected function doDisplay(array $context, array $blocks = array()) { // line 1 echo "
"; } public function getTemplateName() { return "columns_definitions/column_definitions_form.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 256 => 149, 250 => 146, 245 => 143, 240 => 140, 235 => 137, 233 => 135, 232 => 134, 223 => 129, 221 => 128, 217 => 126, 215 => 125, 206 => 119, 197 => 112, 195 => 111, 194 => 108, 188 => 104, 186 => 102, 185 => 99, 184 => 98, 183 => 97, 175 => 92, 162 => 83, 160 => 82, 152 => 78, 150 => 77, 144 => 74, 139 => 72, 134 => 69, 131 => 68, 128 => 67, 126 => 65, 125 => 64, 124 => 63, 123 => 62, 122 => 61, 121 => 60, 120 => 59, 119 => 58, 118 => 57, 117 => 56, 116 => 55, 115 => 54, 114 => 53, 113 => 52, 112 => 51, 110 => 50, 107 => 49, 98 => 43, 94 => 41, 92 => 40, 83 => 33, 81 => 32, 74 => 28, 66 => 23, 61 => 20, 59 => 19, 54 => 17, 50 => 15, 46 => 13, 42 => 11, 38 => 9, 36 => 8, 34 => 7, 32 => 6, 28 => 4, 25 => 3, 23 => 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("", "columns_definitions/column_definitions_form.twig", "/var/www/html/phpMyAdmin/templates/columns_definitions/column_definitions_form.twig"); } }