48 \
Magento\Framework\Registry $coreRegistry,
49 \
Magento\Customer\Model\Session $customerSession,
50 \
Magento\Wishlist\Model\WishlistFactory $wishlistFactory,
52 \
Magento\Framework\
Data\Helper\PostHelper $postDataHelper,
53 \
Magento\Customer\Helper\View $customerViewHelper,
82 if ($this->_wishlist ===
null) {
83 $this->_wishlist = $this->_wishlistFactory->create();
85 $wishlistId = $this->
_getRequest()->getParam(
'wishlist_id');
87 $this->_wishlist->load($wishlistId);
90 $this->_wishlist->loadByCustomerId($this->
getCustomer()->getId());
104 if ($this->_customer ===
null) {
109 $this->_customer = $this->_customerRepository->getById(
$customerId);
111 $this->_customer = $this->_customerFactory->create();
125 return $this->_moduleManager->isEnabled(
'Magento_Rss')
126 && $this->scopeConfig->isSetFlag(
127 'rss/wishlist/active',
128 \
Magento\Store\Model\ScopeInterface::SCOPE_STORE
$params[\Magento\Store\Model\StoreManager::PARAM_RUN_CODE]