EventsVoter
class EventsVoter extends Voter
Voter for Event access
Constants
| CONFIG |
Used for access to config |
| CREATE |
Used for access to create |
| DASHBOARD |
Used for access to dashboard |
| DELETE |
Used for access to delete |
| DUPLICATE |
Used for access to duplicate |
| HELP |
Used for access to help |
| MODIFY |
Used for access to modify |
| SLUG |
Used for access to slug |
| ATTRIBUTES |
Contains all the available attributes to check with in supports() |
Properties
| private ConfigServiceInterface | $configService | Stores ConfigServiceInterface | |
| private AccessDecisionManagerInterface | $decisionManager | Stores AccessDecisionManagerInterface |
Methods
__construct(ConfigServiceInterface $configService, AccessDecisionManagerInterface $decisionManager)
No description
supports($attribute, $subject)
{@inheritdoc}
voteOnAttribute($attribute, $subject, TokenInterface $token)
{@inheritdoc}
Details
at line 101
__construct(ConfigServiceInterface $configService, AccessDecisionManagerInterface $decisionManager)
at line 113
protected
supports($attribute, $subject)
{@inheritdoc}
at line 125
protected
voteOnAttribute($attribute, $subject, TokenInterface $token)
{@inheritdoc}