symfony - Symfony2 list all route with security -


using symfony2 2.7 , annotations, define routes follow :

/**  * @route("/my-route", name="api_my_route")  * @method("get")  * @security("has_role('some_role')")  */ 

i list of routes associated security.

something router:debug security annotations fulfilled.


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -