Skip to content

Commit 4c14bdb

Browse files
committed
add API links
1 parent 1eb47fd commit 4c14bdb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

cookbook/security/acl_advanced.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,10 @@ Process for Reaching Authorization Decisions
175175
The ACL class provides two methods for determining whether a security identity
176176
has the required bitmasks, ``isGranted`` and ``isFieldGranted``. When the ACL
177177
receives an authorization request through one of these methods, it delegates
178-
this request to an implementation of ``PermissionGrantingStrategy``. This allows
179-
you to replace the way access decisions are reached without actually modifying
180-
the ACL class itself.
178+
this request to an implementation of
179+
:class:`Symfony\\Component\\Security\\Acl\\Domain\\PermissionGrantingStrategy`.
180+
This allows you to replace the way access decisions are reached without actually
181+
modifying the ACL class itself.
181182

182183
The ``PermissionGrantingStrategy`` first checks all your object-scope ACEs. If none
183184
is applicable, the class-scope ACEs will be checked. If none is applicable,

0 commit comments

Comments
 (0)