Thanks to visit codestin.com Credit goes to github.com
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 b06a83a commit 0f65b0cCopy full SHA for 0f65b0c
components/dom_crawler.rst
@@ -415,6 +415,12 @@ than just return the ``action`` attribute of the form. If the form method
415
is GET, then it mimics the browser's behavior and returns the ``action``
416
attribute followed by a query string of all of the form's values.
417
418
+.. versionadded:: 3.3
419
+ Starting from Symfony 3.3, the optional ``formaction`` and ``formmethod``
420
+ button attributes are supported. The ``getUri()`` and ``getMethod()``
421
+ methods take into account those attributes to always return the right action
422
+ and method depending on the button used to get the form.
423
+
424
You can virtually set and get values on the form::
425
426
// set values on the form internally
0 commit comments