In Symfony CMF there is a PublishableInterface. This seem to only handle whether a node is published but is not meant to function as Role based security. Or is it?
Let's say I want a specific StaticContent page to only be accessible, and only show in menus if the user has a role ROLE_PREMIUM_CONTENT.
How to implement a role requirement for Symfony CMF content or routes?