parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
echo "
";
// line 2
if (($context["hide_structure_actions"] ?? null)) {
// line 3
echo "
";
}
// line 140
echo " |
";
}
public function getTemplateName()
{
return "table/structure/actions_in_table_structure.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 193 => 140, 188 => 137, 185 => 136, 181 => 134, 175 => 131, 172 => 130, 166 => 127, 163 => 126, 161 => 125, 158 => 124, 156 => 123, 150 => 120, 147 => 119, 145 => 118, 144 => 117, 143 => 116, 142 => 115, 141 => 114, 138 => 113, 135 => 112, 131 => 109, 125 => 107, 119 => 104, 115 => 103, 113 => 102, 111 => 101, 110 => 100, 107 => 99, 104 => 98, 102 => 97, 101 => 96, 100 => 95, 99 => 94, 98 => 93, 97 => 92, 94 => 91, 91 => 89, 89 => 87, 88 => 85, 87 => 84, 86 => 80, 85 => 79, 84 => 77, 83 => 76, 82 => 74, 81 => 73, 79 => 72, 76 => 62, 73 => 60, 71 => 58, 70 => 56, 69 => 55, 68 => 51, 67 => 50, 66 => 46, 65 => 45, 63 => 44, 60 => 42, 58 => 40, 57 => 38, 56 => 37, 55 => 33, 54 => 32, 53 => 30, 52 => 28, 51 => 27, 49 => 26, 46 => 24, 44 => 22, 43 => 20, 42 => 19, 41 => 15, 40 => 14, 39 => 12, 38 => 10, 37 => 9, 35 => 8, 33 => 7, 27 => 4, 24 => 3, 22 => 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/actions_in_table_structure.twig", "/var/www/html/phpmyadmin/templates/table/structure/actions_in_table_structure.twig");
}
}