Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用 Twig渲染通过 Symfony 的 Forms 定义的单个按钮?
您如何呈现所有其他表单小部件,例如,如果您的提交按钮配置如下:
$builder->add('submit', 'submit');
然后只需渲染“提交”表单小部件:
{{ form_widget(form.submit) }}