File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -873,12 +873,13 @@ Special Parameters
873
873
In addition to your own parameters, routes can include any of the following
874
874
special parameters created by Symfony:
875
875
876
+ .. _routing-format-parameter :
877
+ .. _routing-locale-parameter :
878
+
876
879
``_controller ``
877
880
This parameter is used to determine which controller and action is executed
878
881
when the route is matched.
879
882
880
- .. _routing-format-parameter :
881
-
882
883
``_format ``
883
884
The matched value is used to set the "request format" of the ``Request `` object.
884
885
This is used for such things as setting the ``Content-Type `` of the response
@@ -888,8 +889,6 @@ special parameters created by Symfony:
888
889
Used to set the fragment identifier, which is the optional last part of a URL that
889
890
starts with a ``# `` character and is used to identify a portion of a document.
890
891
891
- .. _routing-locale-parameter :
892
-
893
892
``_locale ``
894
893
Used to set the :ref: `locale <translation-locale-url >` on the request.
895
894
You can’t perform that action at this time.
0 commit comments