We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e2363d + 7941f8e commit 019a17fCopy full SHA for 019a17f
book/routing.rst
@@ -777,6 +777,12 @@ a slash. URLs matching this route might look like:
777
each value of ``_format``. The ``_format`` parameter is a very powerful way
778
to render the same content in different formats.
779
780
+.. note::
781
+
782
+ Sometimes you want to make some parts of your routes globally configurable.
783
+ Symfony2.1 provides you a way to use a Service Container parameter. Read
784
+ more about this in ":doc:`/cookbook/routing/service_container_parameters`.
785
786
Special Routing Parameters
787
~~~~~~~~~~~~~~~~~~~~~~~~~~
788
0 commit comments