@@ -495,7 +495,7 @@ these cases you can set the ``validation_groups`` option to ``false``::
495
495
Note that when you do that, the form will still run basic integrity checks,
496
496
for example whether an uploaded file was too large or whether non-existing
497
497
fields were submitted. If you want to suppress validation, you can use the
498
- :ref: `POST_SUBMIT event <cookbook-dynamic-form-modification-suppressing-form-validation >`
498
+ :ref: `POST_SUBMIT event <cookbook-dynamic-form-modification-suppressing-form-validation >`.
499
499
500
500
.. index ::
501
501
single: Forms; Validation groups based on submitted data
@@ -1811,7 +1811,7 @@ an array.
1811
1811
1812
1812
$this->get('request')->request->get('name');
1813
1813
1814
- Be advised, however, that in most cases using the getData() method is
1814
+ Be advised, however, that in most cases using the `` getData()`` method is
1815
1815
a better choice, since it returns the data (usually an object) after
1816
1816
it's been transformed by the form framework.
1817
1817
@@ -1853,7 +1853,7 @@ but here's a short example:
1853
1853
1854
1854
.. tip::
1855
1855
1856
- If you are using Validation Groups , you need to either reference the
1856
+ If you are using validation groups , you need to either reference the
1857
1857
``Default`` group when creating the form, or set the correct group on
1858
1858
the constraint you are adding.
1859
1859
@@ -1891,7 +1891,7 @@ Learn more from the Cookbook
1891
1891
1892
1892
.. _`Symfony2 Form component`: https://github.com./symfony/Form
1893
1893
.. _`DateTime`: http://php.net/manual/en/class.datetime.php
1894
- .. _`Twig Bridge`: https://github.com./symfony/symfony/tree/2.2 /src/Symfony/Bridge/Twig
1895
- .. _`form_div_layout.html.twig`: https://github.com./symfony/symfony/blob/2.2 /src/Symfony/Bridge/Twig/Resources/views/Form/form_div_layout.html.twig
1894
+ .. _`Twig Bridge`: https://github.com./symfony/symfony/tree/2.3 /src/Symfony/Bridge/Twig
1895
+ .. _`form_div_layout.html.twig`: https://github.com./symfony/symfony/blob/2.3 /src/Symfony/Bridge/Twig/Resources/views/Form/form_div_layout.html.twig
1896
1896
.. _`Cross-site request forgery`: http://en.wikipedia.org/wiki/Cross-site_request_forgery
1897
- .. _`view on GitHub`: https://github.com./symfony/symfony/tree/2.2 /src/Symfony/Bundle/FrameworkBundle/Resources/views/Form
1897
+ .. _`view on GitHub`: https://github.com./symfony/symfony/tree/2.3 /src/Symfony/Bundle/FrameworkBundle/Resources/views/Form
0 commit comments