Skip to content

Commit f23d136

Browse files
Added some references to bundles using route loaders
1 parent fa32a04 commit f23d136

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

cookbook/routing/custom_route_loader.rst

+9
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ to a certain pattern and you don't want to or can't write them all out by
1616
hand. For instance when you have CRUD controllers of which the routes all
1717
correspond to a pattern like ``*_new``, ``*_edit``, etc.
1818

19+
.. note::
20+
21+
There are many bundles out there that use their own route loaders to
22+
accomplish cases like those described above, for instance
23+
`FOSRestBundle`_, `KnpRadBundle`_ and `SonataAdminBundle`_.
24+
1925
Loading Routes
2026
--------------
2127

@@ -244,3 +250,6 @@ configuration file, you can call the
244250
be anything that would normally be supported by the routing configuration
245251
loader (Yaml, XML, PHP, annotation, etc.).
246252

253+
.. _`FOSRestBundle`: https://github.com/FriendsOfSymfony/FOSRestBundle
254+
.. _`KnpRadBundle`: https://github.com/KnpLabs/KnpRadBundle
255+
.. _`SonataAdminBundle`: https://github.com/sonata-project/SonataAdminBundle

0 commit comments

Comments
 (0)