We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e8d015 commit 0a22ddaCopy full SHA for 0a22dda
routing.rst
@@ -481,13 +481,12 @@ that are special: each adds a unique piece of functionality inside your applicat
481
Used to set the request format (:ref:`read more <routing-format-param>`).
482
483
``_fragment``
484
-
485
- .. versionadded:: 3.2
486
- The ``_fragment`` parameter was introduced in Symfony 3.2.
487
488
Used to set the fragment identifier, the optional last part of a URL that
489
starts with a ``#`` character and is used to identify a portion of a document.
490
+ .. versionadded:: 3.2
+ The ``_fragment`` parameter was introduced in Symfony 3.2.
+
491
``_locale``
492
Used to set the locale on the request (:ref:`read more <translation-locale-url>`).
493
0 commit comments