Accessing array values using array key from Twig

前端 未结 1 607
旧时难觅i
旧时难觅i 2020-12-13 08:29

Does anyone know how (of if it\'s even possible!) to do this in Twig? I can\'t see anything in the documentation as to whether it\'s possible.

The PHP array is struc

相关标签:
1条回答
  • 2020-12-13 09:25

    Have you just tried this:

    attribute(item2, key).title
    
    0 讨论(0)
提交回复
热议问题