AccessDecisionManagerInterface
interface AccessDecisionManagerInterface
AccessDecisionManagerInterface makes authorization decisions.
Methods
bool
decide(TokenInterface $token, array $attributes, object $object = null)
Decides whether the access is possible or not.
Details
at line line 32
bool
decide(TokenInterface $token, array $attributes, object $object = null)
Decides whether the access is possible or not.