Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Price.php
Go to the documentation of this file.
1 <?php
7 
14 {
18  protected $_template = 'Magento_ProductAlert::email/price.phtml';
19 
27  {
28  $params = $this->_getUrlParams();
29  $params['product'] = $productId;
30  return $this->getUrl('productalert/unsubscribe/price', $params);
31  }
32 
38  public function getUnsubscribeUrl()
39  {
40  return $this->getUrl('productalert/unsubscribe/priceAll', $this->_getUrlParams());
41  }
42 }
$params[\Magento\Store\Model\StoreManager::PARAM_RUN_CODE]
Definition: website.php:18