Skip to content

Commit

Permalink
Routing: add "versionadded" for the "_fragment" parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
alexislefebvre committed Aug 29, 2016
1 parent 34de06a commit 7314bdb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions routing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,10 @@ that are special: each adds a unique piece of functionality inside your applicat
Used to set the request format (:ref:`read more <routing-format-param>`).

``_fragment``

.. versionadded:: 3.2
The ``_fragment`` parameter was introduced in Symfony 3.2.

Used to set the fragment identifier, the optional last part of a URL that
starts with a ``#`` character and is used to identify a portion of a document.

Expand Down

0 comments on commit 7314bdb

Please sign in to comment.