/
var
/
www
/
html
/
restaurants
/
var
/
cache
/
prod
/
twig
/
8b
/
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/form_start.html.php */ class __TwigTemplate_858d64beef05c8108f2049c8300ea6dec9fa38036ff4cfee89be794312be7f16 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 "<?php \$method = strtoupper(\$method) ?> <?php \$form_method = \$method === 'GET' || \$method === 'POST' ? \$method : 'POST' ?> <form name=\"<?php echo \$name ?>\" method=\"<?php echo strtolower(\$form_method) ?>\"<?php if (\$action !== ''): ?> action=\"<?php echo \$view->escape(\$action) ?>\"<?php endif ?><?php foreach (\$attr as \$k => \$v) { printf(' %s=\"%s\"', \$view->escape(\$k), \$view->escape(\$v)); } ?><?php if (\$multipart): ?> enctype=\"multipart/form-data\"<?php endif ?>> <?php if (\$form_method !== \$method): ?> <input type=\"hidden\" name=\"_method\" value=\"<?php echo \$view->escape(\$method) ?>\" /> <?php endif ?> "; } public function getTemplateName() { return "@Framework/Form/form_start.html.php"; } public function getDebugInfo() { return array ( 37 => 1,); } public function getSourceContext() { return new Source("", "@Framework/Form/form_start.html.php", "/var/www/html/restaurants/vendor/symfony/framework-bundle/Resources/views/Form/form_start.html.php"); } }