Newscoop\Services\UserPointsService::findAll PHP Method

findAll() public method

Find all userpoints
public findAll ( ) : array
return array
    public function findAll()
    {
        return $this->getRepository()->findAll();
    }