47 parent::__construct($context,
$data);
68 return $this->_scopeConfig->isSetFlag(
69 'rss/wishlist/active',
70 \
Magento\Store\Model\ScopeInterface::SCOPE_STORE
80 $wishlistId = $this->wishlistHelper->getWishlist()->getId();
81 $customer = $this->wishlistHelper->getCustomer();
86 'data' => $this->urlEncoder->encode($key),
91 $params[
'wishlist_id'] = $wishlistId;
$params[\Magento\Store\Model\StoreManager::PARAM_RUN_CODE]