parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "
";
// line 16
if ((($context["char_editing"] ?? null) == "textarea")) {
// line 17
echo " ";
ob_start(function () { return ''; });
// line 18
echo "
";
echo trim(preg_replace('/>\s+', '><', ob_get_clean()));
} else {
// line 25
echo " env, ($context["column_number"] ?? null), "html", null, true);
echo "]\"
size=\"12\"
value=\"";
// line 28
echo twig_escape_filter($this->env, ($context["expression"] ?? null), "html", null, true);
echo "\"
placeholder=\"";
// line 29
echo _gettext("Expression");
echo "\"
class=\"textfield expression\" />
";
}
}
public function getTemplateName()
{
return "columns_definitions/column_virtuality.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 104 => 29, 100 => 28, 95 => 26, 92 => 25, 85 => 21, 78 => 18, 75 => 17, 73 => 16, 69 => 14, 60 => 11, 57 => 10, 54 => 9, 52 => 8, 51 => 7, 50 => 6, 46 => 5, 42 => 4, 35 => 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("", "columns_definitions/column_virtuality.twig", "/usr/local/www/phpMyAdmin/templates/columns_definitions/column_virtuality.twig");
}
}