Member
braeden
How to get the current route in Symfony Framework?
adolf
You can get current route in Symfony using
$request->get(‘_route’);
method.