File tree 4 files changed +6
-10
lines changed
FrameworkBundle/Resources/config
SecurityBundle/Resources/config
4 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 7
7
<services >
8
8
<service id =" form.csrf_provider" class =" Symfony\Component\Form\Extension\Csrf\CsrfProvider\CsrfTokenManagerAdapter" >
9
9
<argument type =" service" id =" security.csrf.token_manager" />
10
+ <deprecated >The "%service_id%" service is deprecated since Symfony 2.4 and will be removed in 3.0. Use the "security.csrf.token_manager" service instead.</deprecated >
10
11
</service >
11
12
12
13
<service id =" form.type_extension.csrf" class =" Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension" >
Original file line number Diff line number Diff line change 38
38
<argument type =" collection" />
39
39
</service >
40
40
41
- <!--
42
- If you want to change the Request class, modify the code in
43
- your front controller (app.php) so that it passes an instance of
44
- YourRequestClass to the Kernel.
45
- This service definition only defines the scope of the request.
46
- It is used to check references scope.
47
-
48
- This service is deprecated, you should use the request_stack service instead.
49
- -->
50
- <service id =" request" scope =" request" synthetic =" true" synchronized =" true" />
41
+ <service id =" request" scope =" request" synthetic =" true" synchronized =" true" >
42
+ <deprecated >The "%service_id%" service is deprecated since Symfony 2.7 and will be removed in 3.0. Use the "request_stack" service instead.</deprecated >
43
+ </service >
51
44
52
45
<service id =" service_container" synthetic =" true" />
53
46
Original file line number Diff line number Diff line change 47
47
</call >
48
48
</service >
49
49
</argument >
50
+ <deprecated >The "%service_id%" service is deprecated since Symfony 2.8 and will be removed in 3.0.</deprecated >
50
51
</service >
51
52
52
53
<service id =" validator.validator_factory" class =" %validator.validator_factory.class%" public =" false" >
Original file line number Diff line number Diff line change 53
53
<service id =" security.context" class =" %security.context.class%" >
54
54
<argument type =" service" id =" security.token_storage" />
55
55
<argument type =" service" id =" security.authorization_checker" />
56
+ <deprecated >The "%service_id%" service is deprecated since Symfony 2.6 and will be removed in 3.0.</deprecated >
56
57
</service >
57
58
58
59
<service id =" security.authorization_checker" class =" Symfony\Component\Security\Core\Authorization\AuthorizationChecker" >
You can’t perform that action at this time.
0 commit comments