Symfony2: how to get all entities of one type which are marked with "EDIT" ACL permission? Symfony2: how to get all entities of one type which are marked with "EDIT" ACL permission? symfony symfony

Symfony2: how to get all entities of one type which are marked with "EDIT" ACL permission?


I don't believe there's a default way of doing this. What you could do is to write your own service that adds a Filter to your Doctrine DQL queries.

For more info, see:

Hope this helps!