PartKeepr\StatisticBundle\Controller\StatisticController::getStatisticRangeAction PHP Method

getStatisticRangeAction() public method

Returns the range in which statistics are available.
public getStatisticRangeAction ( ) : array
return array
    public function getStatisticRangeAction()
    {
        return $this->get('partkeepr.statistic.service')->getStatisticRange();
    }