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:
232232* be tagged with ``fos_http_cache.user_context_provider ``.
233233
234234.. 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 .
240240
241241If you need context providers to run in a specific order, you can specify the
242242optional ``priority `` parameter for the tag. The higher the priority, the
Original file line number Diff line number Diff line change 11admin
2+ autowired
3+ autowiring
4+ autoconfigure
5+ autoconfigured
26backend
37cacheable
48ETag
You can’t perform that action at this time.
0 commit comments