@@ -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
@@ -1858,7 +1858,7 @@ but here's a short example:
1858
1858
1859
1859
.. tip::
1860
1860
1861
- If you are using Validation Groups , you need to either reference the
1861
+ If you are using validation groups , you need to either reference the
1862
1862
``Default`` group when creating the form, or set the correct group on
1863
1863
the constraint you are adding.
1864
1864
@@ -1896,7 +1896,7 @@ Learn more from the Cookbook
1896
1896
1897
1897
.. _`Symfony2 Form component`: https://github.com/symfony/Form
1898
1898
.. _`DateTime`: http://php.net/manual/en/class.datetime.php
1899
- .. _`Twig Bridge`: https://github.com/symfony/symfony/tree/2.2 /src/Symfony/Bridge/Twig
1900
- .. _`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
1899
+ .. _`Twig Bridge`: https://github.com/symfony/symfony/tree/2.3 /src/Symfony/Bridge/Twig
1900
+ .. _`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
1901
1901
.. _`Cross-site request forgery`: http://en.wikipedia.org/wiki/Cross-site_request_forgery
1902
- .. _`view on GitHub`: https://github.com/symfony/symfony/tree/2.2 /src/Symfony/Bundle/FrameworkBundle/Resources/views/Form
1902
+ .. _`view on GitHub`: https://github.com/symfony/symfony/tree/2.3 /src/Symfony/Bundle/FrameworkBundle/Resources/views/Form
0 commit comments