本文介绍了Drupal 8:在树枝模板中渲染视图的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我创建了一个名称为 centers的视图,并使用{{views_embed_view(’centers’,‘block_1’)}}在树枝模板中渲染了该视图。结果什么也没给我。
所以,请任何人帮助我
I created view with name "centers" and render that view in twig template with {{ views_embed_view('centers', 'block_1') }}. It gives me nothing in result.So,please anyone help me
推荐答案
上面的模块已被弃用,而赞成
The above module was depreciated in favour of
例如:< dd> {{drupal_view('centers','block_1')}}< / dd>
希望这项功能对您有帮助
hope this help you
谢谢
这篇关于Drupal 8:在树枝模板中渲染视图的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!