PolicyInterface
interface PolicyInterface
Policy interface.
Methods
                    bool|null
                
                
                    before(UserEntityInterface|null $user, string $action, object|string $entity)
        
                                            
                
            Return a boolean to skip further authorization or null to continue.
Details
        at         line 27
                            bool|null
    before(UserEntityInterface|null $user, string $action, object|string $entity)
        
    
    Return a boolean to skip further authorization or null to continue.