Example #1
0
 /**
  * Retrieves item links options
  *
  * @return array
  */
 public function getLinks()
 {
     if (!$this->getItem()) {
         return [];
     }
     return $this->_downloadableProductConfiguration->getLinks($this->getItem());
 }
Example #2
0
 /**
  * Retrieves item links options
  *
  * @return array
  */
 public function getLinks()
 {
     return $this->_downloadProdConfig->getLinks($this->getItem());
 }