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 57
57
<!-- CoreExtension -->
58
58
<service id =" form.property_accessor" alias =" property_accessor" public =" false" />
59
59
60
+ <service id =" form.choice_list_factory.default" class =" Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory" public =" false" />
61
+
62
+ <service id =" form.choice_list_factory.property_access" class =" Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator" public =" false" >
63
+ <argument type =" service" id =" form.choice_list_factory.default" />
64
+ <argument type =" service" id =" form.property_accessor" />
65
+ </service >
66
+
67
+ <service id =" form.choice_list_factory.cached" class =" Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator" public =" false" >
68
+ <argument type =" service" id =" form.choice_list_factory.property_access" />
69
+ </service >
70
+
71
+ <service id =" form.choice_list_factory" alias =" form.choice_list_factory.cached" public =" false" />
72
+
60
73
<service id =" form.type.form" class =" Symfony\Component\Form\Extension\Core\Type\FormType" >
61
74
<argument type =" service" id =" form.property_accessor" />
62
75
<tag name =" form.type" alias =" form" />
69
82
</service >
70
83
<service id =" form.type.choice" class =" Symfony\Component\Form\Extension\Core\Type\ChoiceType" >
71
84
<tag name =" form.type" alias =" choice" />
85
+ <argument type =" service" id =" form.choice_list_factory" />
72
86
</service >
73
87
<service id =" form.type.collection" class =" Symfony\Component\Form\Extension\Core\Type\CollectionType" >
74
88
<tag name =" form.type" alias =" collection" />
You can’t perform that action at this time.
0 commit comments