Skip to content

Commit 6c69362

Browse files
committed
minor symfony#3846 [Routing][Loader] added JMSI18nRoutingBundle (aitboudad)
This PR was merged into the 2.3 branch. Discussion ---------- [Routing][Loader] added JMSI18nRoutingBundle | Q | A | ------------- | --- | Doc fix? | no | New docs? | yes | Applies to | all |Fixed tickets | - Commits ------- 181e3fa [Routing][Loader] added JMSI18nRoutingBundle
2 parents c788325 + 181e3fa commit 6c69362

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cookbook/routing/custom_route_loader.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ off the names of the action methods in a controller.
2020

2121
There are many bundles out there that use their own route loaders to
2222
accomplish cases like those described above, for instance
23-
`FOSRestBundle`_, `KnpRadBundle`_ and `SonataAdminBundle`_.
23+
`FOSRestBundle`_, `JMSI18nRoutingBundle`_, `KnpRadBundle`_ and `SonataAdminBundle`_.
2424

2525
Loading Routes
2626
--------------
@@ -262,5 +262,6 @@ configuration file - you can call the
262262
loader (YAML, XML, PHP, annotation, etc.).
263263

264264
.. _`FOSRestBundle`: https://github.com/FriendsOfSymfony/FOSRestBundle
265+
.. _`JMSI18nRoutingBundle`: https://github.com/schmittjoh/JMSI18nRoutingBundle
265266
.. _`KnpRadBundle`: https://github.com/KnpLabs/KnpRadBundle
266267
.. _`SonataAdminBundle`: https://github.com/sonata-project/SonataAdminBundle

0 commit comments

Comments
 (0)