Newscoop\Services\UserPointsService::find PHP Method

find() public method

Find UserPoints entity object for this action.
public find ( string $action ) : UserPoints
$action string
return Newscoop\Entity\UserPoints
    public function find($action)
    {
        return $this->getRepository()->findOneBy(array('action' => $action));
    }