[FrameworkBundle] Document form.csrf_provider service deprecation

This commit is contained in:
Jakub Zalas 2015-06-07 11:05:37 +01:00
parent 18f0dda25a
commit 0fea66faf4
1 changed files with 6 additions and 0 deletions

View File

@ -455,6 +455,12 @@ UPGRADE FROM 2.x to 3.0
engines: ['php']
```
* The `form.csrf_provider` service is removed as it implements an adapter for
the new token manager to the deprecated
`Symfony\Component\Form\Extension\Csrf\CsrfProvider\CsrfProviderInterface`
interface.
The `security.csrf.token_manager` should be used instead.
### HttpKernel
* The `Symfony\Component\HttpKernel\Log\LoggerInterface` has been removed in