File tree 5 files changed +9
-4
lines changed
components/dependency_injection
5 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -273,6 +273,11 @@ when the child services are instantiated.
273
273
is that omitting the ``parent `` config key will mean that the ``calls ``
274
274
defined on the ``mail_manager `` service will not be executed when the
275
275
child services are instantiated.
276
+
277
+ .. caution ::
278
+
279
+ The ``scope ``, ``abstract `` and ``tags `` attributes are always taken from
280
+ the child service.
276
281
277
282
The parent service is abstract as it should not be directly retrieved from the
278
283
container or passed into another service. It exists merely as a "template" that
Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ The tagged service will be removed from the container if the
218
218
``framework.templating.engines`` config section does not contain php.
219
219
220
220
assetic.templating.twig
221
- ----------------------
221
+ -----------------------
222
222
223
223
**Purpose**: Remove this service if twig templating is disabled
224
224
Original file line number Diff line number Diff line change 1
1
hours
2
2
~~~~~
3
3
4
- **type **: ``integer `` **default**: 0 to 23
4
+ **type **: ``array `` **default**: 0 to 23
5
5
6
6
List of hours available to the hours field type . This option is only relevant
7
7
when the ``widget`` option is set to ``choice``.
Original file line number Diff line number Diff line change 1
1
minutes
2
2
~~~~~~~
3
3
4
- **type **: ``integer `` **default**: 0 to 59
4
+ **type **: ``array `` **default**: 0 to 59
5
5
6
6
List of minutes available to the minutes field type . This option is only
7
7
relevant when the ``widget`` option is set to ``choice``.
Original file line number Diff line number Diff line change 1
1
seconds
2
2
~~~~~~~
3
3
4
- **type **: ``integer `` **default**: 0 to 59
4
+ **type **: ``array `` **default**: 0 to 59
5
5
6
6
List of seconds available to the seconds field type . This option is only
7
7
relevant when the ``widget`` option is set to ``choice``.
You can’t perform that action at this time.
0 commit comments