gpt4 book ai didi

php - 使用 Symfony 2 在 Twig 模板中获取内核根目录

转载 作者:行者123 更新时间:2023-12-03 23:07:57 24 4
gpt4 key购买 nike

我需要在我的 Twig 模板中获取 kernel.root_dir,我找到了解决方案 here ,但它不起作用。我在 this class 中收到有关不存在的方法内核的错误信息.确实在 GlobalVariables 类方法中 getKernel() 不存在。那么我如何在 Twig 模板中获得 root_dir 。

(P.S. 不,我无法从 Controller 中获取它,也不能将其作为容器参数获取)

最佳答案

我建议您在 config.yml 中添加一个全局变量:

# app/config/config.yml
twig:
# ...
globals:
kernelRootDir: "%kernel.root_dir%"

然后,使用 {{ kernelRootDir }}在你看来。

关于php - 使用 Symfony 2 在 Twig 模板中获取内核根目录,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28872529/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com