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 @@ -1147,12 +1147,13 @@ Special Parameters
1147
1147
In addition to your own parameters, routes can include any of the following
1148
1148
special parameters created by Symfony:
1149
1149
1150
+ .. _routing-format-parameter :
1151
+ .. _routing-locale-parameter :
1152
+
1150
1153
``_controller ``
1151
1154
This parameter is used to determine which controller and action is executed
1152
1155
when the route is matched.
1153
1156
1154
- .. _routing-format-parameter :
1155
-
1156
1157
``_format ``
1157
1158
The matched value is used to set the "request format" of the ``Request `` object.
1158
1159
This is used for such things as setting the ``Content-Type `` of the response
@@ -1162,8 +1163,6 @@ special parameters created by Symfony:
1162
1163
Used to set the fragment identifier, which is the optional last part of a URL that
1163
1164
starts with a ``# `` character and is used to identify a portion of a document.
1164
1165
1165
- .. _routing-locale-parameter :
1166
-
1167
1166
``_locale ``
1168
1167
Used to set the :ref: `locale <translation-locale-url >` on the request.
1169
1168
You can’t perform that action at this time.
0 commit comments