InterviewSolution
Saved Bookmarks
| 1. |
How to get current route name in Symfony? |
|
Answer» $requestName = $this->CONTAINER->GET('request'); |
|