Skip to content

Commit 6516a9b

Browse files
authored
form/remove-legacy-message
1 parent fea59c5 commit 6516a9b

33 files changed

+0
-66
lines changed

reference/forms/types/birthday.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ option defaults to 120 years ago to the current year.
1919
+---------------------------+-------------------------------------------------------------------------------+
2020
| Default invalid message | Please enter a valid birthdate. |
2121
+---------------------------+-------------------------------------------------------------------------------+
22-
| Legacy invalid message | The value {{ value }} is not valid. |
23-
+---------------------------+-------------------------------------------------------------------------------+
2422
| Parent type | :doc:`DateType </reference/forms/types/date>` |
2523
+---------------------------+-------------------------------------------------------------------------------+
2624
| Class | :class:`Symfony\\Component\\Form\\Extension\\Core\\Type\\BirthdayType` |

reference/forms/types/checkbox.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ if you want to handle submitted values like "0" or "false").
1313
+---------------------------+------------------------------------------------------------------------+
1414
| Default invalid message | The checkbox has an invalid value. |
1515
+---------------------------+------------------------------------------------------------------------+
16-
| Legacy invalid message | The value {{ value }} is not valid. |
17-
+---------------------------+------------------------------------------------------------------------+
1816
| Parent type | :doc:`FormType </reference/forms/types/form>` |
1917
+---------------------------+------------------------------------------------------------------------+
2018
| Class | :class:`Symfony\\Component\\Form\\Extension\\Core\\Type\\CheckboxType` |

reference/forms/types/choice.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ To use this field, you must specify *either* ``choices`` or ``choice_loader`` op
1111
+---------------------------+----------------------------------------------------------------------+
1212
| Default invalid message | The selected choice is invalid. |
1313
+---------------------------+----------------------------------------------------------------------+
14-
| Legacy invalid message | The value {{ value }} is not valid. |
15-
+---------------------------+----------------------------------------------------------------------+
1614
| Parent type | :doc:`FormType </reference/forms/types/form>` |
1715
+---------------------------+----------------------------------------------------------------------+
1816
| Class | :class:`Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType` |

reference/forms/types/collection.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ that is passed as the collection type field data.
1616
+---------------------------+--------------------------------------------------------------------------+
1717
| Default invalid message | The collection is invalid. |
1818
+---------------------------+--------------------------------------------------------------------------+
19-
| Legacy invalid message | The value {{ value }} is not valid. |
20-
+---------------------------+--------------------------------------------------------------------------+
2119
| Parent type | :doc:`FormType </reference/forms/types/form>` |
2220
+---------------------------+--------------------------------------------------------------------------+
2321
| Class | :class:`Symfony\\Component\\Form\\Extension\\Core\\Type\\CollectionType` |

reference/forms/types/color.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ element.
1616
+---------------------------+---------------------------------------------------------------------+
1717
| Default invalid message | Please select a valid color. |
1818
+---------------------------+---------------------------------------------------------------------+
19-
| Legacy invalid message | The value {{ value }} is not valid. |
20-
+---------------------------+---------------------------------------------------------------------+
2119
| Parent type | :doc:`TextType </reference/forms/types/text>` |
2220
+---------------------------+---------------------------------------------------------------------+
2321
| Class | :class:`Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType` |

reference/forms/types/country.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ the option manually, but then you should just use the ``ChoiceType`` directly.
2020
+---------------------------+-----------------------------------------------------------------------+
2121
| Default invalid message | Please select a valid country. |
2222
+---------------------------+-----------------------------------------------------------------------+
23-
| Legacy invalid message | The value {{ value }} is not valid. |
24-
+---------------------------+-----------------------------------------------------------------------+
2523
| Parent type | :doc:`ChoiceType </reference/forms/types/choice>` |
2624
+---------------------------+-----------------------------------------------------------------------+
2725
| Class | :class:`Symfony\\Component\\Form\\Extension\\Core\\Type\\CountryType` |

reference/forms/types/currency.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ manually, but then you should just use the ``ChoiceType`` directly.
1313
+---------------------------+------------------------------------------------------------------------+
1414
| Default invalid message | Please select a valid currency. |
1515
+---------------------------+------------------------------------------------------------------------+
16-
| Legacy invalid message | The value {{ value }} is not valid. |
17-
+---------------------------+------------------------------------------------------------------------+
1816
| Parent type | :doc:`ChoiceType </reference/forms/types/choice>` |
1917
+---------------------------+------------------------------------------------------------------------+
2018
| Class | :class:`Symfony\\Component\\Form\\Extension\\Core\\Type\\CurrencyType` |

reference/forms/types/date.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ and can understand a number of different input formats via the `input`_ option.
1414
+---------------------------+-----------------------------------------------------------------------------+
1515
| Default invalid message | Please enter a valid date. |
1616
+---------------------------+-----------------------------------------------------------------------------+
17-
| Legacy invalid message | The value {{ value }} is not valid. |
18-
+---------------------------+-----------------------------------------------------------------------------+
1917
| Parent type | :doc:`FormType </reference/forms/types/form>` |
2018
+---------------------------+-----------------------------------------------------------------------------+
2119
| Class | :class:`Symfony\\Component\\Form\\Extension\\Core\\Type\\DateType` |

reference/forms/types/dateinterval.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ or an array (see `input`_).
1616
+---------------------------+----------------------------------------------------------------------------------+
1717
| Default invalid message | Please choose a valid date interval. |
1818
+---------------------------+----------------------------------------------------------------------------------+
19-
| Legacy invalid message | The value {{ value }} is not valid. |
20-
+---------------------------+----------------------------------------------------------------------------------+
2119
| Parent type | :doc:`FormType </reference/forms/types/form>` |
2220
+---------------------------+----------------------------------------------------------------------------------+
2321
| Class | :class:`Symfony\\Component\\Form\\Extension\\Core\\Type\\DateIntervalType` |

reference/forms/types/datetime.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ the data can be a ``DateTime`` object, a string, a timestamp or an array.
1414
+---------------------------+-----------------------------------------------------------------------------+
1515
| Default invalid message | Please enter a valid date and time. |
1616
+---------------------------+-----------------------------------------------------------------------------+
17-
| Legacy invalid message | The value {{ value }} is not valid. |
18-
+---------------------------+-----------------------------------------------------------------------------+
1917
| Parent type | :doc:`FormType </reference/forms/types/form>` |
2018
+---------------------------+-----------------------------------------------------------------------------+
2119
| Class | :class:`Symfony\\Component\\Form\\Extension\\Core\\Type\\DateTimeType` |

0 commit comments

Comments
 (0)