gpt4 book ai didi

php - 如何从服务中生成 Assets URL?

转载 作者:可可西里 更新时间:2023-10-31 23:04:39 26 4
gpt4 key购买 nike

我正在使用 Symfony 2,我想从服务类而不是模板生成 Assets 的绝对 URL。我想要同样的东西

{{ asset('/path/to/my/asset') }}

将在模板中返回。

这可能吗?

最佳答案

看看:Symfony/Bundle/TwigBundle/扩展/ Assets 扩展

public function getAssetUrl($path, $packageName = null)
{
return $this->container->get('templating.helper.assets')->getUrl($path, $packageName);
}

基本上,将 templating.helper.assets 注入(inject)您的服务,然后调用 getUrl。

关于php - 如何从服务中生成 Assets URL?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9180141/

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