8000 [Security] add & update doc entries on AbstractVoter implementation by javiereguiluz · Pull Request #5423 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

[Security] add & update doc entries on 8000 AbstractVoter implementation #5423

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 6 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Added a link to the AbstractVoter cookbook
  • Loading branch information
javiereguiluz committed Jun 24, 2015
commit 695466c8be49e25d211425ebfbd5663a6f0cff11
5 changes: 2 additions & 3 deletions cookbook/security/voters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,8 @@ the security layer. This can be done easily through the service container.

.. tip::

An
:class:`Symfony\\Component\\Security\\Core\\Authorization\\Voter\\AbstractVoter`
is provided to cover the common use cases when implementing security voters.
An :doc:`AbstractVoter </cookbook/security/voters_data_permission>` is
provided to cover the common use cases when implementing security voters.

Declaring the Voter as a Service
--------------------------------
Expand Down
0