We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0507225 commit a6e1a28Copy full SHA for a6e1a28
book/forms.rst
@@ -1847,7 +1847,7 @@ an array.
1847
You can also access POST values (in this case "name") directly through
1848
the request object, like so::
1849
1850
- $this->get('request')->request->get('name');
+ $request->request->get('name');
1851
1852
Be advised, however, that in most cases using the ``getData()`` method is
1853
a better choice, since it returns the data (usually an object) after
0 commit comments