File tree Expand file tree Collapse file tree 3 files changed +0
-10
lines changed Expand file tree Collapse file tree 3 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ the ``registerBundles()`` method of the ``AppKernel`` class::
40
40
new Symfony\Bundle\MonologBundle\MonologBundle(),
41
41
new Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle(),
42
42
new Symfony\Bundle\DoctrineBundle\DoctrineBundle(),
43
- new Symfony\Bundle\AsseticBundle\AsseticBundle(),
44
43
new Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle(),
45
44
new AppBundle\AppBundle(),
46
45
);
Original file line number Diff line number Diff line change @@ -130,9 +130,6 @@ error occurred:
130
130
Objects for Mappings
131
131
....................
132
132
133
- .. versionadded :: 2.7
134
- Support for parsing mappings as objects was introduced in Symfony 2.7.
135
-
136
133
Yaml :ref: `mappings <yaml-format-collections >` are basically associative
137
134
arrays. You can instruct the parser to return mappings as objects (i.e.
138
135
``\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
211
211
choice_name
212
212
~~~~~~~~~~~
213
213
214
- .. versionadded :: 2.7
215
- The ``choice_name `` option was introduced in Symfony 2.7.
216
-
217
214
**type **: ``string ``, ``callable `` or :class: `Symfony\\ Component\\ PropertyAccess\\ PropertyPath ` **default **: id
218
215
219
216
By 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.
223
220
choice_value
224
221
~~~~~~~~~~~~
225
222
226
- .. versionadded :: 2.7
227
- The ``choice_value `` option was introduced in Symfony 2.7.
228
-
229
223
**type **: ``string ``, ``callable `` or :class: `Symfony\\ Component\\ PropertyAccess\\ PropertyPath ` **default **: id
230
224
231
225
As for the ``choice_name `` option, ``choice_value `` uses the id by default.
You can’t perform that action at this time.
0 commit comments