We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cbf9f6 commit 5c3682eCopy full SHA for 5c3682e
security/voters.rst
@@ -324,8 +324,12 @@ security configuration:
324
],
325
]);
326
327
+Custom Access Decision Strategy
328
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
329
+
330
If none of the built-in strategies fits your use case, define the ``service``
-option to use a custom service as the Access Decision Manager:
331
+option to use a custom service as the Access Decision Manager (your service
332
+must implement the :class:`Symfony\\Component\\Security\\Core\\Authorization\\AccessDecisionManagerInterface`):
333
334
.. configuration-block::
335
0 commit comments