You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…lnet)
This PR was submitted for the 4.3 branch but it was squashed and merged into the 4.4 branch instead (closes#32543).
Discussion
----------
[FrameworkBundle] add config translator cache_dir
| Q | A
| ------------- | ---
| Branch? | 4.4 (be careful when merging)
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | #32542
| License | MIT
Now the parameter cache_dir of Translator constructor can be change or disable on config
```yaml
#framework.yaml
framework:
...
translator:
cache_dir: null #(cache disable)
...
```
Commits
-------
7613c7d [FrameworkBundle] add config translator cache_dir
**Symfony version(s) 3.4, 4.3
Description
the cache directory of Translator can not be change in default config
Possible Solution
add this config in
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
The text was updated successfully, but these errors were encountered: