Skip to content

Commit 50aead3

Browse files
committed
Merge branch '4.4' into 5.4
* 4.4: [Routing] Fix some internal references links
2 parents c710e1e + 8db02f4 commit 50aead3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

routing.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1147,12 +1147,13 @@ Special Parameters
11471147
In addition to your own parameters, routes can include any of the following
11481148
special 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

0 commit comments

Comments
 (0)