Symfony\Component\Security\Acl\Voter\AclVoter::supportsClass PHP Method

supportsClass() public method

You can override this method when writing a voter for a specific domain class.
public supportsClass ( string $class ) : boolean
$class string The class name
return boolean
    public function supportsClass($class)
    {
        return true;
    }