File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -123,6 +123,7 @@ Using ``@Security``, this looks like:
123123 // ...
124124 }
125125
126+ <<<<<<< HEAD
126127Using Expressions for Complex Security Restrictions
127128~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
128129
@@ -207,6 +208,9 @@ Now you can reuse this method both in the template and in the security expressio
207208 {% endif %}
208209
209210.. _best-practices-directly-isGranted :
211+ =======
212+ .. _best-practices-directy-isGranted :
213+ >>>>>>> pull/4548
210214
211215Checking Permissions without @Security
212216--------------------------------------
@@ -350,9 +354,9 @@ If your company uses a user login method not supported by Symfony, you can
350354develop :doc: `your own user provider </cookbook/security/custom_provider >` and
351355:doc: `your own authentication provider </cookbook/security/custom_authentication_provider >`.
352356
353- .. _`ParamConverter` : http://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/annotations/converters.html
357+ .. _`Security Cookbook Section` : http://symfony.com/doc/current/cookbook/security/index.html
358+ .. _`security.yml` : http://symfony.com/doc/current/reference/configuration/security.html
354359.. _`@Security annotation` : http://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/annotations/security.html
355360.. _`security voter` : http://symfony.com/doc/current/cookbook/security/voters_data_permission.html
356361.. _`ACL's` : http://symfony.com/doc/current/cookbook/security/acl.html
357- .. _`expression` : http://symfony.com/doc/current/components/expression_language/introduction.html
358362.. _`FOSUserBundle` : https://github.com/FriendsOfSymfony/FOSUserBundle
You can’t perform that action at this time.
0 commit comments