return $this->
createCollectionResult($facet,
$options,
$actives);
} /**
* @deprecated - Will be private with Shopware 5.8
*
* @return Group[]|null
*/
protected function getOptions(ShopContextInterface
$context, Criteria
$queryCriteria, VariantFacet
$facet) { if (empty($facet->
getGroupIds())) { return null;
} $query =
$this->queryBuilderFactory->
createQuery($queryCriteria,
$context);
$this->
rebuildQuery($queryCriteria,
$query,
$facet);
$valueIds =
$query->
execute()->
fetchAll(PDO::FETCH_COLUMN
);
if (empty($valueIds)) { return null;
}