queryFactory = $queryFactory; parent::__construct($storeManager, $customerSession); } /** * @inheritdoc */ public function toString($category) { return 'Q_' . $this->queryFactory->get()->getId() . '_' . \Magento\Catalog\Model\Layer\Category\StateKey::toString($category); } }