source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 yield "
"; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "table/delete/confirm.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 98 => 29, 94 => 28, 88 => 25, 83 => 24, 76 => 19, 65 => 17, 61 => 16, 56 => 13, 49 => 8, 47 => 6, 46 => 5, 45 => 4, 44 => 3, 43 => 2, 38 => 1,); } public function getSourceContext() { return new Source("", "table/delete/confirm.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/table/delete/confirm.twig"); } }