access_decision_manager v0.2.1 API Reference

Modules

Inspired by Symfony’s Access Decision Manager, security “voters” are a granular way of checking permissions (e.g. “can this specific user edit the given item?”)

Voters must implement the Voter behavior, which means they have to implement a vote function