8000 Routing: add explanation for the "_fragment" parameter · symfony/symfony-docs@34de06a · GitHub
[go: up one dir, main page]

Skip to content

Commit 34de06a

Browse files
author
Alexis Lefebvre
committed
Routing: add explanation for the "_fragment" parameter
1 parent 299d3b4 commit 34de06a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

routing.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,10 @@ that are special: each adds a unique piece of functionality inside your applicat
475475
``_format``
476476
Used to set the request format (:ref:`read more <routing-format-param>`).
477477

478+
``_fragment``
479+
Used to set the fragment identifier, the optional last part of a URL that
480+
starts with a ``#`` character and is used to identify a portion of a document.
481+
478482
``_locale``
479483
Used to set the locale on the request (:ref:`read more <translation-locale-url>`).
480484

0 commit comments

Comments
 (0)
0