File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -232,11 +232,11 @@ Custom providers need to:
232
232
* be tagged with ``fos_http_cache.user_context_provider ``.
233
233
234
234
.. versionadded :: 2.4.0
235
- Autoconfigure support has been added in version 2.4.0 and works from
236
- Symfony 3.3 and above. If autoconfigure is enabled , your custom provider
237
- will be tagged automatically, with a default priority of 0. For older
238
- versions, or if autoconfigure is disabled, or you want to override the
239
- priority, check out the section below .
235
+ Since version 2.4.0, context providers are autoconfigured. With
236
+ autoconfigure enabled in Symfony 3.3 and newer , your custom providers
237
+ are tagged automatically, with a default priority of 0. For older
238
+ versions, or if autoconfigure is disabled, or to override the
239
+ priority, check out the rest of this section .
240
240
241
241
If you need context providers to run in a specific order, you can specify the
242
242
optional ``priority `` parameter for the tag. The higher the priority, the
Original file line number Diff line number Diff line change 1
1
admin
2
+ autowired
3
+ autowiring
4
+ autoconfigure
5
+ autoconfigured
2
6
backend
3
7
cacheable
4
8
ETag
You can’t perform that action at this time.
0 commit comments