Smile\ElasticsuiteVirtualCategory\Model\Preview::getSortedProductIds PHP Method

getSortedProductIds() private method

Return the list of sorted product ids.
private getSortedProductIds ( ) : array
return array
    private function getSortedProductIds()
    {
        return $this->category->getSortedProductIds();
    }