File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -465,7 +465,7 @@ Special Routing Parameters
465
465
~~~~~~~~~~~~~~~~~~~~~~~~~~
466
466
467
467
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
469
469
that are special: each adds a unique piece of functionality inside your application:
470
470
471
471
``_controller ``
@@ -476,6 +476,10 @@ that are special: each adds a unique piece of functionality inside your applicat
476
476
Used to set the request format (:ref: `read more <routing-format-param >`).
477
477
478
478
``_fragment ``
479
+
480
+ .. versionadded :: 3.2
481
+ The ``_fragment `` parameter was introduced in Symfony 3.2.
482
+
479
483
Used to set the fragment identifier, the optional last part of a URL that
480
484
starts with a ``# `` character and is used to identify a portion of a document.
481
485
You can’t perform that action at this time.
0 commit comments