diff --git a/components/form/introduction.rst b/components/form/introduction.rst index b654f7bee0a..b731d5bf40e 100644 --- a/components/form/introduction.rst +++ b/components/form/introduction.rst @@ -102,7 +102,7 @@ object to read data off of the correct PHP superglobals (i.e. ``$_POST`` or Now, when you process a form, you can pass the :class:`Symfony\\Component\\HttpFoundation\\Request` object to :method:`Symfony\\Component\\Form\\Form::handleRequest`:: - $form->handleRequest($request); + $form->handleRequest(); .. note:: @@ -556,7 +556,7 @@ method: $request = Request::createFromGlobals(); - $form->handleRequest($request); + $form->handleRequest(); if ($form->isValid()) { $data = $form->getData(); @@ -582,7 +582,7 @@ method: ->add('dueDate', 'date') ->getForm(); - $form->handleRequest($request); + $form->handleRequest(); if ($form->isValid()) { $data = $form->getData(); pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy