File tree Expand file tree Collapse file tree 5 files changed +11
-9
lines changed
src/Symfony/Bundle/Resources/config Expand file tree Collapse file tree 5 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 141
141
<service id =" api_platform.uri_variables.converter" class =" ApiPlatform\Api\UriVariablesConverter" public =" false" >
142
142
<argument type =" service" id =" api_platform.metadata.property.metadata_factory" />
143
143
<argument type =" service" id =" api_platform.metadata.resource.metadata_collection_factory" />
144
- <argument type =" tagged " tag =" api_platform.uri_variables.transformer" />
144
+ <argument type =" tagged_iterator " tag =" api_platform.uri_variables.transformer" />
145
145
</service >
146
146
147
147
<service id =" api_platform.uri_variables.transformer.integer" class =" ApiPlatform\Api\UriVariableTransformer\IntegerUriVariableTransformer" public =" false" >
Original file line number Diff line number Diff line change 154
154
<service id =" api_platform.doctrine.orm.state.collection_provider" class =" ApiPlatform\Doctrine\Orm\State\CollectionProvider" public =" false" >
155
155
<argument type =" service" id =" api_platform.metadata.resource.metadata_collection_factory" />
156
156
<argument type =" service" id =" doctrine" />
157
- <argument type =" tagged " tag =" api_platform.doctrine.orm.query_extension.collection" />
157
+ <argument type =" tagged_iterator " tag =" api_platform.doctrine.orm.query_extension.collection" />
158
158
<argument type =" tagged_locator" tag =" api_platform.doctrine.orm.links_handler" index-by =" key" />
159
159
160
160
<tag name =" api_platform.state_provider" priority =" -100" key =" ApiPlatform\Doctrine\Orm\State\CollectionProvider" />
165
165
<service id =" api_platform.doctrine.orm.state.item_provider" class =" ApiPlatform\Doctrine\Orm\State\ItemProvider" public =" false" >
166
166
<argument type =" service" id =" api_platform.metadata.resource.metadata_collection_factory" />
167
167
<argument type =" service" id =" doctrine" />
168
- <argument type =" tagged " tag =" api_platform.doctrine.orm.query_extension.item" />
168
+ <argument type =" tagged_iterator " tag =" api_platform.doctrine.orm.query_extension.item" />
169
169
<argument type =" tagged_locator" tag =" api_platform.doctrine.orm.links_handler" index-by =" key" />
170
170
171
171
<tag name =" api_platform.state_provider" priority =" -100" key =" ApiPlatform\Doctrine\Orm\State\ItemProvider" />
Original file line number Diff line number Diff line change 7
7
<services >
8
8
<service id =" api_platform.http_cache.purger.varnish" alias =" api_platform.http_cache.purger.varnish.ban" public =" false" />
9
9
<service id =" api_platform.http_cache.purger.varnish.ban" class =" ApiPlatform\HttpCache\VarnishPurger" public =" false" >
10
- <argument type =" tagged " tag =" api_platform.http_cache.http_client" />
10
+ <argument type =" tagged_iterator " tag =" api_platform.http_cache.http_client" />
11
11
</service >
12
12
<service id =" api_platform.http_cache.purger.varnish.xkey" class =" ApiPlatform\HttpCache\VarnishXKeyPurger" public =" false" >
13
- <argument type =" tagged " tag =" api_platform.http_cache.http_client" />
13
+ <argument type =" tagged_iterator " tag =" api_platform.http_cache.http_client" />
14
14
<argument >%api_platform.http_cache.invalidation.max_header_length%</argument >
15
15
<argument >%api_platform.http_cache.invalidation.xkey.glue%</argument >
16
16
</service >
17
17
<service id =" api_platform.http_cache.purger.souin" class =" ApiPlatform\HttpCache\SouinPurger" public =" false" >
18
- <argument type =" tagged " tag =" api_platform.http_cache.http_client" />
18
+ <argument type =" tagged_iterator " tag =" api_platform.http_cache.http_client" />
19
19
<argument >%api_platform.http_cache.invalidation.max_header_length%</argument >
20
20
</service >
21
21
</services >
Original file line number Diff line number Diff line change 6
6
<service id =" api_platform.metadata.property.metadata_factory.validator" class =" ApiPlatform\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory" decorates =" api_platform.metadata.property.metadata_factory" decoration-priority =" 20" public =" false" >
7
7
<argument type =" service" id =" validator" />
8
8
<argument type =" service" id =" api_platform.metadata.property.metadata_factory.validator.inner" />
9
- <argument type =" tagged " tag =" api_platform.metadata.property_schema_restriction" />
9
+ <argument type =" tagged_iterator " tag =" api_platform.metadata.property_schema_restriction" />
10
10
</service >
11
11
12
12
<service id =" api_platform.metadata.property_schema.choice_restriction" class =" ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction" public =" false" >
13
13
<tag name =" api_platform.metadata.property_schema_restriction" />
14
14
</service >
15
15
16
16
<service id =" api_platform.metadata.property_schema.collection_restriction" class =" ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCollectionRestriction" public =" false" >
17
- <argument type =" tagged " tag =" api_platform.metadata.property_schema_restriction" />
17
+ <argument type =" tagged_iterator " tag =" api_platform.metadata.property_schema_restriction" />
18
18
<tag name =" api_platform.metadata.property_schema_restriction" />
19
19
</service >
20
20
43
43
</service >
44
44
45
45
<service id =" api_platform.metadata.property_schema.one_of_restriction" class =" ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaOneOfRestriction" public =" false" >
46
- <argument type =" tagged " tag =" api_platform.metadata.property_schema_restriction" />
46
+ <argument type =" tagged_iterator " tag =" api_platform.metadata.property_schema_restriction" />
47
47
<tag name =" api_platform.metadata.property_schema_restriction" />
48
48
</service >
49
49
Original file line number Diff line number Diff line change 16
16
%Since symfony/validator 7.1: Not passing a value for the "requireTld" option to the Url constraint is deprecated. Its default value will change to "true".%
17
17
18
18
%$fieldsBuilder argument of SchemaBuilder implementing "ApiPlatform\\GraphQl\\Type\\FieldsBuilderInterface" is deprecated since API Platform 3.1. It has to implement "ApiPlatform\\GraphQl\\Type\\FieldsBuilderEnumInterface" instead.%
19
+
20
+ %Since symfony/dependency-injection 7.2: Type "tagged" is deprecated for tag <argument>, use "tagged_iterator" instead%
You can’t perform that action at this time.
0 commit comments