File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 48
48
<!-- CoreExtension -->
49
49
<service id =" form.property_accessor" alias =" property_accessor" public =" false" />
50
50
51
+ <service id =" form.choice_list_factory.default" class =" Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory" public =" false" />
52
+
53
+ <service id =" form.choice_list_factory.property_access" class =" Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator" public =" false" >
54
+ <argument type =" service" id =" form.choice_list_factory.default" />
55
+ <argument type =" service" id =" form.property_accessor" />
56
+ </service >
57
+
58
+ <service id =" form.choice_list_factory.cached" class =" Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator" public =" false" >
59
+ <argument type =" service" id =" form.choice_list_factory.property_access" />
60
+ </service >
61
+
62
+ <service id =" form.choice_list_factory" alias =" form.choice_list_factory.cached" public =" false" />
63
+
51
64
<service id =" form.type.form" class =" Symfony\Component\Form\Extension\Core\Type\FormType" >
52
65
<argument type =" service" id =" form.property_accessor" />
53
66
<tag name =" form.type" />
60
73
</service >
61
74
<service id =" form.type.choice" class =" Symfony\Component\Form\Extension\Core\Type\ChoiceType" >
62
75
<tag name =" form.type" />
76
+ <argument type =" service" id =" form.choice_list_factory" />
63
77
</service >
64
78
<service id =" form.type.collection" class =" Symfony\Component\Form\Extension\Core\Type\CollectionType" >
65
79
<tag name =" form.type" />
You can’t perform that action at this time.
0 commit comments