File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -1151,6 +1151,17 @@ special parameters created by Symfony:
11511151 This is used for such things as setting the ``Content-Type `` of the response
11521152 (e.g. a ``json `` format translates into a ``Content-Type `` of ``application/json ``).
11531153
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+
11541165``_fragment ``
11551166 Used to set the fragment identifier, which is the optional last part of a URL that
11561167 starts with a ``# `` character and is used to identify a portion of a document.
You can’t perform that action at this time.
0 commit comments