symfony console get all routes
$ php bin/console debug:router ------------------ -------- -------- ------ ---------------------------------------------- Name Method Scheme Host Path ------------------ -------- -------- ------ ---------------------------------------------- homepage ANY ANY ANY / contact GET ANY ANY /contact contact_process POST ANY ANY /contact article_show ANY ANY ANY /articles/{_locale}/{year}/{title}.{_format} blog ANY ANY ANY /blog/{page} blog_show ANY ANY ANY /blog/{slug} ------------------ -------- -------- ------ ----------------------------------------------