We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
entry_options
entry_type
1 parente406c3b commitdc5a831Copy full SHA for dc5a831
reference/forms/types/collection.rst
@@ -276,9 +276,9 @@ the empty values will be kept.
276
277
~~~~~~~~~~~~~
278
279
-..versionadded::2.7
280
- The ``entry_options`` option was introduced in Symfony 2.7 in favor of
281
- ``options``, which is available prior to 2.7.
+..versionadded::2.8
+ The ``entry_options`` option was introduced in Symfony 2.8 in favor of
+ ``options``, which is available prior to 2.8.
282
283
**type**: ``array`` **default**: ``array()``
284
@@ -303,9 +303,9 @@ type::
303
304
~~~~~~~~~~
305
306
307
- The ``entry_type`` option was introduced in Symfony 2.7 in favor of
308
- ``type``, which is available prior to 2.7.
+ The ``entry_type`` option was introduced in Symfony 2.8 in favor of
+ ``type``, which is available prior to 2.8.
309
310
**type**: ``string`` or:class:`Symfony\\Component\\Form\\FormTypeInterface` **required**
311