/
var
/
www
/
html
/
restaurants
/
var
/
cache
/
prod
/
twig
/
38
/
Upload File
HOME
<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\SandboxExtension; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* @Framework/Form/button_attributes.html.php */ class __TwigTemplate_2d07520db56c1baec0e3dd4c3f56b03b59d35339d02239927bb706aaf0dbe7d7 extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "id=\"<?php echo \$view->escape(\$id) ?>\" name=\"<?php echo \$view->escape(\$full_name) ?>\"<?php if (\$disabled): ?> disabled=\"disabled\"<?php endif ?> <?php echo \$attr ? ' '.\$view['form']->block(\$form, 'attributes') : '' ?> "; } public function getTemplateName() { return "@Framework/Form/button_attributes.html.php"; } public function getDebugInfo() { return array ( 37 => 1,); } public function getSourceContext() { return new Source("", "@Framework/Form/button_attributes.html.php", "/var/www/html/restaurants/vendor/symfony/framework-bundle/Resources/views/Form/button_attributes.html.php"); } }