File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
src/Bridge/Symfony/Bundle/Resources/config Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 117
117
<tag name =" api_platform.doctrine.orm.query_extension.item" priority =" 64" />
118
118
<tag name =" api_platform.doctrine.orm.query_extension.collection" priority =" 64" />
119
119
</service >
120
+ <service id =" ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\EagerLoadingExtension" alias =" api_platform.doctrine.orm.query_extension.eager_loading" >
120
121
121
122
<service id =" api_platform.doctrine.orm.query_extension.filter" class =" ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterExtension" public =" false" >
122
123
<argument type =" service" id =" api_platform.metadata.resource.metadata_factory" />
123
124
<argument type =" service" id =" api_platform.filter_locator" />
124
125
125
126
<tag name =" api_platform.doctrine.orm.query_extension.collection" priority =" 32" />
126
127
</service >
128
+ <service id =" ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterExtension" alias =" api_platform.doctrine.orm.query_extension.filter" >
127
129
128
130
<!-- This needs to be executed right after the filter extension -->
129
131
133
135
134
136
<tag name =" api_platform.doctrine.orm.query_extension.collection" priority =" 31" />
135
137
</service >
138
+ <service id =" ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterEagerLoadingExtension" alias =" api_platform.doctrine.orm.query_extension.filter_eager_loading" >
136
139
137
140
<service id =" api_platform.doctrine.orm.query_extension.pagination" class =" ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\PaginationExtension" public =" false" >
138
141
<argument type =" service" id =" doctrine" />
152
155
153
156
<tag name =" api_platform.doctrine.orm.query_extension.collection" priority =" 8" />
154
157
</service >
158
+ <service id =" ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\PaginationExtension" alias =" api_platform.doctrine.orm.query_extension.pagination" >
155
159
156
160
<service id =" api_platform.doctrine.orm.query_extension.order" class =" ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\OrderExtension" public =" false" >
157
161
<argument >%api_platform.collection.order%</argument >
158
162
<argument type =" service" id =" api_platform.metadata.resource.metadata_factory" />
159
163
160
164
<tag name =" api_platform.doctrine.orm.query_extension.collection" priority =" 16" />
161
165
</service >
166
+ <service id =" ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\OrderExtension" alias =" api_platform.doctrine.orm.query_extension.order" />
162
167
</services >
163
168
164
169
</container >
Original file line number Diff line number Diff line change 11
11
<argument type =" service" id =" api_platform.cache.metadata.resource" />
12
12
<argument type =" service" id =" api_platform.metadata.resource.name_collection_factory.cached.inner" />
13
13
</service >
14
+ <service id =" ApiPlatform\Core\Metadata\Resource\Factory\ResourceNameCollectionFactoryInterface" alias =" api_platform.metadata.resource.name_collection_factory" />
14
15
15
16
<!-- Resource metadata -->
16
17
28
29
<argument type =" service" id =" api_platform.metadata.resource.metadata_factory.cached.inner" />
29
30
</service >
30
31
32
+ <service id =" ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface" alias =" api_platform.metadata.resource.metadata_factory" />
33
+
31
34
<!-- Property name collection -->
32
35
33
36
<service id =" api_platform.metadata.property.name_collection_factory" alias =" api_platform.metadata.property.name_collection_factory.property_info" />
37
+ <service id =" ApiPlatform\Core\Metadata\Property\Factory\PropertyNameCollectionFactoryInterface" alias =" api_platform.metadata.property.name_collection_factory" />
34
38
35
39
<service id =" api_platform.metadata.property.name_collection_factory.property_info" class =" ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyNameCollectionFactory" public =" false" >
36
40
<argument type =" service" id =" api_platform.property_info" />
70
74
<argument type =" service" id =" api_platform.metadata.property.metadata_factory.cached.inner" />
71
75
</service >
72
76
77
+ <service id =" ApiPlatform\Core\Metadata\Property\Factory\PropertyMetadataFactoryInterface" alias =" api_platform.metadata.property.metadata_factory" />
78
+
73
79
<!-- Cache -->
74
80
75
81
<service id =" api_platform.cache.metadata.resource" parent =" cache.system" public =" false" >
You can’t perform that action at this time.
0 commit comments