File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -489,10 +489,6 @@ useful methods for working with forms::
489
489
$method = $form->getMethod();
490
490
$name = $form->getName();
491
491
492
- .. versionadded :: 4.4
493
-
494
- The ``getName() `` method was introduced in Symfony 4.4.
495
-
496
492
The :method: `Symfony\\ Component\\ DomCrawler\\ Form::getUri ` method does more
497
493
than just return the ``action `` attribute of the form. If the form method
498
494
is GET, then it mimics the browser's behavior and returns the ``action ``
Original file line number Diff line number Diff line change @@ -811,10 +811,6 @@ their type::
811
811
:method: `Symfony\\ Component\\ DomCrawler\\ Form::getName ` method to get the
812
812
form name.
813
813
814
- .. versionadded :: 4.4
815
-
816
- The ``getName() `` method was introduced in Symfony 4.4.
817
-
818
814
.. tip ::
819
815
820
816
If you purposefully want to select "invalid" select/radio values, see
You can’t perform that action at this time.
0 commit comments