gpt4 book ai didi

php - 在 Symfony 服务中获取路由名称

转载 作者:行者123 更新时间:2023-12-05 09:15:37 25 4
gpt4 key购买 nike

<分区>

我试图在 Symfony 4 服务中获取当前路由的名称。

routes.yaml

test-route:
path: /test
controller: App\Controller\Test::test

服务

class Myservice {

private $u;

public function __construct(Utilities $u){

$this->u = $u;

$route = getRouteSomehow(); // should return "test-route"
}
}

我找到了这段代码来抓取路由:

$requestStack->getCurrentRequest()->get('_route');

..但不确定在哪里/如何/注入(inject)什么才能使用它。

也许还有更简单的方法。

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