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
11471147In addition to your own parameters, routes can include any of the following
11481148special parameters created by Symfony:
11491149
1150+ .. _routing-format-parameter :
1151+ .. _routing-locale-parameter :
1152+
11501153``_controller ``
11511154 This parameter is used to determine which controller and action is executed
11521155 when the route is matched.
11531156
1154- .. _routing-format-parameter :
1155-
11561157``_format ``
11571158 The matched value is used to set the "request format" of the ``Request `` object.
11581159 This is used for such things as setting the ``Content-Type `` of the response
@@ -1162,8 +1163,6 @@ special parameters created by Symfony:
11621163 Used to set the fragment identifier, which is the optional last part of a URL that
11631164 starts with a ``# `` character and is used to identify a portion of a document.
11641165
1165- .. _routing-locale-parameter :
1166-
11671166``_locale ``
11681167 Used to set the :ref: `locale <translation-locale-url >` on the request.
11691168
You can’t perform that action at this time.
0 commit comments