File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Extending Action Argument Resolving
7
7
.. versionadded :: 3.1
8
8
The ``ArgumentResolver `` and value resolvers were introduced in Symfony 3.1.
9
9
10
- In the book , you've learned that you can get the
10
+ In the :doc: ` controller guide < /controller >` , you've learned that you can get the
11
11
:class: `Symfony\\ Component\\ HttpFoundation\\ Request ` object via an argument in
12
12
your controller. This argument has to be type-hinted by the ``Request `` class
13
13
in order to be recognized. This is done via the
Original file line number Diff line number Diff line change @@ -60,8 +60,6 @@ an array.
60
60
a better choice, since it returns the data (usually an object) after
61
61
it's been transformed by the Form component.
62
62
63
- .. _booking-validation-forms :
64
-
65
63
Adding Validation
66
64
-----------------
67
65
You can’t perform that action at this time.
0 commit comments