Is there a complete list of variables that can be used in form_div_layout.html.twig?

前端 未结 4 613
轮回少年
轮回少年 2021-02-01 10:44

I want to get all the variables available in the Symfony form theme file form_div_layout.html.twig, I read the Symfony official documention and searched on the web, but couldn\'

4条回答
  •  名媛妹妹
    2021-02-01 11:08

    See my answer here: https://stackoverflow.com/a/41020474/5758328

    You simply need to use

    {% dump %}
    

    and all variables available in the template will be dumped to the profiler

提交回复
热议问题