We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8059765 commit ad966a7Copy full SHA for ad966a7
1 file changed
routing.rst
@@ -1151,6 +1151,17 @@ special parameters created by Symfony:
1151
This is used for such things as setting the ``Content-Type`` of the response
1152
(e.g. a ``json`` format translates into a ``Content-Type`` of ``application/json``).
1153
1154
+``_query``
1155
+ Used to add query parameters to the generated URL.
1156
+
1157
+ .. versionadded:: 7.4
1158
1159
+ The ``_query`` parameter was introduced in Symfony 7.4.
1160
1161
+ .. deprecated:: 7.4
1162
1163
+ Passing a value other than an array as the ``_query`` parameter was deprecated in Symfony 7.4.
1164
1165
``_fragment``
1166
Used to set the fragment identifier, which is the optional last part of a URL that
1167
starts with a ``#`` character and is used to identify a portion of a document.
0 commit comments