Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0791e48

Browse filesBrowse files
Routing: add "versionadded" for the "_fragment" parameter
1 parent 34de06a commit 0791e48
Copy full SHA for 0791e48

File tree

Expand file treeCollapse file tree

1 file changed

+5
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-1
lines changed

‎routing.rst

Copy file name to clipboardExpand all lines: routing.rst
+5-1Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ Special Routing Parameters
465465
~~~~~~~~~~~~~~~~~~~~~~~~~~
466466

467467
As you've seen, each routing parameter or default value is eventually available
468-
as an argument in the controller method. Additionally, there are three parameters
468+
as an argument in the controller method. Additionally, there are four parameters
469469
that are special: each adds a unique piece of functionality inside your application:
470470

471471
``_controller``
@@ -476,6 +476,10 @@ that are special: each adds a unique piece of functionality inside your applicat
476476
Used to set the request format (:ref:`read more <routing-format-param>`).
477477

478478
``_fragment``
479+
480+
.. versionadded:: 3.2
481+
The ``_fragment`` parameter was introduced in Symfony 3.2.
482+
479483
Used to set the fragment identifier, the optional last part of a URL that
480484
starts with a ``#`` character and is used to identify a portion of a document.
481485

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.