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
873873In addition to your own parameters, routes can include any of the following
874874special parameters created by Symfony:
875875
876+ .. _routing-format-parameter :
877+ .. _routing-locale-parameter :
878+
876879``_controller ``
877880 This parameter is used to determine which controller and action is executed
878881 when the route is matched.
879882
880- .. _routing-format-parameter :
881-
882883``_format ``
883884 The matched value is used to set the "request format" of the ``Request `` object.
884885 This is used for such things as setting the ``Content-Type `` of the response
@@ -888,8 +889,6 @@ special parameters created by Symfony:
888889 Used to set the fragment identifier, which is the optional last part of a URL that
889890 starts with a ``# `` character and is used to identify a portion of a document.
890891
891- .. _routing-locale-parameter :
892-
893892``_locale ``
894893 Used to set the :ref: `locale <translation-locale-url >` on the request.
895894
You can’t perform that action at this time.
0 commit comments