CacheableVoterInterface
interface CacheableVoterInterface implementsVoterInterface
Let voters expose the attributes and types they care about.
By returning false to either supportsAttribute
or supportsType
, the
voter will never be called for the specified attribute or subject.
Methods
int
vote(TokenInterface$token,mixed$subject,array$attributes)
Returns the vote for the given parameters.
from VoterInterface
bool
supportsAttribute(string$attribute)
No description
bool
supportsType(string$subjectType)
No description
Details
int
vote(TokenInterface$token,mixed$subject,array$attributes)
Returns the vote for the given parameters.
This method must return one of the following constants: ACCESS_GRANTED, ACCESS_DENIED, or ACCESS_ABSTAIN.