File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -130,9 +130,6 @@ error occurred:
130130Objects for Mappings
131131....................
132132
133- .. versionadded :: 2.7
134- Support for parsing mappings as objects was introduced in Symfony 2.7.
135-
136133Yaml :ref: `mappings <yaml-format-collections >` are basically associative
137134arrays. You can instruct the parser to return mappings as objects (i.e.
138135``\stdClass `` instances) by setting the fourth argument to ``true ``::
Original file line number Diff line number Diff line change @@ -211,9 +211,6 @@ Overridden Options
211211choice_name
212212~~~~~~~~~~~
213213
214- .. versionadded :: 2.7
215- The ``choice_name `` option was introduced in Symfony 2.7.
216-
217214**type **: ``string ``, ``callable `` or :class: `Symfony\\ Component\\ PropertyAccess\\ PropertyPath ` **default **: id
218215
219216By default the name of each field is the id of the entity, if it can be read
@@ -223,9 +220,6 @@ fall back to using increasing integers.
223220choice_value
224221~~~~~~~~~~~~
225222
226- .. versionadded :: 2.7
227- The ``choice_value `` option was introduced in Symfony 2.7.
228-
229223**type **: ``string ``, ``callable `` or :class: `Symfony\\ Component\\ PropertyAccess\\ PropertyPath ` **default **: id
230224
231225As for the ``choice_name `` option, ``choice_value `` uses the id by default.
You can’t perform that action at this time.
0 commit comments